Searched refs:Py_UInt32 (Results 1 – 2 of 2) sorted by relevance
12 typedef unsigned int Py_UInt32; typedef16 typedef unsigned long Py_UInt32; typedef610 Py_UInt32 value = * (Py_UInt32 *) cp; in imageop_rgb2rgb8()663 Py_UInt32 nvalue = r | (g<<8) | (b<<16); in imageop_rgb82rgb()664 * (Py_UInt32 *) ncp = nvalue; in imageop_rgb82rgb()703 Py_UInt32 value = * (Py_UInt32 *) cp; in imageop_rgb2grey()749 … * (Py_UInt32 *) ncp = (Py_UInt32) value | ((Py_UInt32) value << 8 ) | ((Py_UInt32) value << 16); in imageop_grey2rgb()
8 typedef unsigned int Py_UInt32; typedef12 typedef unsigned long Py_UInt32; typedef994 else if ( size == 4 ) val = (unsigned int)(Py_UInt32)*LONGP(cp, i); in audioop_bias()1002 else if ( size == 4 ) *LONGP(ncp, i) = (Py_Int32)(Py_UInt32)val; in audioop_bias()