Searched defs:ADDEQU (Results 1 – 3 of 3) sorted by relevance
/titanic_51/usr/src/lib/libbc/libc/gen/common/ |
H A D | drand48.c | 50 #define ADDEQU(x, y, z) (z = CARRY(x, (y)), x = LOW(x + (y))) macro
|
/titanic_51/usr/src/uts/common/inet/ipf/ |
H A D | drand48.c | 73 #define ADDEQU(x, y, z) (z = CARRY(x, (y)), x = LOW(x + (y))) macro
|
/titanic_51/usr/src/lib/libc/port/gen/ |
H A D | drand48.c | 77 #define ADDEQU(x, y, z) (z = CARRY(x, (y)), x = LOW(x + (y))) macro
|