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

  /bionic/libc/arch-x86/atom/string/
sse2-bzero-atom.S 32 #define MEMSET bzero
33 #include "sse2-memset-atom.S"
sse2-memset-atom.S 141 #ifndef MEMSET
142 # define MEMSET memset
147 ENTRY (MEMSET)
920 END (MEMSET)
  /bionic/libc/arch-x86/silvermont/string/
sse2-bzero-slm.S 32 #define MEMSET bzero
33 #include "sse2-memset-slm.S"
sse2-memset-slm.S 33 #ifndef MEMSET
34 # define MEMSET memset
147 ENTRY (MEMSET)
841 END (MEMSET)
  /bionic/libc/arch-x86_64/string/
sse2-memset-slm.S 33 #ifndef MEMSET
34 # define MEMSET memset
68 ENTRY (MEMSET)
173 END (MEMSET)
  /external/valgrind/main/shared/
vg_replace_strmem.c 82 20210 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) { \
  /device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
QualcommUsbCamera.cpp 91 #define MEMSET 0
163 memset(&camInfo, -1, sizeof (struct CameraInfo));
918 memset(&ion_info_fd, 0, sizeof(ion_info_fd));
    [all...]
  /external/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h 317 MEMSET,

Completed in 253 milliseconds