/third_party/musl/src/internal/ |
H A D | locale_impl.h | 16 size_t map_size; 29 hidden const char *__mo_lookup(const void *, size_t, const char *);
|
/third_party/musl/src/string/ |
H A D | wcsstr.c | 9 size_t l, ip, jp, k, p, ms, p0, mem, mem0; in twoway_wcsstr() 70 size_t grow = l | 63; in twoway_wcsstr()
|
/third_party/nghttp2/src/ |
H A D | shrpx_client_handler.h | 156 const uint8_t *data, size_t datalen); 226 size_t left_connhd_len_;
|
/third_party/musl/libc-test/src/regression/ |
H A D | malloc-multi-thread-performance.c | 10 #define SIZE_ALIGN (4 * sizeof(size_t)) 41 for (size_t size = 0; size < THRESHOLD; size += SIZE_ALIGN + 1) { in func()
|
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
H A D | tre.h | 186 size_t n; 197 int zero, size_t size);
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
H A D | tre.h | 186 size_t n; 197 int zero, size_t size);
|
/third_party/musl/src/regex/ |
H A D | tre.h | 185 size_t n; 196 int zero, size_t size);
|
/third_party/musl/src/passwd/ |
H A D | getspnam_r.c | 69 int getspnam_r(const char *name, struct spwd *sp, char *buf, size_t size, struct spwd **res) in getspnam_r() 75 size_t k, l = strlen(name); in getspnam_r()
|
H A D | getpw_a.c | 20 int __getpw_a(const char *name, uid_t uid, struct passwd *pw, char **buf, size_t *size, struct passwd **res) in __getpw_a() 47 size_t len = 0; in __getpw_a()
|
/third_party/musl/src/misc/ |
H A D | mntent.c | 8 static size_t internal_bufsize; 62 size_t len, i; in getmntent_r()
|
/third_party/musl/src/stdlib/liteos_a/ |
H A D | qsort.c | 46 void __qsort_r(void *base, size_t nel, size_t width, cmpfun cmp, void *arg) in __qsort_r()
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_query.c | 82 status = ares_send_ex(channel, qbuf, (size_t)qlen, qcallback, qquery, qid); in ares_query_qid() 103 size_t ancount; in qcallback()
|
/third_party/ninja/src/ |
H A D | clparser.cc | 86 size_t start = 0; in Parse() 93 size_t end = output.find_first_of("\r\n", start); in Parse()
|
H A D | status.h | 113 template<size_t S>
140 const size_t N;
|
/third_party/node/deps/base64/base64/lib/tables/ |
H A D | table_generator.c | 69 void uint32_array_to_c_hex(const uint32_t* ary, size_t sz, const char* name) in uint32_array_to_c_hex() 71 size_t i = 0; in uint32_array_to_c_hex()
|
/third_party/node/benchmark/napi/type-tag/ |
H A D | binding.c | 31 size_t argc = 4; in TagObject() 57 size_t argc = 4; in CheckObjectTag()
|
/third_party/mesa3d/src/microsoft/spirv_to_dxil/ |
H A D | spirv2dxil.c | 121 size_t file_size; in main() 134 size_t word_count = file_size / WORD_SIZE; in main()
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_bbr.h | 94 size_t full_bw_count; 95 size_t cycle_index;
|
H A D | ngtcp2_addr.c | 40 memcpy(dest->addr, src->addr, (size_t)src->addrlen); in ngtcp2_addr_copy() 48 memcpy(dest->addr, addr, (size_t)addrlen); in ngtcp2_addr_copy_byte()
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_buffer_test.c | 39 size_t len) in assert_blob_data() 47 for (size_t i = 0; i < len; ++i) { in assert_blob_data()
|
/third_party/libfuse/example/ |
H A D | hello.c | 112 static int hello_read(const char *path, char *buf, size_t size, off_t offset, in hello_read() 115 size_t len; in hello_read()
|
H A D | null.c | 77 static int null_read(const char *path, char *buf, size_t size, in null_read() 94 static int null_write(const char *path, const char *buf, size_t size, in null_write()
|
/third_party/libfuse/lib/ |
H A D | fuse_i.h | 66 size_t bufsize; 182 size_t op_size, void *private_data);
|
/third_party/ltp/testcases/kernel/mem/mmapstress/ |
H A D | mmapstress05.c | 106 size_t pagesize = (size_t) sysconf(_SC_PAGE_SIZE); in main()
|
/third_party/ltp/testcases/kernel/syscalls/nice/ |
H A D | nice05.c | 74 size_t size; in setup() 75 size_t i; in setup()
|