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

  /external/chromium_org/third_party/opus/src/celt/
fixed_generic.h 40 #define MULT16_32_Q16(a,b) ADD32(MULT16_16((a),SHR((b),16)), SHR(MULT16_16SU((a),((b)&0x0000ffff)),16))
43 #define MULT16_32_P16(a,b) ADD32(MULT16_16((a),SHR((b),16)), PSHR(MULT16_16((a),((b)&0x0000ffff)),16))
46 #define MULT16_32_Q15(a,b) ADD32(SHL(MULT16_16((a),SHR((b),16)),1), SHR(MULT16_16SU((a),((b)&0x0000ffff)),15))
49 #define MULT32_32_Q31(a,b) ADD32(ADD32(SHL(MULT16_16(SHR((a),16),SHR((b),16)),1), SHR(MULT16_16SU(SHR((a),16),((b)&0x0000ffff)),15)), SHR(MULT16_16SU(SHR((b),16),((a)&0x0000ffff)),15)
    [all...]
arch.h 161 #define SHR(a,shift) (a)
fixed_debug.h 45 #define MULT32_32_Q31(a,b) ADD32(ADD32(SHL32(MULT16_16(SHR32((a),16),SHR((b),16)),1), SHR32(MULT16_16SU(SHR32((a),16),((b)&0x0000ffff)),15)), SHR32(MULT16_16SU(SHR32((b),16),((a)&0x0000ffff)),15))
59 #define SHR(a,b) SHR32(a,b)
233 //#define SHR(a,shift) ((a) >> (shift))
  /external/chromium_org/v8/src/
runtime.js 328 function SHR(y) {
  /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 334 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/chromium_org/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/dexmaker/src/dx/java/com/android/dx/rop/code/
RegOps.java 121 public static final int SHR = 24;
337 case SHR: return "shr";
  /external/qemu/target-i386/
ops_sse.h     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.c 28 #define SHR >>
    [all...]
  /prebuilts/tools/common/asm-tools/
asm-commons-4.0.jar 
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/m2/internal/asm/asm-commons/3.3/
asm-commons-3.3.jar 
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 504 milliseconds