Home | History | Annotate | Download | only in gregbook

Lines Matching full:u32val

177 static int  rpng2_x_msb (ulg u32val);
2117 static int rpng2_x_msb(ulg u32val)
2122 if (u32val & 0x80000000L)
2124 u32val <<= 1;