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

  /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 138 // Adjust parameters for memset, EABI uses format (ptr, size, value),
189 TLI.getLibcallCallingConv(RTLIB::MEMSET), // call conv
192 DAG.getExternalSymbol(TLI.getLibcallName(RTLIB::MEMSET),
ARMISelLowering.cpp 422 setLibcallName(RTLIB::MEMSET, "__aeabi_memset");
    [all...]
  /external/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h 261 MEMSET,
  /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...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 292 Names[RTLIB::MEMSET] = "memset";
524 memset(CCs, ISD::SETCC_INVALID, sizeof(ISD::CondCode)*RTLIB::UNKNOWN_LIBCALL);
549 memset(OpActions, 0, sizeof(OpActions));
550 memset(LoadExtActions, 0, sizeof(LoadExtActions));
551 memset(TruncStoreActions, 0, sizeof(TruncStoreActions));
552 memset(IndexedModeActions, 0, sizeof(IndexedModeActions));
553 memset(CondCodeActions, 0, sizeof(CondCodeActions));
596 memset(RegClassForVT, 0,MVT::LAST_VALUETYPE*sizeof(TargetRegisterClass*));
597 memset(TargetDAGCombineArray, 0, array_lengthof(TargetDAGCombineArray))
    [all...]
SelectionDAG.cpp     [all...]

Completed in 2840 milliseconds