| /third_party/icu/icu4c/source/test/perf/usetperf/ |
| H A D | bitset.cpp | 55 uint32_t newLen = len; in ensureCapacity() local
|
| /kernel/liteos_a/kernel/extended/dynload/src/ |
| H A D | los_exec_elf.c | 54 UINT32 len, workPathLen, newLen;
in OsGetRealPath() local
|
| /kernel/liteos_a/syscall/ |
| H A D | vm_syscall.c | 53 void *SysMremap(void *oldAddr, size_t oldLen, size_t newLen, int flags, void *newAddr) in SysMremap() argument
|
| /third_party/mesa3d/src/mesa/program/ |
| H A D | programopt.c | 53 const GLuint newLen = origLen + 4; in insert_mvp_dp4_code() local 120 const GLuint newLen = origLen + 4; in insert_mvp_mad_code() local 256 const GLuint newLen = origLen + 5; in _mesa_append_fog_code() local
|
| /test/xts/acts/applications/kitframework_ipcamera/ |
| H A D | kitfwk_oem_api_test.cpp | 169 uint32_t newLen = 0;
in HWTEST_F() local 182 uint32_t newLen = 0;
in HWTEST_F() local 218 uint32_t newLen = 0;
in HWTEST_F() local 230 uint32_t newLen in HWTEST_F() local [all...] |
| /test/xts/acts/applications/kitframework/ |
| H A D | kitfwk_oem_api_test.c | 176 uint32_t newLen = 0;
variable 189 uint32_t newLen = 0;
variable 226 uint32_t newLen = 0;
variable 238 uint32_t newLen variable [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | reptest.cpp | 123 void fixStyles(int32_t start, int32_t limit, int32_t newLen) { in fixStyles() argument
|
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| H A D | r300_vs_draw.c | 317 const uint newLen = tgsi_num_tokens(vs->state.tokens) + 100; in r300_draw_init_vertex_shader() local
|
| /base/update/sys_installer_lite/frameworks/test/unittest/common/src/ |
| H A D | ota_test.cpp | 286 int newLen = lseek(fd, 0, SEEK_END);
in HotaByNotDefaultPkg() local
|
| /kernel/liteos_a/shell/full/src/base/ |
| H A D | shmsg.c | 276 UINT32 len, cmdLen, newLen; in ShellMsgParse() local
|
| /kernel/liteos_a/kernel/base/vm/ |
| H A D | los_vm_syscall.c | 358 STATUS_T OsMremapCheck(VADDR_T addr, size_t oldLen, VADDR_T newAddr, size_t newLen, unsigned int flags) in OsMremapCheck() argument
|
| /third_party/icu/icu4c/source/common/ |
| H A D | edits.cpp | 507 int32_t newLen = (u >> 9) & MAX_SHORT_CHANGE_NEW_LENGTH; in next() local
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
| H A D | ReplaceableTest.java | 161 void fixStyles(int start, int limit, int newLen) { in fixStyles() argument
|
| /third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
| H A D | ReplaceableTest.java | 158 void fixStyles(int start, int limit, int newLen) { in fixStyles() argument
|
| /third_party/mesa3d/src/gallium/drivers/virgl/ |
| H A D | virgl_tgsi.c | 434 const uint newLen = tgsi_num_tokens(tokens_in); in virgl_tgsi_transform() local
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | edits.cpp | 507 int32_t newLen = (u >> 9) & MAX_SHORT_CHANGE_NEW_LENGTH; in next() local
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_pstipple.c | 381 const uint newLen = tgsi_num_tokens(tokens) + NUM_NEW_TOKENS; in util_pstipple_create_fragment_shader() local
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | edits.cpp | 507 int32_t newLen = (u >> 9) & MAX_SHORT_CHANGE_NEW_LENGTH; in next() local
|
| /kernel/liteos_a/apps/shell/src/ |
| H A D | shmsg.c | 492 unsigned int shiftLen, execLen, newLen; in PreHandleCmdline() local
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_aapoint.c | 365 const uint newLen = tgsi_num_tokens(orig_fs->tokens) + NUM_NEW_TOKENS; in generate_aapoint_fs() local
|
| H A D | draw_pipe_aaline.c | 281 const uint newLen = tgsi_num_tokens(orig_fs->tokens) + NUM_NEW_TOKENS; in generate_aaline_fs() local
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | utransts.c | 104 int32_t newLen = Xlength(rep) + limit - start + textLength; in Xreplace() local 116 int32_t newLen = Xlength(rep) + limit - start; in Xcopy() local
|
| /third_party/lzma/CPP/Common/ |
| H A D | MyString.cpp | 910 unsigned newLen = newString.Len();
in Replace() local 1552 unsigned newLen = newString.Len();
in Replace() local
|
| H A D | MyString.h | 361 void ReleaseBuf_SetLen(unsigned newLen) { _len = newLen; }
in ReleaseBuf_SetLen() argument 362 void ReleaseBuf_SetEnd(unsigned newLen) { _len = newLen; _chars[newLen] = 0; }
in ReleaseBuf_SetEnd() argument 653 void ReleaseBuf_SetLen(unsigned newLen) { _len = newLen; }
in ReleaseBuf_SetLen() argument 654 void ReleaseBuf_SetEnd(unsigned newLen) { _len = newLen; _chars[newLen] in ReleaseBuf_SetLen() argument 893 ReleaseBuf_SetLen(unsigned newLen) ReleaseBuf_SetLen() argument [all...] |
| /test/xts/device_attest/services/core/network/ |
| H A D | attest_network.c | 525 int newLen = sprintf_s(reqHeadData, headerMaxLen, HTTPS_POST_FORMAT, FILL_HTTPS_POST_FORMAT_ARGS(msgHttpPack)); in BuildHttpsHead() local
|