Home
last modified time | relevance | path

Searched refs:STORE (Results 1 – 15 of 15) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_impl.h283 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 Dvdev_raidz_math_scalar.c97 #define STORE(dst, val) ((v_t *)dst)[0] = val macro
H A Dvdev_raidz_math_ssse3.c158 #define STORE(dst, r...) \ macro
H A Dvdev_raidz_math_avx512bw.c160 #define STORE(dst, r...) \ macro
H A Dvdev_raidz_math_avx2.c157 #define STORE(dst, r...) \ macro
H A Dvdev_raidz_math_avx512f.c156 #define STORE(dst, r...) \ macro
H A Dvdev_raidz_math_sse2.c161 #define STORE(dst, r...) \ macro
H A Dvdev_raidz_math_powerpc_altivec_common.h339 #define STORE(dst, r...) \ macro
H A Dvdev_raidz_math_aarch64_neon_common.h338 #define STORE(dst, r...) \ macro
/f-stack/app/redis-5.0.5/tests/unit/
H A Dgeo.tcl172 test {GEORADIUS STORE option: syntax error} {
180 test {GEORANGE STORE option: incompatible options} {
192 test {GEORANGE STORE option: plain usage} {
H A Dmulti.tcl114 test {EXEC fail on WATCHed key modified by SORT with STORE even if the result is empty} {
/f-stack/freebsd/contrib/libb2/
H A Dblake2s-round.h18 #define STORE(p,r) _mm_store_si128((__m128i *)(p), r) macro
H A Dblake2b-round.h18 #define STORE(p,r) _mm_store_si128((__m128i *)(p), r) macro
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-compress-avx2.h9 #define STORE(p, r) _mm256_store_si256((__m256i *) (p), r) macro
/f-stack/dpdk/drivers/common/dpaax/caamflib/
H A Drta.h652 #define STORE(program, src, offset, dst, length, flags) \ macro