Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libbc/libc/gen/common/
H A Ddrand48.c49 #define CARRY(x, y) ((long)(x) + (long)(y) > MASK) macro
/titanic_51/usr/src/uts/common/inet/ipf/
H A Ddrand48.c72 #define CARRY(x, y) ((int32_t)(x) + (int32_t)(y) > MASK) macro
/titanic_51/usr/src/lib/libc/port/gen/
H A Ddrand48.c76 #define CARRY(x, y) ((int32_t)(x) + (int32_t)(y) > MASK) macro