/third_party/nghttp2/bpf/ |
H A D | reuseport_kern.c | 512 __u8 hbuf[8]; in sk_index_from_dcid() local 515 __builtin_memset(hbuf, 0, sizeof(hbuf)); in sk_index_from_dcid() 519 __builtin_memcpy(hbuf, qhd->dcid + 16, 4); in sk_index_from_dcid() 522 __builtin_memcpy(hbuf, qhd->dcid + 16, 3); in sk_index_from_dcid() 525 __builtin_memcpy(hbuf, qhd->dcid + 16, 2); in sk_index_from_dcid() 528 __builtin_memcpy(hbuf, qhd->dcid + 16, 1); in sk_index_from_dcid() 532 h = hash(hbuf, sizeof(hbuf), h); in sk_index_from_dcid() 537 __builtin_memset(hbuf, in sk_index_from_dcid() [all...] |
/third_party/toybox/toys/pending/ |
H A D | arp.c | 176 char hbuf[NI_MAXHOST] = {0,}, sbuf[NI_MAXSERV] = {0,}; in ip_to_host() local 180 if (!(status = getnameinfo(sa, len, hbuf, sizeof(hbuf), sbuf, in ip_to_host() 182 strcpy(toybuf, hbuf); in ip_to_host()
|
H A D | tcpsvd.c | 76 char hbuf[NI_MAXHOST] = {0,}; in sock_to_address() local 81 if (!(status = getnameinfo(sock, len, hbuf, sizeof(hbuf), sbuf, in sock_to_address() 83 if (flags & NI_NUMERICSERV) return xmprintf("%s:%s",hbuf, sbuf); in sock_to_address() 84 return xmprintf("%s",hbuf); in sock_to_address()
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | inflate.c | 25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
422 hbuf[0] = (unsigned char)(word); \
423 hbuf[1] = (unsigned char)((word) >> 8); \
424 check = crc32(check, hbuf, 2); \
429 hbuf[0] = (unsigned char)(word); \
430 hbuf[1] = (unsigned char)((word) >> 8); \
431 hbuf[2] = (unsigned char)((word) >> 16); \
432 hbuf[3] = (unsigned char)((word) >> 24); \
433 check = crc32(check, hbuf, 4); \
607 unsigned char hbuf[ local [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | time_zone_info.cc | 679 char hbuf[24]; // covers header.zonetab_offset too in Open() local 680 if (fread(hbuf, 1, sizeof(hbuf), fp.get()) != sizeof(hbuf)) continue; in Open() 681 if (strncmp(hbuf, "tzdata", 6) != 0) continue; in Open() 682 const char* vers = (hbuf[11] == '\0') ? hbuf + 6 : ""; in Open() 683 const std::int_fast32_t index_offset = Decode32(hbuf + 12); in Open() 684 const std::int_fast32_t data_offset = Decode32(hbuf + 16); in Open()
|
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/ |
H A D | inflate.c | 25 * - Make hbuf[] unsigned char to match parameter type in inflate.c 473 hbuf[0] = (unsigned char)(word); \ 474 hbuf[1] = (unsigned char)((word) >> 8); \ 475 check = crc32(check, hbuf, 2); \ 480 hbuf[0] = (unsigned char)(word); \ 481 hbuf[1] = (unsigned char)((word) >> 8); \ 482 hbuf[2] = (unsigned char)((word) >> 16); \ 483 hbuf[3] = (unsigned char)((word) >> 24); \ 484 check = crc32(check, hbuf, 4); \ 653 unsigned char hbuf[ local [all...] |
/third_party/node/deps/v8/third_party/zlib/ |
H A D | inflate.c | 25 * - Make hbuf[] unsigned char to match parameter type in inflate.c 462 hbuf[0] = (unsigned char)(word); \ 463 hbuf[1] = (unsigned char)((word) >> 8); \ 464 check = crc32(check, hbuf, 2); \ 469 hbuf[0] = (unsigned char)(word); \ 470 hbuf[1] = (unsigned char)((word) >> 8); \ 471 hbuf[2] = (unsigned char)((word) >> 16); \ 472 hbuf[3] = (unsigned char)((word) >> 24); \ 473 check = crc32(check, hbuf, 4); \ 642 unsigned char hbuf[ local [all...] |
/third_party/node/deps/zlib/ |
H A D | inflate.c | 25 * - Make hbuf[] unsigned char to match parameter type in inflate.c 429 hbuf[0] = (unsigned char)(word); \ 430 hbuf[1] = (unsigned char)((word) >> 8); \ 431 check = crc32(check, hbuf, 2); \ 436 hbuf[0] = (unsigned char)(word); \ 437 hbuf[1] = (unsigned char)((word) >> 8); \ 438 hbuf[2] = (unsigned char)((word) >> 16); \ 439 hbuf[3] = (unsigned char)((word) >> 24); \ 440 check = crc32(check, hbuf, 4); \ 606 unsigned char hbuf[ in inflate() local [all...] |
/third_party/node/deps/zlib/contrib/optimizations/ |
H A D | inflate.c | 25 * - Make hbuf[] unsigned char to match parameter type in inflate.c 440 hbuf[0] = (unsigned char)(word); \ 441 hbuf[1] = (unsigned char)((word) >> 8); \ 442 check = crc32(check, hbuf, 2); \ 447 hbuf[0] = (unsigned char)(word); \ 448 hbuf[1] = (unsigned char)((word) >> 8); \ 449 hbuf[2] = (unsigned char)((word) >> 16); \ 450 hbuf[3] = (unsigned char)((word) >> 24); \ 451 check = crc32(check, hbuf, 4); \ 617 unsigned char hbuf[ in inflate() local [all...] |
/third_party/skia/third_party/externals/zlib/contrib/optimizations/ |
H A D | inflate.c | 25 * - Make hbuf[] unsigned char to match parameter type in inflate.c 472 hbuf[0] = (unsigned char)(word); \ 473 hbuf[1] = (unsigned char)((word) >> 8); \ 474 check = crc32(check, hbuf, 2); \ 479 hbuf[0] = (unsigned char)(word); \ 480 hbuf[1] = (unsigned char)((word) >> 8); \ 481 hbuf[2] = (unsigned char)((word) >> 16); \ 482 hbuf[3] = (unsigned char)((word) >> 24); \ 483 check = crc32(check, hbuf, 4); \ 652 unsigned char hbuf[ local [all...] |
/third_party/skia/third_party/externals/zlib/ |
H A D | inflate.c | 25 * - Make hbuf[] unsigned char to match parameter type in inflate.c 461 hbuf[0] = (unsigned char)(word); \ 462 hbuf[1] = (unsigned char)((word) >> 8); \ 463 check = crc32(check, hbuf, 2); \ 468 hbuf[0] = (unsigned char)(word); \ 469 hbuf[1] = (unsigned char)((word) >> 8); \ 470 hbuf[2] = (unsigned char)((word) >> 16); \ 471 hbuf[3] = (unsigned char)((word) >> 24); \ 472 check = crc32(check, hbuf, 4); \ 641 unsigned char hbuf[ local [all...] |
/third_party/zlib/ |
H A D | inflate.c | 25 * - Make hbuf[] unsigned char to match parameter type in inflate.c 441 hbuf[0] = (unsigned char)(word); \ 442 hbuf[1] = (unsigned char)((word) >> 8); \ 443 check = crc32(check, hbuf, 2); \ 448 hbuf[0] = (unsigned char)(word); \ 449 hbuf[1] = (unsigned char)((word) >> 8); \ 450 hbuf[2] = (unsigned char)((word) >> 16); \ 451 hbuf[3] = (unsigned char)((word) >> 24); \ 452 check = crc32(check, hbuf, 4); \ 618 unsigned char hbuf[ in inflate() local [all...] |
/third_party/node/src/crypto/ |
H A D | crypto_sig.cc | 550 ArrayBufferOrViewContents<char> hbuf(args[offset]); in VerifyFinal() 551 if (UNLIKELY(!hbuf.CheckSizeInt32())) in VerifyFinal() 570 ByteSource signature = hbuf.ToByteSource(); in VerifyFinal() 572 signature = ConvertSignatureToDER(pkey, hbuf.ToByteSource()); in VerifyFinal()
|
/third_party/curl/lib/ |
H A D | ftp.c | 917 char hbuf[NI_MAXHOST]; in ftp_state_use_port() local 1019 ipstr, hbuf, sizeof(hbuf))) { in ftp_state_use_port() 1027 host = hbuf; /* use the hbuf for host name */ in ftp_state_use_port() 1049 r = Curl_inet_ntop(sa->sa_family, &sa6->sin6_addr, hbuf, sizeof(hbuf)); in ftp_state_use_port() 1053 r = Curl_inet_ntop(sa->sa_family, &sa4->sin_addr, hbuf, sizeof(hbuf)); in ftp_state_use_port() 1059 host = hbuf; /* us in ftp_state_use_port() [all...] |
/third_party/python/Modules/ |
H A D | socketmodule.c | 6673 char hbuf[NI_MAXHOST], pbuf[NI_MAXSERV]; local 6743 hbuf, sizeof(hbuf), pbuf, sizeof(pbuf), flags); 6750 name = sock_decode_hostname(hbuf);
|
H A D | posixmodule.c | 9989 Py_buffer *hbuf, *tbuf; in os_sendfile_impl() local 10011 if (iov_setup(&(sf.headers), &hbuf, in os_sendfile_impl() 10065 iov_cleanup(sf.headers, hbuf, sf.hdr_cnt); in os_sendfile_impl()
|