Home | History | Annotate | Download | only in bits

Lines Matching refs:__tmp

138 		    __uctype __tmp;
144 __tmp = __uctype(__urng()) - __urngmin;
145 while (__tmp >= __past);
146 __v1 = __tmp / __scaling;
149 __tmp = __v1;
154 while (__v1 > __maskval || __v1 < __tmp);
160 __tmp = __uctype(__urng()) - __urngmin;
161 while (__tmp >= __past);
162 __v2 = __tmp / __scaling;
165 __tmp = __v2;
170 while (__v2 > __maskval || __v2 < __tmp);