Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python-imaging/
H A Dpython-imaging-CVE-2016-2533.patch7 PCD decoder overruns the shuffle buffer, Fixes #568
26 state->shuffle((UINT8*) im->image[state->y],
35 state->shuffle((UINT8*) im->image[state->y],
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dcast6-avx-x86_64-asm_64.S177 #define shuffle(mask) \ macro
275 preload_rkr(1, shuffle, .Lrkr_enc_Q_Q_QBAR_QBAR);
280 preload_rkr(2, shuffle, .Lrkr_enc_QBAR_QBAR_QBAR_QBAR);
318 preload_rkr(2, shuffle, .Lrkr_dec_Q_Q_Q_Q);
323 preload_rkr(1, shuffle, .Lrkr_dec_Q_Q_QBAR_QBAR);
328 preload_rkr(0, shuffle, .Lrkr_dec_QBAR_QBAR_QBAR_QBAR);
H A Dsha256-avx-asm.S93 SHUF_00BA = %xmm10 # shuffle xBxA -> 00BA
94 SHUF_DC00 = %xmm12 # shuffle xDxC -> DC00
491 # shuffle xBxA -> 00BA
497 # shuffle xDxC -> DC00
H A Dsha256-ssse3-asm.S86 SHUF_00BA = %xmm10 # shuffle xBxA -> 00BA
87 SHUF_DC00 = %xmm11 # shuffle xDxC -> DC00
505 # shuffle xBxA -> 00BA
511 # shuffle xDxC -> DC00
H A Dsha256-avx2-asm.S86 SHUF_00BA = %ymm10 # shuffle xBxA -> 00BA
87 SHUF_DC00 = %ymm12 # shuffle xDxC -> DC00
758 # shuffle xBxA -> 00BA
764 # shuffle xDxC -> DC00
H A Daesni-intel_avx-x86_64.S449 sub %r13, %r12 # adjust the shuffle mask pointer to be
466 # adjust the shuffle mask pointer to be able to shift 16-r13 bytes
469 # get the appropriate shuffle mask
495 vpshufb SHUF_MASK(%rip), %xmm9, %xmm9 # shuffle xmm9 back to output as ciphertext
774 # adjust the shuffle mask pointer to be able to shift r13 bytes
777 vmovdqu (%r12), %xmm2 # get the appropriate shuffle mask
854 # shuffle xmm9 back to output as ciphertext
H A Daesni-intel_asm.S373 # adjust the shuffle mask pointer to be able to shift 16-r13 bytes
376 # get the appropriate shuffle mask
409 # shuffle xmm0 back to output as ciphertext
665 # adjust the shuffle mask pointer to be able to shift r13 bytes
668 movdqu (%r12), %xmm2 # get the appropriate shuffle mask
745 # shuffle xmm9 back to output as ciphertext
/OK3568_Linux_fs/kernel/crypto/
H A Djitterentropy.c344 __u64 shuffle = 0; in jent_loop_shuffle() local
360 shuffle ^= time & mask; in jent_loop_shuffle()
368 return (shuffle + (1<<min)); in jent_loop_shuffle()
/OK3568_Linux_fs/kernel/tools/perf/bench/
H A Depoll-wait.c157 static void shuffle(void *array, size_t n, size_t size) in shuffle() function
381 shuffle((void *)worker, nthreads, sizeof(*worker)); in writerfn()
388 shuffle((void *)w->fdmap, nfds, sizeof(int)); in writerfn()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/
H A Dalgorithm97 shuffle(_RandomAccessIterator __first, _RandomAccessIterator __last)
98 { return std::shuffle(__first, __last, _S_randint_engine()); }
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/
H A Dalgorithm97 shuffle(_RandomAccessIterator __first, _RandomAccessIterator __last)
98 { return std::shuffle(__first, __last, _S_randint_engine()); }
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_perf.c150 void shuffle(size_t *buffer, size_t size) in shuffle() function
226 shuffle(blocks, block_count); in write_data()
306 shuffle(offsets, offsets_size); in measure_read_throughput_internal()
H A Dincfs_test.c525 static void shuffle(int array[], int count, unsigned int seed) in shuffle() function
557 shuffle(block_indexes, block_cnt, file->index); in emit_test_file_data()
695 shuffle(block_indexes, block_cnt, shuffle_seed); in validate_test_file_content_with_seed()
/OK3568_Linux_fs/buildroot/package/poke/
H A DConfig.in17 search, inspect, create, shuffle and modify abstract entities
/OK3568_Linux_fs/kernel/mm/
H A Dshuffle.c31 module_param_call(shuffle, shuffle_store, shuffle_show, &shuffle_param, 0400);
H A DMakefile59 page-alloc-$(CONFIG_SHUFFLE_PAGE_ALLOCATOR) += shuffle.o
H A Dslub.c1800 bool shuffle; in allocate_slab() local
1844 shuffle = shuffle_freelist(s, page); in allocate_slab()
1846 if (!shuffle) { in allocate_slab()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dml.hpp223 CV_WRAP virtual void setTrainTestSplit(int count, bool shuffle=true) = 0;
233 CV_WRAP virtual void setTrainTestSplitRatio(double ratio, bool shuffle=true) = 0;
/OK3568_Linux_fs/kernel/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c256 static void shuffle(const_tree type, tree *newtree, unsigned long length) in shuffle() function
373 shuffle(type, (tree *)newtree, shuffle_length); in relayout_struct()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dentry-common.S397 stmialo sp, {r5, r6} @ shuffle args
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/rc/
H A Drc-tables.rst240 - Enable shuffle mode
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dalgorithmfwd.h627 shuffle(_RAIter, _RAIter, _UGenerator&&); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dalgorithmfwd.h627 shuffle(_RAIter, _RAIter, _UGenerator&&); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/
H A Djquery-ui.theme.min.css5 …on:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-positi…

12