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

  /system/bt/embdrv/sbc/encoder/include/
sbc_types.h 57 #define abs32(x) ( (x >= 0) ? x : (-x) ) macro
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 787 ARMRelocator::Result abs32(Relocation& pReloc, ARMRelocator& pParent) { function in namespace:mcld
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 749 static MipsRelocator::Result abs32(MipsRelocationInfo& pReloc, function in namespace:mcld
946 // FIXME (simon): Consider to merge with abs32() or use the same function

Completed in 1306 milliseconds