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

  /external/bluetooth/bluedroid/embdrv/sbc/encoder/include/
sbc_types.h 55 #define abs32(x) ( (x >= 0) ? x : (-x) ) macro
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocationFunctions.h 16 DECL_MIPS_APPLY_RELOC_FUNC(abs32) \
28 { &abs32, 2, "R_MIPS_32", 32}, \
MipsRelocator.cpp 217 MipsRelocator::Result abs32(Relocation& pReloc, MipsRelocator& pParent) function
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocationFunctions.h 16 DECL_ARM_APPLY_RELOC_FUNC(abs32) \
41 { &abs32, 2, "R_ARM_ABS32" }, \
77 { &abs32, 38, "R_ARM_TARGET1" }, \
ARMRelocator.cpp 363 ARMRelocator::Result abs32(Relocation& pReloc, ARMRelocator& pParent) function
  /external/bluetooth/bluedroid/embdrv/sbc/encoder/srce/
sbc_encoder.c 164 if (s32MaxValue<abs32(*SbBuffer))
165 s32MaxValue=abs32(*SbBuffer);
198 if (abs32(*pSum)>s32MaxValue)
199 s32MaxValue=abs32(*pSum);
202 if (abs32(*pDiff)>s32MaxValue2)
203 s32MaxValue2=abs32(*pDiff);

Completed in 319 milliseconds