Home
last modified time | relevance | path

Searched defs:sizeLeft (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/socket/
H A Dsocket.cpp94 int sizeLeft = static_cast<int>(len); in WriteAll() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dtemplates_parser.cpp247 double sizeLeft = size - sizeNonRepeatGap - sizeNonRepeat; in ParseArgsWithAutoFill() local
369 double sizeLeft = size > ((strs.size() - 1) * gap) ? size - (strs.size() - 1) * gap : size; in ParseArgsWithoutAutoFill() local
431 double sizeLeft = size - sizeNonRepeatGap - sizeNonRepeat; in ParseArgsWithAutoFit() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dtemplates_parser.cpp221 double sizeLeft = size - sizeNonRepeatGap - sizeNonRepeat; in ParseArgsWithAutoFill() local
290 double sizeLeft = size - (static_cast<int32_t>(strs.size()) - 1) * gap; in ParseArgs() local
/ohos5.0/base/tee/tee_client/interfaces/kits/c/src/
H A Dtee_client.cpp642 size_t sizeLeft = dataSize; in TeecOptDecode() local
674 size_t sizeLeft = *dataSize; in TeecOptDecodeTempMem() local
814 bool TeeClient::CovertEncodePtr(sptr<Ashmem> &optMem, size_t *sizeLeft, TEEC_SharedMemory *shm) in CovertEncodePtr()
853 size_t sizeLeft = *dataSize; in TeecOptEncodePartialMem() local
904 size_t sizeLeft = dataSize; in TeecOptEncode() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Dcache_data.cpp314 size_t sizeLeft = size - byteOffset - headSize; in Serialize() local
/ohos5.0/base/tee/tee_client/services/cadaemon/src/ca_daemon/
H A Dcadaemon_service.cpp697 size_t sizeLeft = optMemSize; in GetTeecOptMem() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp584 double sizeLeft = size - (strs.size() - 1) * gap; in ParseArgsInner() local
3384 double sizeLeft = size - sizeNonRepeatGap - sizeNonRepeat; in ParseArgsWithAutoFill() local