HomeSort by relevance Sort by last modified time
    Searched defs:ABS32 (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/courgette/
encoded_program.h 73 ABS32 = 4, // ABS32 <index> - emit abs32 encoded reference to address at
115 // Table of the addresses containing abs32 relocations; computed during
assembly_program.cc 29 ABS32, // REL32 <label> - emit am abs32 encoded reference to 'label'.
105 // A ABS32 to REL32 instruction emits a reference to a label's address.
197 return Emit(new(std::nothrow) InstructionWithLabel(ABS32, label));
225 if (instruction->op() == ABS32)
446 case ABS32: {
  /external/chromium_org/third_party/opus/src/celt/
arch.h 75 #define ABS32(x) ((x) < 0 ? (-(x)) : (x)) /**< Absolute 32-bit value. */
  /external/speex/libspeex/
arch.h 85 #define ABS32(x) ((x) < 0 ? (-(x)) : (x)) /**< Absolute 32-bit value. */

Completed in 152 milliseconds