OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bzero
(Results
26 - 31
of
31
) sorted by null
1
2
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h
873
#undef
bzero
macro
876
#pragma GCC poison bcopy
bzero
bcmp rindex
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h
873
#undef
bzero
macro
876
#pragma GCC poison bcopy
bzero
bcmp rindex
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h
873
#undef
bzero
macro
876
#pragma GCC poison bcopy
bzero
bcmp rindex
/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
3080
void
bzero
(void *s, SizeT n) {
function
[
all
...]
/external/llvm/include/llvm/Target/
TargetLibraryInfo.h
124
/// void
bzero
(void *s, size_t n);
125
bzero
,
enumerator in enum:llvm::LibFunc::Func
Completed in 1150 milliseconds
1
2