Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Ddrand48.c47 #define MUL(x, y, z) { long l = (long)(x) * (long)(y); \ macro
/titanic_50/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
/titanic_50/usr/src/lib/libc/port/gen/
H A Ddrand48.c74 #define MUL(x, y, z) { int32_t l = (int32_t)(x) * (int32_t)(y); \ macro