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

  /external/speex/libspeex/
fixed_generic.h 59 #define SHR(a,shift) ((a) >> (shift))
61 #define PSHR(a,shift) (SHR((a)+((EXTEND32(1)<<((shift))>>1)),shift))
78 #define MULT16_32_Q12(a,b) ADD32(MULT16_16((a),SHR((b),12)), SHR(MULT16_16((a),((b)&0x00000fff)),12))
79 #define MULT16_32_Q13(a,b) ADD32(MULT16_16((a),SHR((b),13)), SHR(MULT16_16((a),((b)&0x00001fff)),13))
80 #define MULT16_32_Q14(a,b) ADD32(MULT16_16((a),SHR((b),14)), SHR(MULT16_16((a),((b)&0x00003fff)),14))
82 #define MULT16_32_Q11(a,b) ADD32(MULT16_16((a),SHR((b),11)), SHR(MULT16_16((a),((b)&0x000007ff)),11)
    [all...]
arch.h 177 #define SHR(a,shift) (a)
  /external/v8/src/
runtime.js 327 function SHR(y) {
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegOps.java 121 public static final int SHR = 24;
337 case SHR: return "shr";
  /dalvik/dx/src/com/android/dx/rop/code/
RegOps.java 121 public static final int SHR = 24;
337 case SHR: return "shr";
  /external/chromium/crypto/third_party/nss/
sha512.cc 66 #define SHR(x,n) (x >> n)
156 #define s0(x) (t1 = x, ROTR32(t1, 7) ^ ROTR32(t1,18) ^ SHR(t1, 3))
157 #define s1(x) (t2 = x, ROTR32(t2,17) ^ ROTR32(t2,19) ^ SHR(t2,10))
537 #define s0(x) (t1 = x, ROTR64(t1, 1) ^ ROTR64(t1, 8) ^ SHR(t1,7))
538 #define s1(x) (t2 = x, ROTR64(t2,19) ^ ROTR64(t2,61) ^ SHR(t2,6))
    [all...]
  /external/qemu/target-i386/
ops_sse.h     [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 54 milliseconds