| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python-imaging/ |
| H A D | python-imaging-CVE-2016-2533.patch | 7 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 D | cast6-avx-x86_64-asm_64.S | 177 #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 D | sha256-avx-asm.S | 93 SHUF_00BA = %xmm10 # shuffle xBxA -> 00BA 94 SHUF_DC00 = %xmm12 # shuffle xDxC -> DC00 491 # shuffle xBxA -> 00BA 497 # shuffle xDxC -> DC00
|
| H A D | sha256-ssse3-asm.S | 86 SHUF_00BA = %xmm10 # shuffle xBxA -> 00BA 87 SHUF_DC00 = %xmm11 # shuffle xDxC -> DC00 505 # shuffle xBxA -> 00BA 511 # shuffle xDxC -> DC00
|
| H A D | sha256-avx2-asm.S | 86 SHUF_00BA = %ymm10 # shuffle xBxA -> 00BA 87 SHUF_DC00 = %ymm12 # shuffle xDxC -> DC00 758 # shuffle xBxA -> 00BA 764 # shuffle xDxC -> DC00
|
| H A D | aesni-intel_avx-x86_64.S | 449 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 D | aesni-intel_asm.S | 373 # 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 D | jitterentropy.c | 344 __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 D | epoll-wait.c | 157 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 D | algorithm | 97 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 D | algorithm | 97 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 D | incfs_perf.c | 150 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 D | incfs_test.c | 525 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 D | Config.in | 17 search, inspect, create, shuffle and modify abstract entities
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | shuffle.c | 31 module_param_call(shuffle, shuffle_store, shuffle_show, &shuffle_param, 0400);
|
| H A D | Makefile | 59 page-alloc-$(CONFIG_SHUFFLE_PAGE_ALLOCATOR) += shuffle.o
|
| H A D | slub.c | 1800 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 D | ml.hpp | 223 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 D | randomize_layout_plugin.c | 256 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 D | fschmd.c | 1000 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 D | entry-common.S | 397 stmialo sp, {r5, r6} @ shuffle args
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/rc/ |
| H A D | rc-tables.rst | 240 - 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 D | algorithmfwd.h | 627 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 D | algorithmfwd.h | 627 shuffle(_RAIter, _RAIter, _UGenerator&&); in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/ |
| H A D | jquery-ui.theme.min.css | 5 …on:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-positi…
|