OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MEMSET
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/memcheck/
mc_replace_strmem.c
721
#define
MEMSET
(soname, fnname) \
738
MEMSET
(VG_Z_LIBC_SONAME,
memset
)
740
MEMSET
(VG_Z_DYLD,
memset
)
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.h
104
memset
((_s_), 0x0, sizeof(_name_)); \
144
#define
MEMSET
(_ps,_c,_n,_eError) \
146
if(
memset
(_ps,_c,_n) != _ps) { \
/external/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h
261
MEMSET
,
Completed in 805 milliseconds