/external/libopus/celt/ |
mdct.c | 128 /* Window, shuffle, fold */ 254 /* Post-rotate and de-shuffle from both ends of the buffer at once to make
|
/external/okhttp/okio/okio/src/test/java/okio/ |
ByteStringTest.java | 289 Collections.shuffle(sortedByteStrings, new Random(0)); 325 Collections.shuffle(sortedByteStrings, new Random(0));
|
/external/valgrind/cachegrind/ |
cg_sim.c | 103 /* and shuffle the rest down. */ 115 /* A miss; install this tag as MRU, shuffle rest down. */
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_collections.py | 8 from random import randrange, shuffle namespace [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_collections.py | 8 from random import randrange, shuffle namespace [all...] |
/prebuilts/go/darwin-x86/src/crypto/aes/ |
block.go | 54 // Middle rounds shuffle using tables. 99 // Middle rounds shuffle using tables.
|
/prebuilts/go/linux-x86/src/crypto/aes/ |
block.go | 54 // Middle rounds shuffle using tables. 99 // Middle rounds shuffle using tables.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_collections.py | 8 from random import randrange, shuffle namespace [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_collections.py | 8 from random import randrange, shuffle namespace [all...] |
/external/llvm/test/CodeGen/X86/ |
vector-shuffle-combining.ll | 11 ; target-specific shuffle instructions where reasonable. 273 ; Verify that DAGCombiner moves the shuffle after the xor/and/or even if shuffles [all...] |
/art/runtime/gc/space/ |
large_object_space_test.cc | 67 // "Randomly" shuffle the requests.
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
Common.java | 129 * Fisher-Yates shuffle.
|
/external/clang/test/CodeGen/ |
arm-neon-vget.c | 12 // Check that the vget_low/vget_high intrinsics generate a single shuffle
|
avx-builtins.c | 9 // Test LLVM IR codegen of shuffle instructions
|
/external/google-breakpad/src/testing/gtest/test/ |
gtest_help_test.py | 70 FLAG_PREFIX + r'shuffle.*' +
|
/external/gtest/test/ |
gtest_help_test.py | 70 FLAG_PREFIX + r'shuffle.*' +
|
/external/guava/guava-tests/benchmark/com/google/common/base/ |
AsciiBenchmark.java | 62 Collections.shuffle(chars, random);
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
fwalsh_sse2.asm | 69 ; after shuffle:
|
/external/libyuv/files/source/ |
scale_neon.cc | 290 // Shuffle the input data around to get align the data 327 // Shuffle 2,3 reg around so that 2 can be added to the 397 // Shuffle the input data around to get align the data 425 // Shuffle 2,3 reg around so that 2 can be added to the
|
/external/llvm/include/llvm/IR/ |
Instruction.def | 193 HANDLE_OTHER_INST(61, ShuffleVector, ShuffleVectorInst) // shuffle two vectors.
|
/external/llvm/lib/Target/AArch64/ |
AArch64Schedule.td | 98 // Sequential vector load and shuffle.
|
AArch64StorePairSuppress.cpp | 99 /// cyclone, these require a vector shuffle before storing a pair.
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
HexagonShuffler.h | 167 bool shuffle();
|
/external/llvm/test/MC/Disassembler/Hexagon/ |
xtype_perm.txt | 60 # Vector shuffle
|
/external/llvm/utils/lit/lit/ |
main.py | 217 group.add_option("", "--shuffle", dest="shuffle", 339 if opts.shuffle: 340 random.shuffle(run.tests)
|