HomeSort by relevance Sort by last modified time
    Searched refs:hbuf (Results 1 - 14 of 14) sorted by null

  /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/chromium_org/mojo/spy/
spy.cc 67 scoped_ptr<MojoHandle[]> hbuf(new MojoHandle[kHandleBufSize]);
88 hbuf.get(), &handles_read,
105 if (MojoReadMessage(hbuf[i], NULL, NULL, NULL, NULL,
109 message_pipe_handle.reset(mojo::MessagePipeHandle(hbuf[i]));
123 hbuf.get()[i] = faux_client.release().value();
140 hbuf.get(), handles_read,
144 CloseHandles(hbuf.get(), handles_read);
  /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/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...]
  /bionic/libc/dns/resolv/
res_send.c 1276 char hbuf[NI_MAXHOST]; local
    [all...]
  /external/tcpdump/
print-icmp6.c 1252 char hbuf[NI_MAXHOST]; local
    [all...]
  /external/chromium_org/third_party/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/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_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/qemu/distrib/zlib-1.2.8/
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/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xos_r.h 472 char hbuf[X_LINE_MAX]; member in struct:__anon24881
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.11-4.8/sysroot/usr/include/X11/
Xos_r.h 472 char hbuf[X_LINE_MAX]; member in struct:__anon26617
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...]

Completed in 786 milliseconds