Searched refs:u32val (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/gregbook/
H A Drpng-x.c117 static int rpng_x_msb(ulg u32val);
894 static int rpng_x_msb(ulg u32val) argument
899 if (u32val & 0x80000000L)
901 u32val <<= 1;
H A Drpng2-x.c177 static int rpng2_x_msb (ulg u32val);
2117 static int rpng2_x_msb(ulg u32val) argument
2122 if (u32val & 0x80000000L)
2124 u32val <<= 1;

Completed in 37 milliseconds