HomeSort by relevance Sort by last modified time
    Searched defs:hbuf (Results 1 - 25 of 27) sorted by null

1 2

  /hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
AKFS_AOC.h 34 AKFVEC hbuf[AKFS_HBUF_SIZE]; member in struct:_AKFS_AOC_VAR
  /system/core/toolbox/upstream-netbsd/bin/dd/
misc.c 196 char hbuf[7], nbuf[32]; local
224 if (humanize_number(hbuf, sizeof(hbuf),
228 ADDS(hbuf);
236 if (humanize_number(hbuf, sizeof(hbuf),
240 ADDS(hbuf); ADDS("/sec");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
inflate.c 25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
443 hbuf[0] = (unsigned char)(word); \
444 hbuf[1] = (unsigned char)((word) >> 8); \
445 check = crc32(check, hbuf, 2); \
450 hbuf[0] = (unsigned char)(word); \
451 hbuf[1] = (unsigned char)((word) >> 8); \
452 hbuf[2] = (unsigned char)((word) >> 16); \
453 hbuf[3] = (unsigned char)((word) >> 24); \
454 check = crc32(check, hbuf, 4); \
623 unsigned char hbuf[4]; /* buffer for gzip header crc calculation */ local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
inflate.c 25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
387 hbuf[0] = (unsigned char)(word); \
388 hbuf[1] = (unsigned char)((word) >> 8); \
389 check = crc32(check, hbuf, 2); \
394 hbuf[0] = (unsigned char)(word); \
395 hbuf[1] = (unsigned char)((word) >> 8); \
396 hbuf[2] = (unsigned char)((word) >> 16); \
397 hbuf[3] = (unsigned char)((word) >> 24); \
398 check = crc32(check, hbuf, 4); \
572 unsigned char hbuf[4]; /* buffer for gzip header crc calculation */ local
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_quick.c 316 vchar_t *hbuf = NULL; /* for hash computing. */
382 hbuf = vmalloc(tlen);
383 if (hbuf == NULL) {
388 p = hbuf->v + iph2->nonce->l; /* retain the space for Ni_b */
392 * copy non-HASH payloads into hbuf, so that we can validate HASH.
485 memcpy(hbuf->v, iph2->nonce->v, iph2->nonce->l);
487 "HASH allocated:hbuf->l=%zu actual:tlen=%zu\n",
488 hbuf->l, tlen + iph2->nonce->l);
490 hbuf->l = iph2->nonce->l + tlen;
503 my_hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, hbuf);
315 vchar_t *hbuf = NULL; \/* for hash computing. *\/ local
839 vchar_t *hbuf = NULL; \/* for hash computing. *\/ local
    [all...]
  /external/pdfium/third_party/zlib_v128/
inflate.c 25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
443 hbuf[0] = (unsigned char)(word); \
444 hbuf[1] = (unsigned char)((word) >> 8); \
445 check = crc32(check, hbuf, 2); \
450 hbuf[0] = (unsigned char)(word); \
451 hbuf[1] = (unsigned char)((word) >> 8); \
452 hbuf[2] = (unsigned char)((word) >> 16); \
453 hbuf[3] = (unsigned char)((word) >> 24); \
454 check = crc32(check, hbuf, 4); \
623 unsigned char hbuf[4]; /* buffer for gzip header crc calculation * local
    [all...]
  /external/python/cpython2/Modules/zlib/
inflate.c 25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
443 hbuf[0] = (unsigned char)(word); \
444 hbuf[1] = (unsigned char)((word) >> 8); \
445 check = crc32(check, hbuf, 2); \
450 hbuf[0] = (unsigned char)(word); \
451 hbuf[1] = (unsigned char)((word) >> 8); \
452 hbuf[2] = (unsigned char)((word) >> 16); \
453 hbuf[3] = (unsigned char)((word) >> 24); \
454 check = crc32(check, hbuf, 4); \
623 unsigned char hbuf[4]; /* buffer for gzip header crc calculation * local
    [all...]
  /external/syslinux/com32/lib/zlib/
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[4]; /* buffer for gzip header crc calculation * local
    [all...]
  /external/toybox/toys/pending/
arp.c 188 char hbuf[NI_MAXHOST] = {0,}, sbuf[NI_MAXSERV] = {0,}; local
192 if (!(status = getnameinfo(sa, len, hbuf, sizeof(hbuf), sbuf,
194 strcpy(toybuf, hbuf);
tcpsvd.c 76 char hbuf[NI_MAXHOST] = {0,}; local
81 if (!(status = getnameinfo(sock, len, hbuf, sizeof(hbuf), sbuf,
83 if (flags & NI_NUMERICSERV) return xmprintf("%s:%s",hbuf, sbuf);
84 return xmprintf("%s",hbuf);
  /external/zlib/src/
inflate.c 25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
443 hbuf[0] = (unsigned char)(word); \
444 hbuf[1] = (unsigned char)((word) >> 8); \
445 check = crc32(check, hbuf, 2); \
450 hbuf[0] = (unsigned char)(word); \
451 hbuf[1] = (unsigned char)((word) >> 8); \
452 hbuf[2] = (unsigned char)((word) >> 16); \
453 hbuf[3] = (unsigned char)((word) >> 24); \
454 check = crc32(check, hbuf, 4); \
623 unsigned char hbuf[4]; /* buffer for gzip header crc calculation * local
    [all...]
  /external/iputils/
tracepath6.c 210 char abuf[NI_MAXHOST], hbuf[NI_MAXHOST]; local
241 hbuf, sizeof(hbuf), NULL, 0,
247 strcpy(hbuf, "???");
249 hbuf[0] = 0;
252 print_host(abuf, hbuf, show_both);
254 print_host(hbuf, abuf, show_both);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xos_r.h 472 char hbuf[X_LINE_MAX]; member in struct:__anon53680
480 gethostbyname_r((h),&(hp).hent,(hp).hbuf,sizeof((hp).hbuf),&(hp).herr)
482 gethostbyaddr_r((a),(al),(t),&(hp).hent,(hp).hbuf,sizeof((hp).hbuf),&(hp).herr)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xos_r.h 472 char hbuf[X_LINE_MAX]; member in struct:__anon55546
480 gethostbyname_r((h),&(hp).hent,(hp).hbuf,sizeof((hp).hbuf),&(hp).herr)
482 gethostbyaddr_r((a),(al),(t),&(hp).hent,(hp).hbuf,sizeof((hp).hbuf),&(hp).herr)
    [all...]
  /system/netd/server/
ResolverController.cpp 298 char hbuf[NI_MAXHOST]; local
300 sizeof(res_servers[i]), hbuf, sizeof(hbuf), nullptr, 0, NI_NUMERICHOST);
303 server_str.assign(hbuf);
  /bionic/libc/dns/resolv/
res_send.c 1315 char hbuf[NI_MAXHOST]; local
    [all...]
  /external/openssh/
kex.c 996 u_int8_t hbuf[2048], sbuf[2048], obuf[SSH_DIGEST_MAX_LENGTH]; local
1003 if (hlen < (512 / 8) || (u_int)hlen > sizeof(hbuf) ||
1006 if (BN_bn2bin(host_modulus, hbuf) <= 0 ||
1015 if (ssh_digest_update(hashctx, hbuf, hlen) != 0 ||
1026 explicit_bzero(hbuf, sizeof(hbuf));
  /bionic/libc/dns/net/
gethnamaddr.c 600 android_read_hostent(FILE* proxy, struct hostent* hp, char* hbuf, size_t hbuflen, int *he)
619 char *ptr = hbuf;
620 char *hbuf_end = hbuf + hbuflen;
711 char hbuf[MAXHOSTNAMELEN]; local
746 hbuf, sizeof(hbuf))))
824 gethostbyname_internal(const char *name, int af, res_state res, struct hostent *hp, char *hbuf,
831 return gethostbyname_internal_real(name, af, res, hp, hbuf, hbuflen, errorp);
851 struct hostent* result = android_read_hostent(proxy, hp, hbuf, hbuflen, errorp);
932 struct hostent *hp, char *hbuf, size_t hbuflen, int *he
    [all...]
  /external/curl/lib/
ftp.c 990 char hbuf[NI_MAXHOST]; local
    [all...]
  /external/dhcpcd-6.8.2/
dhcp.c 727 char hbuf[HOSTNAME_MAX_LEN + 1]; local
878 hostname = get_hostname(hbuf, sizeof(hbuf),
    [all...]
dhcp6.c 523 char hbuf[HOSTNAME_MAX_LEN + 1]; local
546 hostname = get_hostname(hbuf, sizeof(hbuf),
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c 4261 char hbuf[NI_MAXHOST], pbuf[NI_MAXSERV]; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c 4164 char hbuf[NI_MAXHOST], pbuf[NI_MAXSERV]; local
    [all...]
  /external/python/cpython2/Modules/
socketmodule.c 4286 char hbuf[NI_MAXHOST], pbuf[NI_MAXSERV]; local
    [all...]
  /libcore/ojluni/src/main/java/java/io/
ObjectInputStream.java 2393 private final byte[] hbuf = new byte[MAX_HEADER_SIZE]; field in class:ObjectInputStream.BlockDataInputStream
    [all...]

Completed in 1277 milliseconds

1 2