HomeSort by relevance Sort by last modified time
    Searched refs:abs32 (Results 1 - 10 of 10) 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 480 MipsRelocator::Result abs32(Relocation& pReloc, MipsRelocator& pParent) function
  /external/chromium_org/courgette/
disassembler_elf_32_x86_unittest.cc 49 // Prove that none of the rel32 RVAs overlap with abs32 RVAs
62 for (std::vector<courgette::RVA>::iterator abs32 =
64 abs32 != disassembler->Abs32Locations().end();
65 abs32++) {
71 if (*abs32 == (*rel32)->rva()) {
adjustment_method.cc 594 void CollectTraces(const AssemblyProgram* program, Trace* abs32, Trace* rel32,
600 ReferenceLabel(abs32, label, is_model);
encoded_program.cc 239 return ops_.push_back(ABS32) && abs32_ix_.push_back(label_index);
266 << "\n abs32 rvas " << abs32_rva_.size()
597 case ABS32: {
605 uint32 abs32 = static_cast<uint32>(rva + image_base_);
606 if (!abs32_relocs_.push_back(current_rva) || !output->Write(&abs32, 4))
adjustment_method_2.cc     [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocationFunctions.h 16 DECL_ARM_APPLY_RELOC_FUNC(abs32) \
42 { &abs32, 2, "R_ARM_ABS32" }, \
78 { &abs32, 38, "R_ARM_TARGET1" }, \
ARMRelocator.cpp 815 ARMRelocator::Result abs32(Relocation& pReloc, ARMRelocator& pParent) function
    [all...]
  /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 626 milliseconds