Home
last modified time | relevance | path

Searched refs:shuffle (Results 1 – 25 of 48) sorted by relevance

12

/openbmc/linux/arch/x86/crypto/
H A Dcast6-avx-x86_64-asm_64.S181 #define shuffle(mask) \ macro
277 preload_rkr(1, shuffle, .Lrkr_enc_Q_Q_QBAR_QBAR);
282 preload_rkr(2, shuffle, .Lrkr_enc_QBAR_QBAR_QBAR_QBAR);
320 preload_rkr(2, shuffle, .Lrkr_dec_Q_Q_Q_Q);
325 preload_rkr(1, shuffle, .Lrkr_dec_Q_Q_QBAR_QBAR);
330 preload_rkr(0, shuffle, .Lrkr_dec_QBAR_QBAR_QBAR_QBAR);
H A Dsha256-avx-asm.S94 SHUF_00BA = %xmm10 # shuffle xBxA -> 00BA
95 SHUF_DC00 = %xmm12 # shuffle xDxC -> DC00
491 # shuffle xBxA -> 00BA
497 # shuffle xDxC -> DC00
H A Dsha256-ssse3-asm.S87 SHUF_00BA = %xmm10 # shuffle xBxA -> 00BA
88 SHUF_DC00 = %xmm11 # shuffle xDxC -> DC00
505 # shuffle xBxA -> 00BA
511 # shuffle xDxC -> DC00
H A Dsha256-avx2-asm.S87 SHUF_00BA = %ymm10 # shuffle xBxA -> 00BA
88 SHUF_DC00 = %ymm12 # shuffle xDxC -> DC00
764 # shuffle xBxA -> 00BA
770 # shuffle xDxC -> DC00
H A Daesni-intel_avx-x86_64.S415 sub %r13, %r12 # adjust the shuffle mask pointer to be
432 # adjust the shuffle mask pointer to be able to shift 16-r13 bytes
435 # get the appropriate shuffle mask
461 vpshufb SHUF_MASK(%rip), %xmm9, %xmm9 # shuffle xmm9 back to output as ciphertext
742 # adjust the shuffle mask pointer to be able to shift r13 bytes
745 vmovdqu (%r12), %xmm2 # get the appropriate shuffle mask
822 # shuffle xmm9 back to output as ciphertext
/openbmc/linux/crypto/
H A Djitterentropy.c318 __u64 shuffle = 0; in jent_loop_shuffle() local
329 shuffle ^= time & mask; in jent_loop_shuffle()
337 return (shuffle + (1<<min)); in jent_loop_shuffle()
/openbmc/linux/tools/perf/bench/
H A Depoll-wait.c157 static void shuffle(void *array, size_t n, size_t size) in shuffle() function
394 shuffle((void *)worker, nthreads, sizeof(*worker)); in writerfn()
401 shuffle((void *)w->fdmap, nfds, sizeof(int)); in writerfn()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/soci/soci/
H A D0001-Do-not-use-std-shuffle-with-clang-15.patch4 Subject: [PATCH] Do not use std::shuffle with clang 15
/openbmc/linux/mm/
H A Dshuffle.c30 module_param_cb(shuffle, &shuffle_param_ops, &shuffle_param, 0400);
H A DMakefile60 page-alloc-$(CONFIG_SHUFFLE_PAGE_ALLOCATOR) += shuffle.o
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/soci/
H A Dsoci_4.0.3.bb8 file://0001-Do-not-use-std-shuffle-with-clang-15.patch \
/openbmc/qemu/scripts/
H A Ddevice-crash-test457 if args.shuffle:
459 random.shuffle(cases)
/openbmc/qemu/tests/qemu-iotests/
H A D163136 random.shuffle(offs_list)
/openbmc/linux/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c243 static void shuffle(const_tree type, tree *newtree, unsigned long length) in shuffle() function
349 shuffle(type, (tree *)newtree, shuffle_length); in relayout_struct()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dptest-cargo.bbclass4 RUST_TEST_ARGS[doc] = "Arguments to give to the test binaries (e.g. --shuffle)"
/openbmc/pldm/
H A D.clang-tidy155 modernize-replace-random-shuffle,
/openbmc/qemu/target/tricore/
H A Dhelper.h141 DEF_HELPER_FLAGS_2(shuffle, TCG_CALL_NO_RWG_SE, i32, i32, i32)
/openbmc/linux/arch/arm/kernel/
H A Dentry-common.S373 stmialo sp, {r5, r6} @ shuffle args
/openbmc/qemu/target/hexagon/imported/mmvec/
H A Dext.idef212 "Vector shift right and shuffle", \
962 "Vector shift right and shuffle", \
989 "Vector shift by vector right and shuffle", \
1007 "Vector arithmetic shift right words, shuffle even halfwords",
1013 "Vector arithmetic shift right words, shuffle even halfwords",
1018 "Vector arithmetic shift right words, shuffle even halfwords",
1024 "Vector arithmetic shift right words, shuffle even halfwords",
1030 "Vector arithmetic shift right words, shuffle even halfwords",
1035 "Vector arithmetic shift right words, shuffle even halfwords",
1044 "Vector round words to halves, shuffle resultant halfwords",
[all …]
/openbmc/linux/drivers/hwmon/
H A Dfschmd.c1000 const int shuffle[3] = { 1, 0, 2 }; in fschmd_dmi_decode() local
1001 int in = shuffle[dmi_data[i] - 1]; in fschmd_dmi_decode()
/openbmc/libpldm/
H A D.clang-tidy158 modernize-replace-random-shuffle,
/openbmc/obmc-console/
H A D.clang-tidy157 modernize-replace-random-shuffle,
/openbmc/libcper/
H A D.clang-tidy157 modernize-replace-random-shuffle,
/openbmc/linux/Documentation/userspace-api/media/rc/
H A Drc-tables.rst240 - Enable shuffle mode
/openbmc/qemu/tests/image-fuzzer/qcow2/
H A Dlayout.py571 random.shuffle(pairs)

12