HomeSort by relevance Sort by last modified time
    Searched refs:bzero (Results 76 - 100 of 185) sorted by null

1 2 34 5 6 7 8

  /external/llvm/lib/Support/
RWMutex.cpp 55 bzero(rwlock, sizeof(pthread_rwlock_t));
  /hardware/samsung_slsi/exynos5/libsecurepath/
tlc_communication.cpp 49 bzero(&(comm_ctx->handle), sizeof(mcSessionHandle_t)); // Clear the session handle
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/bsdi/
SDL_syscdrom.c 349 bzero(cdb, sizeof (cdb));
364 bzero(cdb, sizeof (cdb));
406 bzero(cdb, sizeof (cdb));
461 bzero(cdb, sizeof(cdb));
481 bzero(cdb, sizeof (cdb));
505 bzero(cdb, sizeof (cdb));
517 bzero(cdb, sizeof (cdb));
  /bionic/libc/arch-arm/cortex-a15/bionic/
memset.S 66 ENTRY(bzero) function
73 END(bzero)
  /bionic/libc/arch-arm/generic/bionic/
memset.S 54 ENTRY(bzero) function
60 END(bzero)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ssp/
string.h 53 #undef bzero macro
104 #define bzero(dest, len) ((void) \ macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
string3.h 43 # undef bzero macro
97 __NTH (bzero (void *__dest, size_t __len)) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/ssp/
string.h 53 #undef bzero macro
104 #define bzero(dest, len) ((void) \ macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string3.h 43 # undef bzero macro
97 __NTH (bzero (void *__dest, size_t __len)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/ssp/
string.h 53 #undef bzero macro
104 #define bzero(dest, len) ((void) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string3.h 43 # undef bzero macro
97 __NTH (bzero (void *__dest, size_t __len)) function
  /bionic/libc/kernel/common/linux/
mroute6.h 65 #define IF_ZERO(p) bzero(p, sizeof(*(p)))
  /system/core/libcutils/
uevent.c 91 bzero(buffer, length);
  /external/ipsec-tools/src/racoon/
privsep.c 326 bzero(reply, sizeof(*reply));
424 bzero(envp, (envc + 1) * sizeof(char *));
719 bzero(msg, len);
800 bzero(msg, sizeof(*msg));
909 bzero(msg, len);
963 bzero(msg, len);
1017 bzero(msg, len);
1190 bzero(msg, len);
1251 bzero(msg, len);
1315 bzero(msg, len)
    [all...]
  /bionic/libc/arch-x86/
x86.mk 56 arch-x86/string/sse2-bzero-atom.S \
72 arch-x86/string/bzero.S \
  /cts/suite/audio_quality/lib/src/
ClientSocket.cpp 56 bzero((char*)&serverAddr, sizeof(serverAddr));
  /external/chromium_org/rlz/mac/lib/
machine_id_mac.cc 59 bzero(buffer, buffer_size);
  /external/e2fsprogs/e2fsck/
mtrace.h 85 #define memset(s, zero, n) bzero ((s), (n))
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/osf/
SDL_syscdrom.c 72 bzero(&msp, sizeof(msp));
73 bzero(&inq, sizeof(inq));
275 bzero (toc.toc_buffer, toc.toc_alloc_length);
388 bzero(&msf, sizeof(msf));
  /ndk/sources/host-tools/make-3.81/
make.h 253 # ifndef bzero
254 # define bzero(s, n) memset ((s), 0, (n)) macro
270 # ifndef bzero
271 extern void bzero PARAMS ((char *, int));
  /bionic/libc/arch-arm/bionic/
memset.S 42 ENTRY(bzero) function
46 END(bzero)
  /bionic/libc/arch-arm/cortex-a9/bionic/
memset.S 64 ENTRY(bzero) function
72 END(bzero)
  /external/openssh/
jpake.c 108 bzero((v), (l)); \
136 bzero(pctx, sizeof(pctx));
447 bzero(expected_confirm_hash, expected_confirm_hash_len);
  /external/kernel-headers/original/linux/
mroute6.h 58 #define IF_ZERO(p) bzero(p, sizeof(*(p)))
  /external/libpcap/lbl/
os-sunos4.h 59 void bzero(void *, int);

Completed in 2475 milliseconds

1 2 34 5 6 7 8