HomeSort by relevance Sort by last modified time
    Searched full:shuffle (Results 51 - 75 of 219) sorted by null

1 23 4 5 6 7 8 9

  /external/dropbear/libtomcrypt/src/prngs/
rc4.c 96 /* make RC4 perm and shuffle */
  /external/libvpx/vp8/encoder/x86/
fwalsh_sse2.asm 69 ; after shuffle:
  /external/llvm/include/llvm/
Instruction.def 168 HANDLE_OTHER_INST(52, ShuffleVector, ShuffleVectorInst) // shuffle two vectors.
IntrinsicsPowerPC.td 376 // vpkuhum is lowered to a shuffle.
380 // vpkuwum is lowered to a shuffle.
  /external/llvm/test/CodeGen/X86/
vec_shuffle-25.ll 5 ; Transpose example using the more generic vector shuffle. We return
vshift-4.ll 4 ; amounts are the same when using a shuffle splat.
  /external/llvm/utils/lit/lit/
main.py 428 group.add_option("", "--shuffle", dest="shuffle",
541 if opts.shuffle:
542 random.shuffle(tests)
  /external/skia/src/animator/
SkDisplayList.cpp 137 fActiveList.remove(index); // !!! could use shuffle instead
  /packages/apps/Music/res/layout/
audio_player.xml 51 <ImageButton android:id="@+id/shuffle"
  /packages/apps/Music/res/layout-land/
audio_player.xml 59 <ImageButton android:id="@+id/shuffle"
  /external/chromium/testing/gtest/test/
gtest_unittest.cc 54 || testing::GTEST_FLAG(shuffle)
128 using testing::GTEST_FLAG(shuffle);
182 using testing::internal::Shuffle;
651 "Invalid shuffle range start -1: must be in range \\[0, 3\\]");
654 "Invalid shuffle range start 4: must be in range \\[0, 3\\]");
657 "Invalid shuffle range finish 2: must be in range \\[3, 3\\]");
660 "Invalid shuffle range finish 4: must be in range \\[3, 3\\]");
767 Shuffle(&random_, &vector_);
772 // there are no off-by-one problems in our shuffle algorithm.
813 Shuffle(&random_, &vector_)
5347 bool shuffle; member in struct:testing::Flags
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 52 || testing::GTEST_FLAG(shuffle)
135 using testing::GTEST_FLAG(shuffle);
874 "Invalid shuffle range start -1: must be in range \\[0, 3\\]");
877 "Invalid shuffle range start 4: must be in range \\[0, 3\\]");
880 "Invalid shuffle range finish 2: must be in range \\[3, 3\\]");
883 "Invalid shuffle range finish 4: must be in range \\[3, 3\\]");
990 vector_.Shuffle(&random_);
995 // there are no off-by-one problems in our shuffle algorithm.
5329 bool shuffle; member in struct:testing::Flags
    [all...]
  /external/dropbear/libtomcrypt/notes/etc/
saferp_optimizer.c 6 /* This is the "Armenian" Shuffle. It takes the input from b and stores it in b2 */
13 /* This is the inverse shuffle. It takes from b and gives to b2 */
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 427 // In shuffle mode we need to save the history too
564 // in shuffle mode we need to restore the history too
703 // party-shuffle or because the play-position changed)
    [all...]
  /external/apache-http/src/org/apache/http/conn/
MultihomePlainSocketFactory.java 131 Collections.shuffle(addresses);
  /external/elfutils/src/
ChangeLog 98 * nm.c: Shuffle dwarf handling code around so the maximum column
  /external/llvm/lib/Target/X86/
README-FPStack.txt 30 The FP stackifier should handle simple permutates to reduce number of shuffle
  /external/llvm/test/CodeGen/ARM/
vtrn.ll 99 ; Undef shuffle indices should not prevent matching to VTRN:
vuzp.ll 77 ; Undef shuffle indices should not prevent matching to VUZP:
vzip.ll 77 ; Undef shuffle indices should not prevent matching to VZIP:
  /external/llvm/tools/bugpoint/
ListReducer.h 99 // Check that random shuffle doesn't loose the bug
  /external/valgrind/main/memcheck/tests/
unit_oset.c 97 // and shuffle them randomly.
228 // and shuffle them randomly.
387 // no dups, and shuffle them randomly.
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 695 // Shuffle LHS & RHS into one input vector.
723 // Mask off the high bits of each shuffle index.
773 return Builder.CreateShuffleVector(V1, V2, SV, "shuffle");
845 // us to fold the shuffle for the swizzle into the shuffle for the vector
859 // element of a different vector of the same width, use shuffle instead of
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 113 //! Generate the carry-generate shuffle mask.
117 // Create the shuffle mask for "rotating" the borrow up one register slot
128 //! Generate the borrow-generate shuffle mask
132 // Create the shuffle mask for "rotating" the borrow up one register slot
759 // i32 preferred slot and avoid shuffle gymnastics:
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp     [all...]

Completed in 916 milliseconds

1 23 4 5 6 7 8 9