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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpng.c894 unsigned long xy_hi,xy_lo,yx_hi,yx_lo; local
944 png_64bit_product(green_x - red_x, blue_y - red_y, &xy_hi, &xy_lo);
947 if (xy_hi == yx_hi && xy_lo == yx_lo)

Completed in 60 milliseconds