| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_raidz_math_impl.h | 283 STORE(d + i, MUL_D); in raidz_mul_abd_cb() 303 STORE((t), T); \ 311 STORE((t), T); \ 318 STORE((t), T); \ 326 STORE((t), T); \ 333 STORE((t), T); \ 879 STORE(x, REC_PQ_X); in raidz_rec_pq_abd() 883 STORE(y, REC_PQ_X); in raidz_rec_pq_abd() 1039 STORE(x, REC_PR_X); in raidz_rec_pr_abd() 1043 STORE(y, REC_PR_X); in raidz_rec_pr_abd() [all …]
|
| H A D | vdev_raidz_math_scalar.c | 97 #define STORE(dst, val) ((v_t *)dst)[0] = val macro
|
| H A D | vdev_raidz_math_ssse3.c | 158 #define STORE(dst, r...) \ macro
|
| H A D | vdev_raidz_math_avx512bw.c | 160 #define STORE(dst, r...) \ macro
|
| H A D | vdev_raidz_math_avx2.c | 157 #define STORE(dst, r...) \ macro
|
| H A D | vdev_raidz_math_avx512f.c | 156 #define STORE(dst, r...) \ macro
|
| H A D | vdev_raidz_math_sse2.c | 161 #define STORE(dst, r...) \ macro
|
| H A D | vdev_raidz_math_powerpc_altivec_common.h | 339 #define STORE(dst, r...) \ macro
|
| H A D | vdev_raidz_math_aarch64_neon_common.h | 338 #define STORE(dst, r...) \ macro
|
| /f-stack/app/redis-5.0.5/tests/unit/ |
| H A D | geo.tcl | 172 test {GEORADIUS STORE option: syntax error} { 180 test {GEORANGE STORE option: incompatible options} { 192 test {GEORANGE STORE option: plain usage} {
|
| H A D | multi.tcl | 114 test {EXEC fail on WATCHed key modified by SORT with STORE even if the result is empty} {
|
| /f-stack/freebsd/contrib/libb2/ |
| H A D | blake2s-round.h | 18 #define STORE(p,r) _mm_store_si128((__m128i *)(p), r) macro
|
| H A D | blake2b-round.h | 18 #define STORE(p,r) _mm_store_si128((__m128i *)(p), r) macro
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/ |
| H A D | blake2b-compress-avx2.h | 9 #define STORE(p, r) _mm256_store_si256((__m256i *) (p), r) macro
|
| /f-stack/dpdk/drivers/common/dpaax/caamflib/ |
| H A D | rta.h | 652 #define STORE(program, src, offset, dst, length, flags) \ macro
|