Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Ddrand48.c72 #define CARRY(x, y) ((int32_t)(x) + (int32_t)(y) > MASK) macro
/illumos-gate/usr/src/lib/libc/port/gen/
H A Ddrand48.c74 #define CARRY(x, y) ((int32_t)(x) + (int32_t)(y) > MASK) macro