HomeSort by relevance Sort by last modified time
    Searched defs:MEMSET (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/memcheck/
mc_replace_strmem.c 82 20210 MEMSET
942 /*---------------------- memset ----------------------*/
947 #define MEMSET(soname, fnname) \
967 MEMSET(VG_Z_LIBC_SONAME, memset)
970 //MEMSET(VG_Z_LIBC_SONAME, memset)
971 MEMSET(VG_Z_DYLD, memset)
972 MEMSET(VG_Z_LIBC_SONAME, 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 58 milliseconds