/third_party/musl/porting/linux/user/src/gwp_asan/ |
H A D | gwp_asan.c | 403 void* libc_gwp_asan_malloc(size_t bytes)
in libc_gwp_asan_malloc() argument
|
/third_party/musl/src/hook/linux/ |
H A D | musl_preinit.c | 527 void* ohos_malloc_hook_init_function(size_t bytes) in ohos_malloc_hook_init_function() argument
|
/third_party/musl/src/gwp_asan/linux/ |
H A D | gwp_asan.c | 403 void* libc_gwp_asan_malloc(size_t bytes)
in libc_gwp_asan_malloc() argument
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnv_lmb.cpp | 1215 char bytes[2]; _LMBCSGetNextUCharWorker() local [all...] |
/third_party/node/deps/cares/src/lib/ |
H A D | ares__buf.c | 557 ares_status_t ares__buf_fetch_bytes(ares__buf_t *buf, unsigned char *bytes, in ares__buf_fetch_bytes() argument 440 ares__buf_tag_fetch_bytes(const ares__buf_t *buf, unsigned char *bytes, size_t *len) ares__buf_tag_fetch_bytes() argument 571 ares__buf_fetch_bytes_dup(ares__buf_t *buf, size_t len, ares_bool_t null_term, unsigned char **bytes) ares__buf_fetch_bytes_dup() argument [all...] |
/third_party/mesa3d/src/intel/isl/ |
H A D | isl_tiled_memcpy.c | 87 rgba8_copy(void *dst, const void *src, size_t bytes) in rgba8_copy() argument 163 rgba8_copy_aligned_dst(void *dst, const void *src, size_t bytes) in rgba8_copy_aligned_dst() argument 193 rgba8_copy_aligned_src(void *dst, const void *src, size_t bytes) rgba8_copy_aligned_src() argument [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | texparam.c | 1913 int bytes = MAX2(1, _mesa_get_format_bytes(texFormat)); in get_tex_level_parameter_buffer() local
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | pkg_genc.cpp | 804 char bytes[2048]; in getArchitecture() member [all...] |
H A D | pkgitems.cpp | 118 const uint8_t *bytes; member in NativeItem
|
H A D | ucm.cpp | 45 printMapping(UCMapping *m, UChar32 *codePoints, uint8_t *bytes, FILE *f) { in printMapping() argument 748 ucm_parseBytes(uint8_t bytes[UCNV_EXT_MAX_BYTES], const char *line, const char **ps) ucm_parseBytes() argument 785 ucm_parseMappingLine(UCMapping *m, UChar32 codePoints[UCNV_EXT_MAX_UCHARS], uint8_t bytes[UCNV_EXT_MAX_BYTES], const char *line) ucm_parseMappingLine() argument 917 ucm_addMapping(UCMTable *table, UCMapping *m, UChar32 codePoints[UCNV_EXT_MAX_UCHARS], uint8_t bytes[UCNV_EXT_MAX_BYTES]) ucm_addMapping() argument 1045 ucm_mappingType(UCMStates *baseStates, UCMapping *m, UChar32 codePoints[UCNV_EXT_MAX_UCHARS], uint8_t bytes[UCNV_EXT_MAX_BYTES]) ucm_mappingType() argument 1093 ucm_addMappingAuto(UCMFile *ucm, UBool forBase, UCMStates *baseStates, UCMapping *m, UChar32 codePoints[UCNV_EXT_MAX_UCHARS], uint8_t bytes[UCNV_EXT_MAX_BYTES]) ucm_addMappingAuto() argument 1135 uint8_t bytes[UCNV_EXT_MAX_BYTES]; ucm_addMappingFromLine() local [all...] |
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_pack.c | 392 int32_t bytes = qwords * 16; in bi_assign_branch_offset() local
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_setup_rect.c | 73 unsigned bytes = sizeof(*rect) + (3 * input_array_sz); in lp_setup_alloc_rectangle() local
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_buffer.c | 772 nouveau_user_buffer_create(struct pipe_screen *pscreen, void *ptr, unsigned bytes, unsigned bind) nouveau_user_buffer_create() argument
|
/third_party/icu/icu4c/source/tools/makeconv/ |
H A D | genmbcs.cpp | 116 printBytes(char *buffer, const uint8_t *bytes, int32_t length) { in printBytes() argument 374 MBCSAddToUnicode(MBCSData *mbcsData, const uint8_t *bytes, int32_t length, UChar32 c, int8_t flag) MBCSAddToUnicode() argument 558 MBCSIsValid(NewConverter *cnvData, const uint8_t *bytes, int32_t length) MBCSIsValid() argument 566 MBCSSingleAddFromUnicode(MBCSData *mbcsData, const uint8_t *bytes, int32_t , UChar32 c, int8_t flag) MBCSSingleAddFromUnicode() argument 684 MBCSAddFromUnicode(MBCSData *mbcsData, const uint8_t *bytes, int32_t length, UChar32 c, int8_t flag) MBCSAddFromUnicode() argument 902 MBCSOkForBaseFromUnicode(const MBCSData *mbcsData, const uint8_t *bytes, int32_t length, UChar32 c, int8_t flag) MBCSOkForBaseFromUnicode() argument [all...] |
H A D | gencnvex.c | 424 uint8_t *bytes; in generateToUTable() local 109 CnvExtIsValid(NewConverter *cnvData, const uint8_t *bytes, int32_t length) CnvExtIsValid() argument 642 uint8_t *bytes, *resultBytes; getFromUBytesValue() local [all...] |
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | pkg_genc.cpp | 749 char bytes[2048]; in getArchitecture() member [all...] |
H A D | pkgitems.cpp | 118 const uint8_t *bytes; member in NativeItem
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | bocu1tst.c | 767 printBytes(uint8_t *bytes, char *out) printBytes() argument [all...] |
H A D | trie2test.c | 385 uint32_t value, bytes; in testTrieUTF8() local [all...] |
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | macro-assembler-ia32.h | 97 void AllocateStackSpace(Register bytes) { sub(esp, bytes); } in AllocateStackSpace() argument 98 void AllocateStackSpace(int bytes) { in AllocateStackSpace() argument [all...] |
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | macro-assembler-x64.h | 485 void AllocateStackSpace(Register bytes) { subq(rsp, bytes); } in AllocateStackSpace() argument 486 void AllocateStackSpace(int bytes) { in AllocateStackSpace() argument [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | basic-memory-chunk.h | 316 void IncreaseAllocatedBytes(size_t bytes) { in IncreaseAllocatedBytes() argument 321 void DecreaseAllocatedBytes(size_t bytes) { in DecreaseAllocatedBytes() argument 323 DCHECK_GE(allocated_bytes(), bytes); in DecreaseAllocatedBytes() local
|
H A D | paged-spaces.h | 196 void DecreaseAllocatedBytes(size_t bytes, Pag argument 199 IncreaseAllocatedBytes(size_t bytes, Page* page) IncreaseAllocatedBytes() argument 202 DecreaseCapacity(size_t bytes) DecreaseCapacity() argument 205 IncreaseCapacity(size_t bytes) IncreaseCapacity() argument [all...] |
/third_party/node/deps/v8/src/parsing/ |
H A D | preparse-data.cc | 146 void PreparseDataBuilder::ByteData::Reserve(size_t bytes) { in Reserve() argument
|
H A D | scanner-character-streams.cc | 544 size_t bytes; member [all...] |