jri_md.h | 180 typedef juint jsize; 193 typedef unsigned int juint; typedef 196 typedef unsigned long juint; typedef 207 #define JRI_BIT(n) ((juint)1 << (n)) 282 juint lo, hi; 284 juint hi, lo; 352 juint _a1, _a0, _b1, _b0, _y0, _y1, _y2, _y3; \ 378 juint _negative = (int32)(a).hi < 0; \ 397 juint _negative = (int32)(a).hi < 0; \ 414 * NB: b is a juint, not jlong or julong, for the shift ops [all...] |