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

  /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...]
  /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 139 // Adjust parameters for memset, EABI uses format (ptr, size, value),
189 TLI.getLibcallCallingConv(RTLIB::MEMSET), // call conv
193 DAG.getExternalSymbol(TLI.getLibcallName(RTLIB::MEMSET),
ARMISelLowering.cpp 417 setLibcallName(RTLIB::MEMSET, "__aeabi_memset");
420 setLibcallCallingConv(RTLIB::MEMSET, CallingConv::ARM_AAPCS);
    [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 312 MEMSET,
  /external/valgrind/main/memcheck/
mc_replace_strmem.c 83 20210 MEMSET
982 /*---------------------- memset ----------------------*/
987 #define MEMSET(soname, fnname) \
1007 MEMSET(VG_Z_LIBC_SONAME, memset)
1010 //MEMSET(VG_Z_LIBC_SONAME, memset)
1011 //MEMSET(VG_Z_DYLD, memset)
1012 MEMSET(VG_Z_LIBC_SONAME, memset
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 310 Names[RTLIB::MEMSET] = "memset";
592 memset(CCs, ISD::SETCC_INVALID, sizeof(ISD::CondCode)*RTLIB::UNKNOWN_LIBCALL);
624 memset(OpActions, 0, sizeof(OpActions));
625 memset(LoadExtActions, 0, sizeof(LoadExtActions));
626 memset(TruncStoreActions, 0, sizeof(TruncStoreActions));
627 memset(IndexedModeActions, 0, sizeof(IndexedModeActions));
628 memset(CondCodeActions, 0, sizeof(CondCodeActions));
708 memset(RegClassForVT, 0,MVT::LAST_VALUETYPE*sizeof(TargetRegisterClass*));
709 memset(TargetDAGCombineArray, 0, array_lengthof(TargetDAGCombineArray))
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 187 milliseconds