Home
last modified time | relevance | path

Searched refs:Py_UInt32 (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dimageop.c12 typedef unsigned int Py_UInt32; typedef
16 typedef unsigned long Py_UInt32; typedef
610 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()
Daudioop.c8 typedef unsigned int Py_UInt32; typedef
12 typedef unsigned long Py_UInt32; typedef
984 else if ( size == 4 ) val = (unsigned int)(Py_UInt32)*LONGP(cp, i); in audioop_bias()
992 else if ( size == 4 ) *LONGP(ncp, i) = (Py_Int32)(Py_UInt32)val; in audioop_bias()