HomeSort by relevance Sort by last modified time
    Searched refs:MEMSET (Results 1 - 16 of 16) 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)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
mem-memset-x86-64-asm.S 1 #define memset MEMSET /* don't hide glibc's memset() */ define
  /external/compiler-rt/lib/asan/tests/
asan_mem_test.cc 22 void *(*MEMSET)(void *s, int c, size_t n) = Ident(memset);
23 // memset interval inside array
24 MEMSET(array, element, size);
25 MEMSET(array, element, size - 1);
26 MEMSET(array + length - 1, element, sizeof(T));
27 MEMSET(array, element, 1);
29 // memset 0 bytes
30 MEMSET(array - 10, element, zero);
31 MEMSET(array - 1, element, zero)
    [all...]
  /bionic/libc/arch-x86_64/string/
sse2-memset-slm.S 33 #ifndef MEMSET
34 # define MEMSET memset
68 ENTRY (MEMSET)
173 END (MEMSET)
  /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/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 144 // Adjust parameters for memset, EABI uses format (ptr, size, value),
191 .setCallee(TLI.getLibcallCallingConv(RTLIB::MEMSET),
193 DAG.getExternalSymbol(TLI.getLibcallName(RTLIB::MEMSET),
ARMISelLowering.cpp 350 { RTLIB::MEMSET, "__aeabi_memset", CallingConv::ARM_AAPCS, ISD::SETCC_INVALID },
    [all...]
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_linux.cc 202 MEMSET
307 case Event::MEMSET:
459 void ScopedThread::Memset(void *dst, int val, int size,
461 Event event(Event::MEMSET, dst, val, size);
  /external/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h 317 MEMSET,
  /external/valgrind/main/shared/
vg_replace_strmem.c 82 20210 MEMSET
    [all...]
  /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/lib/CodeGen/
TargetLoweringBase.cpp 324 Names[RTLIB::MEMSET] = "memset";
641 memset(CCs, ISD::SETCC_INVALID, sizeof(ISD::CondCode)*RTLIB::UNKNOWN_LIBCALL);
717 memset(OpActions, 0, sizeof(OpActions));
718 memset(LoadExtActions, 0, sizeof(LoadExtActions));
719 memset(TruncStoreActions, 0, sizeof(TruncStoreActions));
720 memset(IndexedModeActions, 0, sizeof(IndexedModeActions));
721 memset(CondCodeActions, 0, sizeof(CondCodeActions));
722 memset(RegClassForVT, 0,MVT::LAST_VALUETYPE*sizeof(TargetRegisterClass*));
723 memset(TargetDAGCombineArray, 0, array_lengthof(TargetDAGCombineArray))
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 2960 milliseconds