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

1 2 34

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XKBsrv.h 304 #define _XkbClearElems(a,f,l,t) bzero(&(a)[f],((l)-(f)+1)*sizeof(t))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
string.h 449 /* We define this function always since `bzero' is sometimes needed when
459 extern void bzero (void *__s, size_t __n) __THROW __nonnull ((1));
  /toolchain/binutils/binutils-2.27/libiberty/
regex.c 136 /* When used in Emacs's lib-src, we need to get bzero and bcopy somehow.
140 # if !defined bzero && !defined bcopy
146 /* This is the normal way of making sure we have a bcopy and a bzero.
152 # ifndef bzero
154 # define bzero(s, n) ((void) memset (s, '\0', n)) macro
156 # define bzero(s, n) __bzero (s, n) macro
288 bzero (re_syntax_table, sizeof re_syntax_table);
    [all...]
configure     [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 893 bzero(&sdreg, sizeof(sdreg));
    [all...]
bcmutils.c 480 bzero(pq, OFFSETOF(struct pktq, q) + (sizeof(struct pktq_prec) * num_prec));
    [all...]
  /bionic/tests/
string_test.cpp 1025 TEST(STRING_TEST, bzero) {
1037 bzero(state.ptr1 + start, end - start);
    [all...]
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 229 TLI.setUnavailable(LibFunc::bzero);
688 case LibFunc::bzero:
    [all...]
  /external/valgrind/memcheck/tests/
str_tester.c     [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 775 bzero(&servaddr, sizeof(servaddr));
    [all...]
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-alg-fst.c 33 #define bzero(a, b) memset((a), 0, (b)) macro
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
toy.cpp     [all...]
  /external/valgrind/coregrind/
m_main.c 3003 void bzero(void *s, SizeT n) { function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
selectmodule.c 37 extern void bzero(void *, int);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
selectmodule.c 48 extern void bzero(void *, int);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
selectmodule.c 37 extern void bzero(void *, int);
    [all...]
  /external/honggfuzz/linux/
trace.c 656 bzero(&si, sizeof(si));
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_xauth.c 591 bzero(reply, sizeof(*reply) * msg_count);
    [all...]
isakmp_cfg.c     [all...]
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 324 case LibFunc::bzero:
    [all...]
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 443 def FD_ZERO(p): return bzero((p), sizeof (*(p)))
STROPTS.py 440 def FD_ZERO(p): return bzero((p), sizeof (*(p)))
    [all...]
  /external/python/cpython2/Modules/
selectmodule.c 37 extern void bzero(void *, int);
    [all...]
  /external/libusb/libusb/os/
darwin_usb.c     [all...]
  /external/python/cpython3/Modules/
selectmodule.c 47 extern void bzero(void *, int);
    [all...]

Completed in 1188 milliseconds

1 2 34