Searched refs:_RAND48_MULT_1 (Results 1 – 4 of 4) sorted by relevance
39 #define _RAND48_MULT_1 (0xdeec) macro
24 r->_mult[1] = _RAND48_MULT_1; in _srand48_r()
29 r->_mult[1] = _RAND48_MULT_1; in _seed48_r()
135 ._mult = { _RAND48_MULT_0, _RAND48_MULT_1, _RAND48_MULT_2 },