/third_party/musl/porting/liteos_a/user/src/fcntl/ |
H A D | posix_fadvise.c | 6 int posix_fadvise(int fd, off_t base, off_t len, int advice) in posix_fadvise() argument
|
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/ |
H A D | aligned_alloc.c | 7 void *aligned_alloc(size_t align, size_t len) in aligned_alloc() argument
|
/third_party/musl/src/dirent/ |
H A D | readdir.c | 21 int len = __syscall(SYS_getdents, dir->fd, dir->buf, sizeof dir->buf); in readdir() local
|
/third_party/musl/src/linux/ |
H A D | getdents.c | 6 int getdents(int fd, struct dirent *buf, size_t len) in getdents() argument
|
/third_party/musl/src/stdio/ |
H A D | __stdout_write.c | 4 size_t __stdout_write(FILE *f, const unsigned char *buf, size_t len) in __stdout_write() argument
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_vec.c | 42 size_t len; in nghttp3_vec_len_varint() local
|
/third_party/ltp/testcases/kernel/syscalls/setgroups/ |
H A D | setgroups01.c | 19 static int len = NGROUPS; variable
|
/third_party/ltp/testcases/open_posix_testsuite/include/ |
H A D | ncpu.h | 45 size_t len = sizeof(ncpu); in get_ncpu() local
|
/third_party/musl/libc-test/src/functional/ |
H A D | string_strchr.c | 11 static void *aligncpy(void *p, size_t len, size_t a) in aligncpy() argument
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | columns.c | 17 int len, maxlen = 0; in calculate_columns() local
|
/third_party/node/deps/openssl/openssl/crypto/sha/ |
H A D | sha_ppc.c | 20 void sha256_block_data_order(void *ctx, const void *inp, size_t len) in sha256_block_data_order() argument 29 void sha512_block_data_order(void *ctx, const void *inp, size_t len) in sha512_block_data_order() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | mem_clr.c | 22 void OPENSSL_cleanse(void *ptr, size_t len) in OPENSSL_cleanse() argument
|
/third_party/node/deps/uv/src/win/ |
H A D | snprintf.c | 30 int snprintf(char* buf, size_t len, const char* fmt, ...) { in snprintf() argument
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | no_size_t_is_usize.h | 7 size_t len; member
|
/third_party/openssl/crypto/ |
H A D | mem_clr.c | 22 void OPENSSL_cleanse(void *ptr, size_t len) in OPENSSL_cleanse() argument
|
/third_party/openssl/apps/lib/ |
H A D | columns.c | 17 int len, maxlen = 0; in calculate_columns() local
|
/third_party/openssl/crypto/sha/ |
H A D | sha_ppc.c | 20 void sha256_block_data_order(void *ctx, const void *inp, size_t len) in sha256_block_data_order() argument 29 void sha512_block_data_order(void *ctx, const void *inp, size_t len) in sha512_block_data_order() argument [all...] |
/third_party/openssl/ohos_lite/crypto/ |
H A D | mem_clr.c | 22 void OPENSSL_cleanse(void *ptr, size_t len) in OPENSSL_cleanse() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | bswapdsp.c | 43 static void bswap16_buf(uint16_t *dst, const uint16_t *src, int len) in bswap16_buf() argument
|
/third_party/elfutils/lib/ |
H A D | crc32.c | 94 crc32 (uint32_t crc, unsigned char *buf, size_t len) in crc32() argument
|
/third_party/eudev/src/shared/ |
H A D | device-nodes.c | 41 int encode_devnode_name(const char *str, char *str_enc, size_t len) { in encode_devnode_name() argument
|
/third_party/elfutils/libasm/ |
H A D | asm_addstrz.c | 43 asm_addstrz (AsmScn_t *asmscn, const char *str, size_t len) in asm_addstrz() argument [all...] |
/third_party/curl/tests/unit/ |
H A D | unit1605.c | 50 int len; variable
|
/third_party/elfutils/libdwfl/ |
H A D | dwfl_module_report_build_id.c | 37 dwfl_module_report_build_id(Dwfl_Module *mod, const unsigned char *bits, size_t len, GElf_Addr vaddr) dwfl_module_report_build_id() argument
|
/third_party/elfutils/libelf/ |
H A D | chdr_xlate.h | 6 Elf32_cvt_chdr (void *dest, const void *src, size_t len, int encode) in Elf32_cvt_chdr() argument 21 Elf64_cvt_chdr (void *dest, const void *src, size_t len, int encode) in Elf64_cvt_chdr() argument
|