/third_party/json/tests/src/ |
H A D | unit-32bit.cpp | 98 trait_test_arg<std::size_t, std::int32_t, false, true>, \ 99 trait_test_arg<std::size_t, std::uint32_t, true, true>, \ 100 trait_test_arg<std::size_t, std::int64_t, false, false>, \ 101 trait_test_arg<std::size_t, std::uint64_t, true, false>);
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | LimitedStreams.h | 174 size_t _cacheSize;
175 size_t _cachePhyPos;
182 void SetCache(size_t cacheSize, size_t cachePos)
|
/third_party/mesa3d/src/freedreno/perfcntrs/ |
H A D | freedreno_dt.c | 65 size_t sz; in readdt() 79 size_t sz; in find_freqs_fn() 144 size_t sz; in find_device_fn() 156 size_t sz; in find_device_fn()
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd-bulk/ |
H A D | protocol_lws_minimal_pmd_bulk.c | 83 void *user, void *in, size_t len) in callback_minimal_pmd_bulk() 143 size_t s; in callback_minimal_pmd_bulk() 147 if (s > (size_t)n) in callback_minimal_pmd_bulk() 179 size_t s; in callback_minimal_pmd_bulk()
|
/third_party/ltp/testcases/kernel/controllers/memcg/ |
H A D | memcontrol03.c | 71 size_t i; in cleanup_sub_groups() 99 const size_t size, const int expect_oom) in alloc_anon_in_child() 133 const size_t size) in alloc_pagecache_in_child() 157 size_t attempts; in test_memcg_min()
|
/third_party/node/deps/v8/third_party/zlib/google/ |
H A D | compression_utils.cc | 18 size_t output_buffer_size, in GzipCompress() 19 size_t* compressed_size, in GzipCompress() 20 void* (*malloc_fn)(size_t), in GzipCompress() 24 // uLongf can be larger than size_t. in GzipCompress() 32 // No overflow, as compressed_size_long <= output.size() which is a size_t. in GzipCompress() 33 *compressed_size = static_cast<size_t>(compressed_size_long); in GzipCompress()
|
/third_party/node/test/js-native-api/test_exception/ |
H A D | test_exception.c | 9 size_t argc = 1; in returnException() 28 size_t argc = 1; in constructReturnException() 44 size_t argc = 1; in allowException() 60 size_t argc = 1; in constructAllowException()
|
/third_party/node/test/js-native-api/test_finalizer/ |
H A D | test_finalizer.c | 64 size_t argc = 1; in addFinalizer() 78 size_t argc = 2; in addFinalizerWithJS() 97 size_t argc = 1; in addFinalizerFailOnJS() 111 size_t argc = 1; in getFinalizerCallCount()
|
/third_party/node/test/node-api/test_async_context/ |
H A D | binding.c | 9 size_t argc = MAX_ARGUMENTS; in MakeCallback() 10 size_t n; in MakeCallback() 56 size_t argc = CREATE_ASYNC_RESOURCE_ARGC; in CreateAsyncResource() 91 size_t argc = DESTROY_ASYNC_RESOURCE_ARGC; in DestroyAsyncResource()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-result.cc | 21 void VPrintFToString(std::string* str, size_t str_offset, const char* format, in VPrintFToString() 24 size_t len = str_offset + strlen(format); in VPrintFToString() 43 void PrintFToString(std::string* str, size_t str_offset, const char* format, in PrintFToString() 65 size_t context_len = 0; in Format()
|
/third_party/node/src/ |
H A D | node_realm-inl.h | 69 constexpr size_t binding_index = static_cast<size_t>(T::binding_type_int); in GetBindingData() 89 constexpr size_t binding_index = static_cast<size_t>(T::binding_type_int); in AddBindingData()
|
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/ |
H A D | postject-api.h | 48 size_t size, in postject__dl_iterate_phdr_callback() 58 size_t* size, in postject_find_resource() 116 *size = (size_t)section_size; in postject_find_resource() 130 size_t n = main_program_info.dlpi_phnum; in postject_find_resource()
|
/third_party/musl/src/passwd/ |
H A D | getgr_a.c | 20 int __getgr_a(const char *name, gid_t gid, struct group *gr, char **buf, size_t *size, char ***mem, size_t *nmem, struct group **res) in __getgr_a() 48 size_t len = 0; in __getgr_a() 49 size_t grlist_len = 0; in __getgr_a()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | time.h | 61 size_t strftime (char *__restrict, size_t, const char *__restrict, const struct tm *__restrict); 76 size_t strftime_l (char * __restrict, size_t, const char * __restrict, const struct tm * __restrict, locale_t);
|
/third_party/ninja/src/ |
H A D | includes_normalize-win32.cc | 32 size_t buffer_length, string *err) { in InternalGetFullPathName() 106 for (size_t i = 2; i < s.size(); ++i) { in IsFullPathName() 141 for (size_t i = 0; i < result.size(); ++i) { in AbsPath() 187 size_t len = input.size(); in Normalize()
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares__htable_asvp.c | 116 size_t *num) in ares__htable_asvp_keys() 119 size_t cnt = 0; in ares__htable_asvp_keys() 121 size_t i; in ares__htable_asvp_keys() 222 size_t ares__htable_asvp_num_keys(const ares__htable_asvp_t *htable) in ares__htable_asvp_num_keys()
|
/third_party/node/deps/base64/base64/lib/arch/avx/ |
H A D | enc_loop_asm.c | 122 enc_loop_avx (const uint8_t **s, size_t *slen, uint8_t **o, size_t *olen) in enc_loop_avx() 135 size_t rounds = (*slen - 4) / 12; in enc_loop_avx() 141 size_t loops = rounds / 36; in enc_loop_avx()
|
/third_party/node/deps/base64/base64/lib/arch/avx2/ |
H A D | enc_loop_asm.c | 123 enc_loop_avx2 (const uint8_t **s, size_t *slen, uint8_t **o, size_t *olen) in enc_loop_avx2() 137 size_t rounds = (*slen - 4) / 24; in enc_loop_avx2() 147 size_t loops = rounds / 36; in enc_loop_avx2()
|
/third_party/node/deps/base64/base64/lib/arch/ssse3/ |
H A D | enc_loop_asm.c | 126 enc_loop_ssse3 (const uint8_t **s, size_t *slen, uint8_t **o, size_t *olen) in enc_loop_ssse3() 139 size_t rounds = (*slen - 4) / 12; in enc_loop_ssse3() 145 size_t loops = rounds / 36; in enc_loop_ssse3()
|
/third_party/mesa3d/include/android_stub/backtrace/ |
H A D | BacktraceMap.h | 76 iterator(BacktraceMap* map, size_t index) : map_(map), index_(index) {} in iterator() 111 size_t index_ = 0; 145 size_t size() const { return maps_.size(); } in size() 169 virtual uint64_t GetLoadBias(size_t /* index */) { return 0; } in GetLoadBias()
|
/third_party/ltp/testcases/kernel/syscalls/send/ |
H A D | send02.c | 29 static void do_send(int sock, void *buf, size_t size, int flags) in do_send() 34 static void do_sendto(int sock, void *buf, size_t size, int flags) in do_sendto() 40 static void do_sendmsg(int sock, void *buf, size_t size, int flags) in do_sendmsg() 59 void (*send)(int sock, void *buf, size_t size, int flags);
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-traffic.h | 227 u_int16_t calc_checksum(u_int16_t *data, size_t size); 228 void fill_payload(unsigned char *payload_p, size_t size); 230 u_int32_t bit_change_seed(size_t bitsize, size_t oversize);
|
/third_party/libwebsockets/lib/secure-streams/protocols/ |
H A D | ss-h2.c | 29 void *in, size_t len); 33 void *in, size_t len) in secstream_h2() 136 secstream_connect_munge_h2(lws_ss_handle_t *h, char *buf, size_t len, in secstream_connect_munge_h2() 141 size_t used_in, used_out; in secstream_connect_munge_h2()
|
/third_party/lwip/test/fuzz/ |
H A D | fuzz.c | 95 static void input_pkt(struct netif *netif, const u8_t *data, size_t len) in input_pkt() 113 static void input_pkts(struct netif *netif, const u8_t *data, size_t len) in input_pkts() 118 size_t rem_len = len; in input_pkts() 147 size_t len; in main()
|
/third_party/lz4/examples/ |
H A D | fileCompress.c | 19 static size_t get_file_size(char *filename) in get_file_size() 39 size_t len; in compress_file() 144 size_t const r0 = fread(b0, 1, sizeof(b0), fp0); in compareFiles() 145 size_t const r1 = fread(b1, 1, sizeof(b1), fp1); in compareFiles() 189 get_file_size(lz4Filename), /* might overflow is size_t is 32 bits and size_{in,out} > 4 GB */ in main()
|