Home
last modified time | relevance | path

Searched refs:abs32 (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/bt/embdrv/sbc/encoder/srce/
H A Dsbc_encoder.c69 if (s32MaxValue < abs32(*SbBuffer)) s32MaxValue = abs32(*SbBuffer); in SBC_Encode()
96 if (abs32(*pSum) > s32MaxValue) s32MaxValue = abs32(*pSum); in SBC_Encode()
99 if (abs32(*pDiff) > s32MaxValue2) s32MaxValue2 = abs32(*pDiff); in SBC_Encode()
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocationFunctions.h17 DECL_ARM_APPLY_RELOC_FUNC(abs32) \
44 { &abs32, 2, "R_ARM_ABS32" }, \
80 { &abs32, 38, "R_ARM_TARGET1" }, \
H A DARMRelocator.cpp787 ARMRelocator::Result abs32(Relocation& pReloc, ARMRelocator& pParent) { in abs32() function
/aosp12/system/bt/embdrv/sbc/encoder/include/
H A Dsbc_types.h33 #define abs32(x) (((x) >= 0) ? (x) : (-(x))) macro
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocationFunctions.h18 DECL_MIPS_APPLY_RELOC_FUNC(abs32) \
49 { &abs32, 2, "R_MIPS_32", 32}, \
H A DMipsRelocator.cpp843 static MipsRelocator::Result abs32(MipsRelocationInfo& pReloc, in abs32() function