HomeSort by relevance Sort by last modified time
    Searched defs:bzero (Results 26 - 30 of 30) sorted by null

12

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 958 #undef bzero macro
961 #pragma GCC poison bcopy bzero bcmp rindex
    [all...]
  /external/netperf/
netlib.h 593 /* if your system has bcopy and bzero, include it here, otherwise, we */
612 #define bzero(p,h) memset((p),0,(h)) macro
  /external/valgrind/main/coregrind/
m_main.c 3181 void bzero(void *s, SizeT n) { function
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_os_userspace.h 225 #define bzero(buf, len) memset(buf, 0, len) macro
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 157 /// void bzero(void *s, size_t n);
158 bzero, enumerator in enum:llvm::LibFunc::Func

Completed in 360 milliseconds

12