HomeSort by relevance Sort by last modified time
    Searched refs:hbuf (Results 1 - 25 of 49) 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
AKFS_AOC.c 248 haocv->hbuf[AKFS_HBUF_SIZE-i] = haocv->hbuf[AKFS_HBUF_SIZE-i-1];
250 haocv->hbuf[0] = *hdata;
255 if(CheckInitFvec(&haocv->hbuf[i-1]) == 0){
265 Get4points(haocv->hbuf, num, fourpoints);
288 /* clear hbuf */
291 haocv->hbuf[i].v[j]= AKFS_FMAX;
323 haocv->hbuf[i].v[j]= AKFS_FMAX;
  /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");
  /external/libvpx/libvpx/vpx_dsp/
avg.c 139 void vpx_int_pro_row_c(int16_t hbuf[16], const uint8_t *ref,
145 hbuf[idx] = 0;
146 // hbuf[idx]: 14 bit, dynamic range [0, 16320].
147 for (i = 0; i < height; ++i) hbuf[idx] += ref[i * ref_stride];
148 // hbuf[idx]: 9 bit, dynamic range [0, 510].
149 hbuf[idx] /= norm_factor;
  /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);
  /external/libvpx/libvpx/vpx_dsp/arm/
avg_neon.c 78 void vpx_int_pro_row_neon(int16_t hbuf[16], uint8_t const *ref,
126 vst1q_s16(hbuf, vreinterpretq_s16_u16(vec_sum_lo));
127 hbuf += 8;
128 vst1q_s16(hbuf, vreinterpretq_s16_u16(vec_sum_hi));
  /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/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...]
  /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/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...]
  /toolchain/binutils/binutils-2.27/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...]
  /bionic/libc/dns/net/
gethnamaddr.c 597 android_read_hostent(FILE* proxy, struct hostent* hp, char* hbuf, size_t hbuflen, int *he)
616 char *ptr = hbuf;
617 char *hbuf_end = hbuf + hbuflen;
708 char hbuf[MAXHOSTNAMELEN]; local
743 hbuf, sizeof(hbuf))))
821 gethostbyname_internal(const char *name, int af, res_state res, struct hostent *hp, char *hbuf,
828 return gethostbyname_internal_real(name, af, res, hp, hbuf, hbuflen, errorp);
848 struct hostent* result = android_read_hostent(proxy, hp, hbuf, hbuflen, errorp);
925 struct hostent *hp, char *hbuf, size_t hbuflen, int *he
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
avg_intrin_sse2.c 314 void vpx_int_pro_row_sse2(int16_t *hbuf, uint8_t const *ref,
358 _mm_storeu_si128((__m128i *)hbuf, s0);
359 hbuf += 8;
360 _mm_storeu_si128((__m128i *)hbuf, s1);
  /system/netd/server/
ResolverController.cpp 453 char hbuf[NI_MAXHOST]; local
455 sizeof(res_servers[i]), hbuf, sizeof(hbuf), nullptr, 0, NI_NUMERICHOST);
458 server_str.assign(hbuf);
  /bionic/libc/dns/resolv/
res_send.c 1318 char hbuf[NI_MAXHOST]; local
    [all...]
  /libcore/ojluni/src/main/java/java/io/
ObjectOutputStream.java 1808 private final byte[] hbuf = new byte[MAX_HEADER_SIZE]; field in class:ObjectOutputStream.BlockDataOutputStream
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
inflate.c 25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
460 hbuf[0] = (unsigned char)(word); \
461 hbuf[1] = (unsigned char)((word) >> 8); \
462 check = crc32(check, hbuf, 2); \
467 hbuf[0] = (unsigned char)(word); \
468 hbuf[1] = (unsigned char)((word) >> 8); \
469 hbuf[2] = (unsigned char)((word) >> 16); \
470 hbuf[3] = (unsigned char)((word) >> 24); \
471 check = crc32(check, hbuf, 4); \
640 unsigned char hbuf[4]; /* buffer for gzip header crc calculation * local
    [all...]
  /external/python/cpython3/Modules/zlib/
inflate.c 25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
460 hbuf[0] = (unsigned char)(word); \
461 hbuf[1] = (unsigned char)((word) >> 8); \
462 check = crc32(check, hbuf, 2); \
467 hbuf[0] = (unsigned char)(word); \
468 hbuf[1] = (unsigned char)((word) >> 8); \
469 hbuf[2] = (unsigned char)((word) >> 16); \
470 hbuf[3] = (unsigned char)((word) >> 24); \
471 check = crc32(check, hbuf, 4); \
640 unsigned char hbuf[4]; /* buffer for gzip header crc calculation * local
    [all...]
  /external/zlib/src/
inflate.c 25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
460 hbuf[0] = (unsigned char)(word); \
461 hbuf[1] = (unsigned char)((word) >> 8); \
462 check = crc32(check, hbuf, 2); \
467 hbuf[0] = (unsigned char)(word); \
468 hbuf[1] = (unsigned char)((word) >> 8); \
469 hbuf[2] = (unsigned char)((word) >> 16); \
470 hbuf[3] = (unsigned char)((word) >> 24); \
471 check = crc32(check, hbuf, 4); \
640 unsigned char hbuf[4]; /* buffer for gzip header crc calculation * local
    [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:__anon61420
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...]
  /external/libvpx/libvpx/vpx_dsp/mips/
avg_msa.c 395 void vpx_int_pro_row_msa(int16_t hbuf[16], const uint8_t *ref,
427 ST_SH2(hbuf_r, hbuf_l, hbuf, 8);
469 ST_SH2(hbuf_r, hbuf_l, hbuf, 8);
511 ST_SH2(hbuf_r, hbuf_l, hbuf, 8);
517 hbuf[cnt] = 0;
522 hbuf[cnt] += ref[cnt];
529 hbuf[cnt] /= norm_factor;
  /external/tcpdump/
print-icmp6.c 1823 char hbuf[NI_MAXHOST]; local
    [all...]

Completed in 503 milliseconds

1 2