Home
last modified time | relevance | path

Searched defs:bytes (Results 1751 - 1775 of 3186) sorted by relevance

1...<<71727374757677787980>>...128

/third_party/musl/porting/linux/user/src/gwp_asan/
H A Dgwp_asan.c403 void* libc_gwp_asan_malloc(size_t bytes) in libc_gwp_asan_malloc() argument
/third_party/musl/src/hook/linux/
H A Dmusl_preinit.c527 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 Dgwp_asan.c403 void* libc_gwp_asan_malloc(size_t bytes) in libc_gwp_asan_malloc() argument
/third_party/node/deps/icu-small/source/common/
H A Ducnv_lmb.cpp1215 char bytes[2]; _LMBCSGetNextUCharWorker() local
[all...]
/third_party/node/deps/cares/src/lib/
H A Dares__buf.c557 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 Disl_tiled_memcpy.c87 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 Dtexparam.c1913 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 Dpkg_genc.cpp804 char bytes[2048]; in getArchitecture() member
[all...]
H A Dpkgitems.cpp118 const uint8_t *bytes; member in NativeItem
H A Ducm.cpp45 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 Dbi_pack.c392 int32_t bytes = qwords * 16; in bi_assign_branch_offset() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_rect.c73 unsigned bytes = sizeof(*rect) + (3 * input_array_sz); in lp_setup_alloc_rectangle() local
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_buffer.c772 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 Dgenmbcs.cpp116 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 Dgencnvex.c424 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 Dpkg_genc.cpp749 char bytes[2048]; in getArchitecture() member
[all...]
H A Dpkgitems.cpp118 const uint8_t *bytes; member in NativeItem
/third_party/icu/icu4c/source/test/cintltst/
H A Dbocu1tst.c767 printBytes(uint8_t *bytes, char *out) printBytes() argument
[all...]
H A Dtrie2test.c385 uint32_t value, bytes; in testTrieUTF8() local
[all...]
/third_party/node/deps/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.h97 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 Dmacro-assembler-x64.h485 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 Dbasic-memory-chunk.h316 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 Dpaged-spaces.h196 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 Dpreparse-data.cc146 void PreparseDataBuilder::ByteData::Reserve(size_t bytes) { in Reserve() argument
H A Dscanner-character-streams.cc544 size_t bytes; member
[all...]

Completed in 31 milliseconds

1...<<71727374757677787980>>...128