Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Ddrand48.c70 #define MUL(x, y, z) { int32_t l = (int32_t)(x) * (int32_t)(y); \ macro
/illumos-gate/usr/src/lib/libc/port/gen/
H A Ddrand48.c72 #define MUL(x, y, z) { int32_t l = (int32_t)(x) * (int32_t)(y); \ macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz_math_scalar.c136 #define MUL(c, a) \ macro
H A Dvdev_raidz_math_avx2.c284 #define MUL(c, r...) \ macro
H A Dvdev_raidz_math_sse2.c503 #define MUL(c, r...) \ macro
H A Dvdev_raidz_math_ssse3.c291 #define MUL(c, r...) \ macro