Searched defs:abs32 (Results 1 – 3 of 3) sorted by relevance
33 #define abs32(x) (((x) >= 0) ? (x) : (-(x))) macro
787 ARMRelocator::Result abs32(Relocation& pReloc, ARMRelocator& pParent) { in abs32() function
843 static MipsRelocator::Result abs32(MipsRelocationInfo& pReloc, in abs32() function