Home
last modified time | relevance | path

Searched defs:sizeLeft (Results 1 - 8 of 8) sorted by relevance

/base/hiviewdfx/hilog/frameworks/libhilog/socket/
H A Dsocket.cpp94 int sizeLeft = static_cast<int>(len); in WriteAll() local
/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
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Dcache_data.cpp264 size_t sizeLeft = size - byteOffset - headSize; in Serialize() local
/kernel/liteos_a/net/telnet/src/
H A Dtelnet_loop.c181 size_t sizeLeft; in WriteToFd() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dtemplates_parser.cpp245 double sizeLeft = size - sizeNonRepeatGap - sizeNonRepeat; in ParseArgsWithAutoFill() local
367 double sizeLeft = size > ((strs.size() - 1) * gap) ? size - (strs.size() - 1) * gap : size; in ParseArgsWithoutAutoFill() local
[all...]
/base/tee/tee_client/services/cadaemon/src/ca_daemon/
H A Dcadaemon_service.cpp697 size_t sizeLeft = optMemSize; in GetTeecOptMem() local
/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 CovertEncodePtr(sptr<Ashmem> &optMem, size_t *sizeLeft, TEEC_SharedMemory *shm) CovertEncodePtr() argument
853 size_t sizeLeft = *dataSize; TeecOptEncodePartialMem() local
904 size_t sizeLeft = dataSize; TeecOptEncode() local
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DCodedInputStream.java2940 private List<byte[]> readRawBytesSlowPathRemainingChunks(int sizeLeft) throws IOException { in readRawBytesSlowPathRemainingChunks() argument
[all...]

Completed in 12 milliseconds