OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unroll
(Results
226 - 250
of
408
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/
ghash-armv4.pl
18
# cycles. Having verified that gcc 3.4 didn't
unroll
corresponding
/external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha512-x86_64.pl
31
# loop
unroll
, which in turn would naturally cause size blow-up, not
/external/eigen/Eigen/src/Core/
Assign.h
55
/* If the destination isn't aligned, we have to do runtime checks and we don't
unroll
,
/external/grub/
configure.ac
98
STAGE2_CFLAGS="-O2 -fno-strength-reduce -fno-
unroll
-loops"
/external/llvm/include/llvm/ADT/
BitVector.h
566
// This inner loop should
unroll
completely when BITWORD_SIZE > 32.
/external/llvm/test/Transforms/LoopUnroll/
unloop.ll
1
; RUN: opt < %s -S -loop-
unroll
-verify-loop-info | FileCheck %s
/external/mesa3d/docs/
relnotes-7.9.1.html
315
<li>glsl:
Unroll
loops with conditional breaks anywhere (not just the end)</li>
/external/mesa3d/src/mesa/x86/
read_rgba_span_x86.S
110
/* Would it be faster to
unroll
this loop once and process 4 pixels
/external/openssl/crypto/bn/
bn_lib.c
335
* I'd
unroll
it 8-wise otherwise:-)
/external/openssl/crypto/modes/asm/
ghash-armv4.pl
18
# cycles. Having verified that gcc 3.4 didn't
unroll
corresponding
/external/openssl/crypto/sha/asm/
sha512-x86_64.pl
31
# loop
unroll
, which in turn would naturally cause size blow-up, not
/frameworks/compile/libbcc/lib/Renderscript/
RSInfoExtractor.cpp
73
// Compiler try its best to
unroll
this loop since NumOperands is a
/external/chromium_org/third_party/mesa/src/src/mesa/program/
program_parse.y
[
all
...]
/external/chromium_org/third_party/zlib/
inflate.c
20
* -
Unroll
direct copy to three copies per loop in inffast.c
46
* -
Unroll
last copy for window match in inflate_fast()
[
all
...]
/external/mesa3d/src/mesa/program/
program_parse.y
[
all
...]
/external/zlib/src/
inflate.c
20
* -
Unroll
direct copy to three copies per loop in inffast.c
46
* -
Unroll
last copy for window match in inflate_fast()
[
all
...]
/frameworks/av/media/libstagefright/codecs/avc/common/src/
deblock.cpp
767
for (idx = 0; idx < 4; idx += 2) //
unroll
the loop, make 4 iterations to 2
[
all
...]
/dalvik/vm/
Profile.cpp
1063
* 2 =
UNROLL
[
all
...]
/dalvik/vm/mterp/mips/
footer.S
505
# (very few methods have > 10 args; could
unroll
for common cases)
[
all
...]
/dalvik/vm/mterp/x86/
footer.S
403
* could
unroll
for common cases)
[
all
...]
/external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.cc
835
// We have to
unroll
the stack before doing this because we may be changing
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/base/
stream.h
117
// which will call SignalEvent. This helps
unroll
the stack and prevent
/external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/
rc4-x86_64.pl
339
#
unroll
2x4-wise, because 64-bit rotates kill Intel P4...
/external/chromium_org/third_party/openssl/openssl/crypto/sha/
sha512.c
139
/* Let compiler decide if it's appropriate to
unroll
... */
/external/chromium_org/third_party/opus/src/celt/
cwrs.c
548
/*We can't
unroll
the first two iterations of the loop unless _n>=2.*/
Completed in 748 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>