Searched refs:abs32 (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/bt/embdrv/sbc/encoder/srce/ |
H A D | sbc_encoder.c | 69 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 D | ARMRelocationFunctions.h | 17 DECL_ARM_APPLY_RELOC_FUNC(abs32) \ 44 { &abs32, 2, "R_ARM_ABS32" }, \ 80 { &abs32, 38, "R_ARM_TARGET1" }, \
|
H A D | ARMRelocator.cpp | 787 ARMRelocator::Result abs32(Relocation& pReloc, ARMRelocator& pParent) { in abs32() function
|
/aosp12/system/bt/embdrv/sbc/encoder/include/ |
H A D | sbc_types.h | 33 #define abs32(x) (((x) >= 0) ? (x) : (-(x))) macro
|
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/ |
H A D | MipsRelocationFunctions.h | 18 DECL_MIPS_APPLY_RELOC_FUNC(abs32) \ 49 { &abs32, 2, "R_MIPS_32", 32}, \
|
H A D | MipsRelocator.cpp | 843 static MipsRelocator::Result abs32(MipsRelocationInfo& pReloc, in abs32() function
|