Home
last modified time | relevance | path

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

/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);
/linux/tools/lib/python/abi/
H A Dsystem_symbols.py16 from random import shuffle
307 shuffle(all_refs)
/linux/mm/
H A Dshuffle.c11 #include "shuffle.h"
31 module_param_cb(shuffle, &shuffle_param_ops, &shuffle_param, 0400);
34 * For two pages to be swapped in the shuffle, they must be free (on a
61 * shuffle it with? in shuffle_valid_page()
70 * Fisher-Yates shuffle the freelist which prescribes iterating through an
78 * be a perfect shuffle.
/linux/lib/crypto/x86/
H A Dsha256-avx-asm.S93 SHUF_00BA = %xmm10 # shuffle xBxA -> 00BA
94 SHUF_DC00 = %xmm12 # shuffle xDxC -> DC00
485 # shuffle xBxA -> 00BA
491 # shuffle xDxC -> DC00
H A Dsha256-ssse3-asm.S86 SHUF_00BA = %xmm10 # shuffle xBxA -> 00BA
87 SHUF_DC00 = %xmm11 # shuffle xDxC -> DC00
497 # shuffle xBxA -> 00BA
503 # shuffle xDxC -> DC00
H A Dsha256-avx2-asm.S86 SHUF_00BA = %ymm10 # shuffle xBxA -> 00BA
87 SHUF_DC00 = %ymm12 # shuffle xDxC -> DC00
760 # shuffle xBxA -> 00BA
766 # shuffle xDxC -> DC00
/linux/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c242 static void shuffle(const_tree type, tree *newtree, unsigned long length) in shuffle() function
348 shuffle(type, (tree *)newtree, shuffle_length); in relayout_struct()
/linux/arch/arm/kernel/
H A Dentry-common.S376 stmialo sp, {r5, r6} @ shuffle args
/linux/Documentation/userspace-api/media/rc/
H A Drc-tables.rst240 - Enable shuffle mode
/linux/Documentation/admin-guide/media/
H A Dbttv.rst310 try to shuffle around the PCI cards to give bttv another IRQ or make
/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py2076 random.shuffle(colours)
/linux/
H A DMAINTAINERS17351 F: mm/shuffle.c
17352 F: mm/shuffle.h