HomeSort by relevance Sort by last modified time
    Searched refs:nbytes (Results 126 - 150 of 178) sorted by null

1 2 3 4 56 7 8

  /external/zlib/
zutil.h 90 void *_Cdecl farmalloc( unsigned long nbytes );
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
bcmutils.h 633 extern uint8 hndcrc8(uint8 *p, uint nbytes, uint8 crc);
634 extern uint16 hndcrc16(uint8 *p, uint nbytes, uint16 crc);
635 extern uint32 hndcrc32(uint8 *p, uint nbytes, uint32 crc);
682 extern int bcm_cmp_bytes(uchar *arg1, uchar *arg2, uint8 nbytes);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 633 extern uint8 hndcrc8(uint8 *p, uint nbytes, uint8 crc);
634 extern uint16 hndcrc16(uint8 *p, uint nbytes, uint16 crc);
635 extern uint32 hndcrc32(uint8 *p, uint nbytes, uint32 crc);
682 extern int bcm_cmp_bytes(uchar *arg1, uchar *arg2, uint8 nbytes);
  /external/valgrind/main/coregrind/
m_transtab.c 870 static void invalidate_icache ( void *ptr, Int nbytes )
874 Addr endaddr = startaddr + nbytes;
879 if (nbytes == 0) return;
880 vg_assert(nbytes > 0);
910 Addr endaddr = startaddr + nbytes;
    [all...]
m_translate.c 704 void log_bytes ( HChar* bytes, Int nbytes )
707 for (i = 0; i < nbytes-3; i += 4)
709 for (; i < nbytes; i++)
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/sys/
linux-unistd.h 231 int _flush_cache (char *addr, const int nbytes, const int op);
  /external/blktrace/btreplay/
btrecord.c 275 .nbytes = spec->bytes,
616 (unsigned long long)p->nbytes / 512);
  /external/mdnsresponder/mDNSPosix/
mDNSUNP.c 509 recvfrom_flags(int fd, void *ptr, size_t nbytes, int *flagsp,
535 iov[0].iov_len = nbytes;
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/
linux-unistd.h 231 int _flush_cache (char *addr, const int nbytes, const int op);
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/
linux-unistd.h 231 int _flush_cache (char *addr, const int nbytes, const int op);
  /bionic/libc/regex/
regcomp.c 1026 size_t nbytes; local
1037 nbytes = nc / CHAR_BIT * css;
1044 ptr = (uch *)realloc((char *)p->g->setbits, nbytes);
1052 (void) memset((char *)p->g->setbits + (nbytes - css), 0, css);
    [all...]
  /external/llvm/lib/Support/
regcomp.c 1034 size_t nbytes; local
1045 nbytes = nc / CHAR_BIT * css;
1052 ptr = (uch *)realloc((char *)p->g->setbits, nbytes);
1060 (void) memset((char *)p->g->setbits + (nbytes - css), 0, css);
    [all...]
  /external/valgrind/main/VEX/unused/
linker.c 353 char* alloc_fixup_bytes ( ObjectCode* oc, int nbytes )
356 assert(nbytes % 4 == 0);
357 assert(nbytes > 0);
359 oc->fixup_used += nbytes;
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 1026 size_t nbytes; local
1037 nbytes = nc / CHAR_BIT * css;
1044 ptr = (uch *)realloc((char *)p->g->setbits, nbytes);
1052 (void) memset((char *)p->g->setbits + (nbytes - css), 0, css);
    [all...]
  /external/valgrind/main/memcheck/
mc_malloc_wrappers.c 980 ULong nbytes = 0; local
991 nbytes += (ULong)mc->szB;
999 nbytes, nblocks,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xproto.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xproto.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xproto.h     [all...]
  /external/openssh/
packet.c     [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-x86-linux.c 461 Int nbytes = VEX_GUEST_X86_GDT_NENT * sizeof(VexGuestX86SegDescr); local
462 return VG_(arena_calloc)(VG_AR_CORE, "di.syswrap-x86.azxG.1", nbytes, 1);
468 Int nbytes = VEX_GUEST_X86_LDT_NENT * sizeof(VexGuestX86SegDescr); local
469 return VG_(arena_calloc)(VG_AR_CORE, "di.syswrap-x86.azxL.1", nbytes, 1);
    [all...]
syswrap-linux.c     [all...]
  /dalvik/vm/alloc/
HeapSource.cpp     [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c 4115 int nbytes; local
4152 int nbytes; local
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu.c 531 dhd_hexdump(uchar *buf, uint nbytes, uint saddr)
537 if (nbytes == 0) {
543 for (i = 0; i < nbytes; i++) {
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 531 dhd_hexdump(uchar *buf, uint nbytes, uint saddr)
537 if (nbytes == 0) {
543 for (i = 0; i < nbytes; i++) {
    [all...]

Completed in 1159 milliseconds

1 2 3 4 56 7 8