/third_party/node/test/js-native-api/test_error/ |
H A D | test_error.c | 7 size_t argc = 1; in checkError() 162 size_t argc = 1; in throwArbitrary()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-linkage.h | 151 template <size_t kNumGpRegs, size_t kNumFpRegs>
|
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
H A D | ioapi.c | 135 ret = (uLong)fread(buf, 1, (size_t)size, (FILE *)stream); in fread_file_func() 142 ret = (uLong)fwrite(buf, 1, (size_t)size, (FILE *)stream); in fwrite_file_func()
|
/third_party/node/deps/v8/tools/gcmole/ |
H A D | gcmole-test.cc | 51 void TwoSizeTArgumentsFunction(size_t a, size_t b) { in TwoSizeTArgumentsFunction()
|
/third_party/node/src/ |
H A D | js_stream.cc | 112 size_t count, in DoWrite() 120 for (size_t i = 0; i < count; i++) { in DoWrite()
|
H A D | node_errors.h | 249 void* operator new(std::size_t count) = delete; 250 void* operator new[](std::size_t count) = delete;
|
H A D | node_report_utils.cc | 87 size_t buffer_size = buffer.capacity(); in ReportPipeEndpoints() 122 size_t size = buffer.capacity(); in ReportPath()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | attrib.h | 395 char *buf, size_t size, off_t offset); 398 const char *buf, size_t size, off_t offset);
|
/third_party/musl/src/network/ |
H A D | getifaddrs.c | 61 static void copy_addr(struct sockaddr **r, int af, union sockany *sa, void *addr, size_t addrlen, int ifindex) in copy_addr() 98 static void copy_lladdr(struct sockaddr **r, union sockany *sa, void *addr, size_t addrlen, int ifindex, unsigned short hatype) in copy_lladdr()
|
/third_party/nghttp2/third-party/url-parser/ |
H A D | url_parser.c | 449 size_t buflen = u->field_data[UF_HOST].off + u->field_data[UF_HOST].len; in http_parse_host() 532 http_parser_parse_url(const char *buf, size_t buflen, int is_connect, in http_parser_parse_url()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | umapfile.cpp | 67 typedef size_t MemoryMap; 261 size_t dataLen = (char *)pData->map - (char *)pData->mapAddr; in uprv_unmapFile()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | errors.c | 268 size_t 278 size_t len = strnlen(msg, MAX_DEBUG_MESSAGE_LENGTH); in _mesa_gl_debug()
|
/third_party/mesa3d/include/android_stub/system/ |
H A D | window.h | 731 size_t bufferCount) in native_window_set_buffer_count() 962 const android_native_rect_t* rects, size_t numRects) in native_window_set_surface_damage()
|
/third_party/libevdev/tools/ |
H A D | touchpad-edge-detector.c | 134 pid_vid_matchstr(struct libevdev *dev, char *match, size_t sz) in pid_vid_matchstr() 143 dmi_matchstr(struct libevdev *dev, char *match, size_t sz) in dmi_matchstr()
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-igmp_querier.c | 160 size_t query_size; /* size of igmpv3_query */ in create_query() 404 size_t query_size; in send_query()
|
/third_party/lwip/src/apps/netbiosns/ |
H A D | netbiosns.c | 503 size_t i; in netbiosns_set_name() 504 size_t copy_len = strlen(hostname); in netbiosns_set_name()
|
/third_party/lwip/src/apps/snmp/ |
H A D | snmp_snmpv2_usm.c | 42 static void snmp_oid_to_name(char *name, const u32_t *oid, size_t len) in snmp_oid_to_name() 51 static void snmp_name_to_oid(const char *name, u32_t *oid, size_t len) in snmp_name_to_oid()
|
/third_party/libwebsockets/plugins/ssh-base/crypto/ |
H A D | poly1305.c | 29 const unsigned char *m, size_t inlen, in poly1305_auth() 37 size_t j; in poly1305_auth()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/ |
H A D | 2-4.c | 299 size_t sz; in main() 318 sz = (size_t) sysconf(_SC_PAGESIZE); in main()
|
H A D | 4-2.c | 254 size_t sz; in main() 273 sz = (size_t) sysconf(_SC_PAGESIZE); in main()
|
H A D | 2-7.c | 307 size_t sz; in main() 326 sz = (size_t) sysconf(_SC_PAGESIZE); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/ |
H A D | 2-2.c | 315 size_t sz; in main() 334 sz = (size_t) sysconf(_SC_PAGESIZE); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/ |
H A D | 1-2.c | 347 size_t sz, ps; in main() 366 ps = (size_t) sysconf(_SC_PAGESIZE); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/ |
H A D | stress1.c | 430 size_t sz, ps; in main() 449 ps = (size_t) sysconf(_SC_PAGESIZE); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
H A D | stress1.c | 436 size_t sz, ps; in main() 455 ps = (size_t) sysconf(_SC_PAGESIZE); in main()
|