Searched refs:ADDEQU (Results 1 – 3 of 3) sorted by relevance
/titanic_50/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 119 ADDEQU(p[0], c, carry0); in next() 120 ADDEQU(p[1], carry0, carry1); in next() 122 ADDEQU(p[1], q[0], carry0); in next()
|
/titanic_50/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 127 ADDEQU(p[0], c, carry0); in next() 128 ADDEQU(p[1], carry0, carry1); in next() 130 ADDEQU(p[1], q[0], carry0); in next()
|
/titanic_50/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 135 ADDEQU(p[0], c, carry0); in next() 136 ADDEQU(p[1], carry0, carry1); in next() 138 ADDEQU(p[1], q[0], carry0); in next()
|