Home
last modified time | relevance | path

Searched defs:MUL (Results 1 – 10 of 10) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Drand.c50 #define MUL(x, y, z) { int32_t l = (long)(x) * (long)(y); \ macro
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/
H A Dpoly1305_donna64.h8 #define MUL(out, x, y) out = ((uint128_t) x * y) macro
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_scalar.c136 #define MUL(c, a) \ macro
H A Dvdev_raidz_math_sse2.c505 #define MUL(c, r...) \ macro
H A Dvdev_raidz_math_avx512bw.c284 #define MUL(c, r...) \ macro
H A Dvdev_raidz_math_avx2.c286 #define MUL(c, r...) \ macro
H A Dvdev_raidz_math_ssse3.c293 #define MUL(c, r...) \ macro
H A Dvdev_raidz_math_avx512f.c368 #define MUL(c, r...) \ macro
H A Dvdev_raidz_math_powerpc_altivec_common.h525 #define MUL(c, r...) \ macro
H A Dvdev_raidz_math_aarch64_neon_common.h519 #define MUL(c, r...) \ macro