/external/apache-http/src/org/apache/http/conn/ |
MultihomePlainSocketFactory.java | 136 Collections.shuffle(addresses);
|
/external/deqp/framework/delibs/decpp/ |
deRandom.cpp | 181 rnd.shuffle(DE_ARRAY_BEGIN(items), DE_ARRAY_END(items));
|
/external/deqp/modules/gles3/stress/ |
es3sSyncTests.cpp | 200 m_rnd.shuffle(m_syncObjects.begin(), m_syncObjects.end());
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
scale_neon.cc | 327 // Shuffle the input data around to get align the data 364 // Shuffle 2,3 reg around so that 2 can be added to the 441 // Shuffle the input data around to get align the data 469 // Shuffle 2,3 reg around so that 2 can be added to the
|
convert_argb.cc | 354 // Shuffle table for converting BGRA to ARGB. 359 // Shuffle table for converting ABGR to ARGB. 364 // Shuffle table for converting RGBA to ARGB.
|
/external/llvm/lib/Target/Mips/ |
MipsSEISelDAGToDAG.cpp | 507 // sometimes a shuffle in big-endian mode. 589 // sometimes a shuffle in big-endian mode. 620 // sometimes a shuffle in big-endian mode. 653 // sometimes a shuffle in big-endian mode. [all...] |
MipsISelLowering.h | 177 // Vector Shuffle with mask as an operand 178 VSHF, // Generic shuffle 179 SHF, // 4-element set shuffle.
|
/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/AArch64/ |
arm64-uzp.ll | 81 ; Undef shuffle indices should not prevent matching to VUZP:
|
arm64-zip.ll | 81 ; Undef shuffle indices should not prevent matching to VZIP:
|
/external/llvm/test/CodeGen/ARM/ |
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/test/Transforms/InstCombine/ |
x86-insertps.ll | 44 ; If no zero mask bits are set, convert to a shuffle.
|
/external/llvm/tools/bugpoint/ |
ListReducer.h | 99 // Check that random shuffle doesn't loose the bug
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
rtasm_ppc.h | 211 ** Vector shuffle / select / splat / etc
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_context.h | 120 * shuffle constants around.
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_bld_blend_aos.c | 154 * How should we shuffle the base factor.
|
lp_bld_interp.c | 559 LLVMValueRef shuffle = lp_build_const_int_vec(gallivm, coeff_bld->type, quad_start_index); local 604 a, coeff_bld->undef, shuffle, ""); 621 shuffle, "");
|
/external/skia/src/opts/ |
SkColor_opts_SSE2.h | 24 // Shuffle results to [63..0] and interleave the results.
|
/art/runtime/mirror/ |
class-inl.h | 642 // Shuffle 4-byte fields forward. 647 // Shuffle 2-byte fields forward. 652 // Shuffle byte fields forward. [all...] |
/external/llvm/lib/Target/ARM/ |
ARMTargetTransformInfo.cpp | 344 // Reverse shuffle cost one instruction if we are shuffling within a 345 // double word (vrev) or two if we shuffle a quad word (vrev, vext). 366 // Alt shuffle cost table for ARM. Cost is the number of instructions
|
/external/llvm/test/CodeGen/X86/ |
combine-or.ll | 206 ; shuffle instruction when the shuffle indexes are not compatible. 280 ; Verify that the DAGCombiner doesn't crash in the attempt to check if a shuffle
|
/external/valgrind/memcheck/tests/ |
unit_oset.c | 101 // and shuffle them randomly. 319 // and shuffle them randomly. 481 // no dups, and shuffle them randomly.
|
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/util/ |
SortedListTest.java | 287 private static Item[] shuffle(Item[] items) { method in class:SortedListTest 350 mList.addAll(shuffle(createItems(10, 18, 2))); 356 mList.addAll(shuffle(createItems(28, 20, -2)));
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
CopyOnWriteArrayListTest.java | 258 Collections.shuffle(Arrays.asList(elements)); 426 Collections.shuffle(Arrays.asList(elements)); 454 Collections.shuffle(Arrays.asList(elements));
|