Searched defs:ASR (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluez/sbc/
H A Dsbc_math.h30 #define ASR(val, bits) ((-2 >> 1 == -1) ? \ macro
44 #define SCALE4_STAGED1(src) ASR(src, SCALE4_STAGED1_BITS)
45 #define SCALE4_STAGED2(src) ASR(src, SCALE4_STAGED2_BITS)
46 #define SCALE8_STAGED1(src) ASR(src, SCALE8_STAGED1_BITS)
47 #define SCALE8_STAGED2(src) ASR(src, SCALE8_STAGED2_BITS)
/external/v8/src/arm/
H A Dconstants-arm.h290 ASR = 2 << 5, // Arithmetic shift right. enumerator in enum:v8::internal::ShiftOp

Completed in 1040 milliseconds