HomeSort by relevance Sort by last modified time
    Searched defs:shr (Results 1 - 25 of 46) sorted by null

1 2

  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
shr.cpp 31 Filename: /audio/gsm_amr/c/src/shr.c
36 Description: Created separate file for the shr function. Sync'ed up with
97 FUNCTION NAME: shr
136 [1] shr() function in basic_op2.c, UMTS GSM AMR speech codec, R99 -
205 Word16 shr(Word16 var1, Word16 var2, Flag *pOverflow) function
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/microblaze/
allinsn.s 20 .global shr
21 shr: label
22 shr r0,r0,r0
  /frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
basicop2.c 270 var_out = shr (var1, (Word16)-var2);
294 | Function Name : shr |
328 Word16 shr (Word16 var1, Word16 var2) function
    [all...]
basic_op.h 77 __inline Word16 shr (Word16 var1, Word16 var2);
79 Word16 shr (Word16 var1, Word16 var2);
361 var_out = shr (var1, (Word16)-var2);
383 __inline Word16 shr (Word16 var1, Word16 var2) function
1085 var_out = shr(var1, var2);
  /system/core/libmincrypt/
sha256.c 37 #define shr(value, bits) ((value) >> (bits)) macro
72 uint32_t s0 = ror(W[t-15], 7) ^ ror(W[t-15], 18) ^ shr(W[t-15], 3);
73 uint32_t s1 = ror(W[t-2], 17) ^ ror(W[t-2], 19) ^ shr(W[t-2], 10);
  /external/boringssl/src/crypto/curve25519/asm/
x25519-asm-x86_64.S 82 shr $51,%r12 label
86 shr $51,%r12 label
90 shr $51,%r12 label
94 shr $51,%r12 label
98 shr $51,%r12 label
282 shr $51,%rdx label
285 shr $51,%rdx label
289 shr $51,%rdx label
293 shr $51,%rdx label
297 shr $51,%rd label
424 shr $51,%rdx label
428 shr $51,%rdx label
432 shr $51,%rdx label
436 shr $51,%rdx label
440 shr $51,%rdx label
601 shr $51,%rcx label
605 shr $51,%rcx label
609 shr $51,%rcx label
613 shr $51,%rcx label
617 shr $51,%rcx label
716 shr $51,%rcx label
720 shr $51,%rcx label
724 shr $51,%rcx label
728 shr $51,%rcx label
732 shr $51,%rcx label
921 shr $51,%rcx label
924 shr $51,%rcx label
928 shr $51,%rcx label
932 shr $51,%rcx label
936 shr $51,%rcx label
1071 shr $51,%rcx label
1074 shr $51,%rcx label
1078 shr $51,%rcx label
1082 shr $51,%rcx label
1086 shr $51,%rcx label
1211 shr $51,%rcx label
1215 shr $51,%rcx label
1219 shr $51,%rcx label
1223 shr $51,%rcx label
1227 shr $51,%rcx label
1326 shr $51,%rcx label
1330 shr $51,%rcx label
1334 shr $51,%rcx label
1338 shr $51,%rcx label
1342 shr $51,%rcx label
1476 shr $51,%rcx label
1479 shr $51,%rcx label
1483 shr $51,%rcx label
1487 shr $51,%rcx label
1491 shr $51,%rcx label
1626 shr $51,%rcx label
1629 shr $51,%rcx label
1633 shr $51,%rcx label
1637 shr $51,%rcx label
1641 shr $51,%rcx label
1653 shr $13,%rax label
1658 shr $13,%rax label
1663 shr $13,%rax label
1668 shr $13,%rax label
1673 shr $13,%rax label
1812 shr $51,%rcx label
1815 shr $51,%rcx label
1819 shr $51,%rcx label
1823 shr $51,%rcx label
1827 shr $51,%rcx label
    [all...]
  /external/opencv3/3rdparty/openexr/Imath/
ImathMatrixAlgo.h 145 Vec3<T> &shr,
164 Vec3<T> &shr,
334 T &shr,
367 Vec3<T> shr; local
370 if (! extractAndRemoveScalingAndShear (M, scl, shr, exc))
382 Vec3<T> shr; local
386 if (! extractSHRT (mat, scl, shr, rot, tran, exc))
393 M.shear (shr);
404 Vec3<T> shr; local
408 if (! extractSHRT (mat, scl, shr, rot, tran, exc)
439 Vec3<T> shr; local
454 Vec3<T> shr; local
466 Vec3<T> shr; local
1062 T shr; local
1077 T shr; local
1099 T shr; local
1133 T shr; local
1148 T shr; local
    [all...]
  /external/v8/src/compiler/
machine-operator-reducer.cc 1002 Node* shr = nullptr; local
    [all...]
  /external/v8/test/unittests/compiler/
int64-lowering-unittest.cc 429 Capture<Node*> shr; local
435 IsReturn2(IsProjection(0, AllOf(CaptureEq(&shr), shr_matcher)),
436 IsProjection(1, AllOf(CaptureEq(&shr), shr_matcher)),
    [all...]
machine-operator-reducer-unittest.cc 758 Node* shr = local
762 Node* node1 = graph()->NewNode(machine()->Word32Or(), shl, shr);
770 Node* node2 = graph()->NewNode(machine()->Word32Or(), shr, shl);
    [all...]
  /external/v8/test/webkit/fast/js/kde/
md5-1.js 60 function shr(a,b) { function
194 return or(shl(a, n),(shr(a,(32 - n))));
332 index = and(shr(count[0],3) , 0x3f);
353        bits[i] = and(shr(count[0],(i * 8)), 0xff);
357        bits[i+4]=and(shr(count[1],(i * 8)), 0xff);
360 index = and(shr(count[0], 3) ,0x3f);
372         digestBits[i*4+j] = and(shr(state[i], (j * 8)) , 0xff);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
basic_op.h 71 static_vo Word16 shr (Word16 var1, Word16 var2); /* Short shift right, 1 */
244 | Function Name : shr |
277 static_vo Word16 shr (Word16 var1, Word16 var2) function
    [all...]
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 235 EGLContext shr = getContext(_env, share_context); local
237 EGLContext ctx = eglCreateContext(dpy, cnf, shr, base);
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
Quaternion.java 133 final float shr = (float)Math.sin(hr); local
146 x = (chy_shp * chr) + (shy_chp * shr); // cos(yaw/2) * sin(pitch/2) * cos(roll/2) + sin(yaw/2) * cos(pitch/2) * sin(roll/2)
147 y = (shy_chp * chr) - (chy_shp * shr); // sin(yaw/2) * cos(pitch/2) * cos(roll/2) - cos(yaw/2) * sin(pitch/2) * sin(roll/2)
148 z = (chy_chp * shr) - (shy_shp * chr); // cos(yaw/2) * cos(pitch/2) * sin(roll/2) - sin(yaw/2) * sin(pitch/2) * cos(roll/2)
149 w = (chy_chp * chr) + (shy_shp * shr); // cos(yaw/2) * cos(pitch/2) * cos(roll/2) + sin(yaw/2) * sin(pitch/2) * sin(roll/2)
    [all...]
  /art/compiler/optimizing/
bounds_check_elimination.cc 1089 FindAndHandlePartialArrayLength(shr); variable
    [all...]
  /external/v8/src/x87/
assembler-x87.cc 1063 void Assembler::shr(const Operand& dst, uint8_t imm8) { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 1192 void Assembler::shr(const Operand& dst, uint8_t imm8) { function in class:v8::internal::Assembler
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
microblaze-opcm.h 40 shr, sw, swr, swx, lbui, lhui, lwi, enumerator in enum:microblaze_instr
  /external/valgrind/VEX/priv/
guest_x86_toIR.c 5709 Bool shl, shr, sar; local
5782 Bool shl, shr, sar; local
7411 Bool shl, shr, sar; local
7482 Bool shl, shr, sar; local
    [all...]
  /external/jarjar/lib/
asm-commons-4.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-commons-3.3.jar 
  /prebuilts/tools/common/asm-tools/
asm-commons-4.0.jar 
  /prebuilts/tools/common/m2/repository/asm/asm-commons/3.3/
asm-commons-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/5.0.1/
asm-commons-5.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/5.0.3/
asm-commons-5.0.3.jar 

Completed in 585 milliseconds

1 2