HomeSort by relevance Sort by last modified time
    Searched refs:unroll (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/third_party/openssl/openssl/crypto/des/
ecb_enc.c 74 const char *ptr,*unroll,*risc,*size; local
92 unroll="16";
94 unroll="2";
100 BIO_snprintf(buf,sizeof buf,"des(%s,%s,%s,%s)",ptr,risc,unroll,
  /external/openssl/crypto/des/
ecb_enc.c 74 const char *ptr,*unroll,*risc,*size; local
92 unroll="16";
94 unroll="2";
100 BIO_snprintf(buf,sizeof buf,"des(%s,%s,%s,%s)",ptr,risc,unroll,
  /external/eigen/Eigen/src/Core/
BooleanRedux.h 82 unroll = SizeAtCompileTime != Dynamic enumerator in enum:Eigen::__anon20207
87 if(unroll)
89 unroll ? int(SizeAtCompileTime) : Dynamic
108 unroll = SizeAtCompileTime != Dynamic enumerator in enum:Eigen::__anon20208
113 if(unroll)
115 unroll ? int(SizeAtCompileTime) : Dynamic
Visitor.h 79 enum { unroll = SizeAtCompileTime != Dynamic enumerator in enum:Eigen::__anon20408
85 unroll ? int(SizeAtCompileTime) : Dynamic
TriangularMatrix.h 612 unroll = MatrixType::SizeAtCompileTime != Dynamic enumerator in enum:Eigen::__anon20398
620 unroll ? int(MatrixType::SizeAtCompileTime) : Dynamic,
649 unroll = MatrixType::SizeAtCompileTime != Dynamic enumerator in enum:Eigen::__anon20399
658 unroll ? int(MatrixType::SizeAtCompileTime) : Dynamic,
690 unroll = DenseDerived::SizeAtCompileTime != Dynamic enumerator in enum:Eigen::__anon20400
699 unroll ? int(DenseDerived::SizeAtCompileTime) : Dynamic,
  /external/chromium_org/v8/tools/profviz/
profviz.css 135 a.unroll {
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
x86p_32.asm 59 ; unroll four times
139 ; unroll four times
210 ; unroll four times
300 .L4: ; unroll 4 times
397 .L4: ; unroll 4 times
510 ; unroll twice
622 ; unroll twice
736 ; unroll twice
848 ; unroll twice
x86p_16.asm 76 ; unroll twice
183 ; unroll four times
298 ; unroll twice
417 ; unroll 4 times
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkLinearGradient.cpp 149 int unroll = count >> 3; local
151 for (int i = 0; i < unroll; i++) {
329 int unroll = count >> 3; local
331 for (int i = 0; i < unroll; i++) {
  /external/skia/src/effects/gradients/
SkLinearGradient.cpp 149 int unroll = count >> 3; local
151 for (int i = 0; i < unroll; i++) {
329 int unroll = count >> 3; local
331 for (int i = 0; i < unroll; i++) {
  /external/webrtc/src/common_audio/signal_processing/
spl_sqrt_floor.s 19 @ unroll for i = 0 .. 15
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_filter_gnu.s 105 SUBS numSamples, numSamples, #2 @ unroll loop once
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_filter_gnu.s 105 SUBS numSamples, numSamples, #2 @ unroll loop once
  /external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/
ghash-x86.pl 130 $unroll = 0; # Affects x86 loop. Folded loop performs ~7% worse
149 if (!$unroll) {
220 if ($unroll) {
270 if ($unroll) {
313 if ($unroll) {
321 &mov (&wparam(2),$inp) if (!$unroll);
    [all...]
  /external/openssl/crypto/modes/asm/
ghash-x86.pl 130 $unroll = 0; # Affects x86 loop. Folded loop performs ~7% worse
149 if (!$unroll) {
220 if ($unroll) {
270 if ($unroll) {
313 if ($unroll) {
321 &mov (&wparam(2),$inp) if (!$unroll);
    [all...]
  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 125 --vex-iropt-unroll-thresh=<0..400> [120]
  /dalvik/vm/mterp/mips/
footer.S 505 # (very few methods have > 10 args; could unroll for common cases)
    [all...]
  /dalvik/vm/mterp/armv5te/
footer.S 489 @ (very few methods have > 10 args; could unroll for common cases)
    [all...]
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 109 /// this routine must unroll them like a stack. Assumes the state the
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-mips.S     [all...]
InterpAsm-armv5te-vfp.S     [all...]

Completed in 771 milliseconds

1 2