/third_party/skia/docs/examples/ |
H A D | subset_example.cpp | 8 int shuffle[N * N]; in REG_FIDDLE() local
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/ |
H A D | array_mutator.js | 78 function shuffle() { function
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/ |
H A D | random.js | 95 function shuffle(array) { function
|
/third_party/node/deps/v8/src/wasm/ |
H A D | simd-shuffle.h | 37 static bool TryMatchSplat(const uint8_t* shuffle, in argument [all...] |
H A D | simd-shuffle.cc | 15 void SimdShuffle::CanonicalizeShuffle(bool inputs_equal, uint8_t* shuffle, in CanonicalizeShuffle() argument 56 bool SimdShuffle::TryMatchIdentity(const uint8_t* shuffle) { in TryMatchIdentity() argument 63 TryMatch32x4Rotate(const uint8_t* shuffle, uint8_t* shuffle32x4, bool is_swizzle) TryMatch32x4Rotate() argument 82 TryMatch32x4Shuffle(const uint8_t* shuffle, uint8_t* shuffle32x4) TryMatch32x4Shuffle() argument 94 TryMatch16x8Shuffle(const uint8_t* shuffle, uint8_t* shuffle16x8) TryMatch16x8Shuffle() argument 106 TryMatchConcat(const uint8_t* shuffle, uint8_t* offset) TryMatchConcat() argument 123 TryMatchBlend(const uint8_t* shuffle) TryMatchBlend() argument 130 PackShuffle4(uint8_t* shuffle) PackShuffle4() argument 151 Pack4Lanes(const uint8_t* shuffle) Pack4Lanes() argument 160 Pack16Lanes(uint32_t* dst, const uint8_t* shuffle) Pack16Lanes() argument 166 AllInRangeOrTopBitSet( std::array<uint8_t, kSimd128Size> shuffle) AllInRangeOrTopBitSet() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawOutputLocationTests.cpp | 106 tcu::TestCaseGroup* const shuffle = new tcu::TestCaseGroup(testCtx, "shuffle"); in createTests() member in vkt::Draw::__anon27942::tcu
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawOutputLocationTests.cpp | 106 tcu::TestCaseGroup* const shuffle = new tcu::TestCaseGroup(testCtx, "shuffle", "Test output location shuffling"); in createTests() member in vkt::Draw::__anon29179::tcu
|
/third_party/ffmpeg/libavcodec/ |
H A D | dvaudiodec.c | 32 int16_t shuffle[2000]; member
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_intrinsics.c | 34 nir_intrinsic_instr *shuffle = nir_src_as_intrinsic(src); in src_is_single_use_shuffle() local 88 nir_ssa_def *shuffle = nir_shuffle(b, data1, index); try_opt_bcsel_of_shuffle() local [all...] |
H A D | nir_lower_subgroups.c | 288 nir_intrinsic_instr *shuffle = in lower_to_shuffle() local [all...] |
/third_party/nghttp2/tests/ |
H A D | nghttp2_map_test.c | 97 static void shuffle(int *a, int n) { in shuffle() function
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | lossless_enc_neon.c | 59 const uint8x16_t shuffle = vld1q_u8(kGreenShuffle); in SubtractGreenFromBlueAndRed_NEON() local 61 const uint8x8_t shuffle = vld1_u8(kGreenShuffle); in SubtractGreenFromBlueAndRed_NEON() local 96 const uint8x16_t shuffle in TransformColor_NEON() local 39 DoGreenShuffle_NEON(const uint8x16_t argb, const uint8x16_t shuffle) DoGreenShuffle_NEON() argument 48 DoGreenShuffle_NEON(const uint8x16_t argb, const uint8x8_t shuffle) DoGreenShuffle_NEON() argument 99 const uint8x8_t shuffle = vld1_u8(k0g0g); TransformColor_NEON() local [all...] |
H A D | lossless_neon.c | 77 const uint8x8_t shuffle = vld1_u8(kRGBAShuffle); in ConvertBGRAToRGBA_NEON() local 528 const uint8x16_t shuffle = vld1q_u8(kGreenShuffle); in AddGreenToBlueAndRed_NEON() local 530 const uint8x8_t shuffle in AddGreenToBlueAndRed_NEON() local 508 DoGreenShuffle_NEON(const uint8x16_t argb, const uint8x16_t shuffle) DoGreenShuffle_NEON() argument 517 DoGreenShuffle_NEON(const uint8x16_t argb, const uint8x8_t shuffle) DoGreenShuffle_NEON() argument 566 const uint8x16_t shuffle = vld1q_u8(kg0g0); TransformColorInverse_NEON() local 569 const uint8x8_t shuffle = vld1_u8(k0g0g); TransformColorInverse_NEON() local [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | des.c | 179 static uint64_t shuffle(uint64_t in, const uint8_t *shuffle, int shuffle_len) in shuffle() argument 188 static uint64_t shuffle_inv(uint64_t in, const uint8_t *shuffle, int shuffle_len) in shuffle_inv() argument [all...] |
/third_party/cups-filters/filter/pdftopdf/ |
H A D | pdftopdf_processor.cc | 166 std::vector<int> shuffle; in processPDFTOPDF() local
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deRandom.hpp | 168 void Random::shuffle (Iterator first, Iterator last) in shuffle() function in de::Random
|
/third_party/python/Lib/test/ |
H A D | test_bisect.py | 237 from random import shuffle namespace
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | randen_slow.cc | 309 constexpr size_t shuffle[RandenTraits::kFeistelBlocks] = { in BlockShuffle() local [all...] |
/third_party/skia/bench/ |
H A D | ImageCacheBudgetBench.cpp | 72 ImageCacheBudgetBench(int budgetSize, bool shuffle) in ImageCacheBudgetBench() argument
|
/third_party/nghttp2/src/ |
H A D | util.h | 898 void shuffle(RandomIt first, RandomIt last, Generator &&gen, SwapFun fun) { in shuffle() function
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_swizzle.c | 127 LLVMValueRef shuffle; in lp_build_extract_broadcast() local 395 unsigned shuffle; in lp_build_swizzle_aos() local [all...] |
H A D | lp_bld_pack.c | 297 LLVMValueRef shuffle, elems[LP_MAX_VECTOR_LENGTH]; in lp_build_uninterleave1() local 323 LLVMValueRef shuffle; in lp_build_interleave2() local 388 LLVMValueRef shuffle in lp_build_interleave2_half() local 391 LLVMValueRef shuffle = lp_build_const_unpack_shuffle_16wide(gallivm, lo_hi); lp_build_interleave2_half() local 578 LLVMValueRef shuffle; lp_build_pack2() local [all...] |
H A D | lp_bld_nir.h | 214 void (*shuffle)(struct lp_build_nir_context *bld_base, member
|
/third_party/python/Lib/ |
H A D | random.py | 376 def shuffle(self, x): member in Random 840 shuffle = _inst.shuffle variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonShuffler.cpp | 620 bool HexagonShuffler::shuffle() { in shuffle() function in HexagonShuffler
|