Home
last modified time | relevance | path

Searched defs:len (Results 126 - 150 of 21042) sorted by relevance

12345678910>>...842

/third_party/musl/porting/liteos_a/user/src/mman/
H A Dposix_madvise.c6 int posix_madvise(void *addr, size_t len, int advice) in posix_madvise() argument
/third_party/musl/src/fcntl/
H A Dposix_fadvise.c5 int posix_fadvise(int fd, off_t base, off_t len, int advice) in posix_fadvise() argument
/third_party/musl/src/misc/
H A Dgetdomainname.c7 int getdomainname(char *name, size_t len) in getdomainname() argument
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A D__stdio_read.c5 size_t __stdio_read(FILE *f, unsigned char *buf, size_t len) in __stdio_read() argument
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A D__string_read.c4 size_t __string_read(FILE *f, unsigned char *buf, size_t len) in __string_read() argument
/third_party/musl/src/network/
H A Drecv.c3 ssize_t recv(int fd, void *buf, size_t len, int flags) in recv() argument
/third_party/musl/porting/liteos_a/user/src/fcntl/
H A Dposix_fadvise.c6 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 Daligned_alloc.c7 void *aligned_alloc(size_t align, size_t len) in aligned_alloc() argument
/third_party/musl/src/dirent/
H A Dreaddir.c21 int len = __syscall(SYS_getdents, dir->fd, dir->buf, sizeof dir->buf); in readdir() local
/third_party/musl/src/linux/
H A Dgetdents.c6 int getdents(int fd, struct dirent *buf, size_t len) in getdents() argument
/third_party/musl/src/stdio/
H A D__stdout_write.c4 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 Dnghttp3_vec.c42 size_t len; in nghttp3_vec_len_varint() local
/third_party/ltp/testcases/kernel/syscalls/setgroups/
H A Dsetgroups01.c19 static int len = NGROUPS; variable
/third_party/ltp/testcases/open_posix_testsuite/include/
H A Dncpu.h45 size_t len = sizeof(ncpu); in get_ncpu() local
/third_party/musl/libc-test/src/functional/
H A Dstring_strchr.c11 static void *aligncpy(void *p, size_t len, size_t a) in aligncpy() argument
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dcolumns.c17 int len, maxlen = 0; in calculate_columns() local
/third_party/node/deps/openssl/openssl/crypto/sha/
H A Dsha_ppc.c20 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 Dmem_clr.c22 void OPENSSL_cleanse(void *ptr, size_t len) in OPENSSL_cleanse() argument
/third_party/node/deps/uv/src/win/
H A Dsnprintf.c30 int snprintf(char* buf, size_t len, const char* fmt, ...) { in snprintf() argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dno_size_t_is_usize.h7 size_t len; member
/third_party/openssl/crypto/
H A Dmem_clr.c22 void OPENSSL_cleanse(void *ptr, size_t len) in OPENSSL_cleanse() argument
/third_party/openssl/apps/lib/
H A Dcolumns.c17 int len, maxlen = 0; in calculate_columns() local
/third_party/openssl/crypto/sha/
H A Dsha_ppc.c20 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 Dmem_clr.c22 void OPENSSL_cleanse(void *ptr, size_t len) in OPENSSL_cleanse() argument
/kernel/linux/common_modules/tzdriver/core/
H A Dmem.c56 static void init_shared_mem(struct tc_ns_shared_mem *sh, void *addr, size_t len) in init_shared_mem() argument
64 struct tc_ns_shared_mem *tc_mem_allocate(size_t len) in tc_mem_allocate() argument
[all...]

Completed in 5 milliseconds

12345678910>>...842