HomeSort by relevance Sort by last modified time
    Searched refs:Py_UInt32 (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
imageop.c 12 typedef unsigned int Py_UInt32;
16 typedef unsigned long Py_UInt32;
607 Py_UInt32 value = * (Py_UInt32 *) cp;
660 Py_UInt32 nvalue = r | (g<<8) | (b<<16);
661 * (Py_UInt32 *) ncp = nvalue;
700 Py_UInt32 value = * (Py_UInt32 *) cp;
746 * (Py_UInt32 *) ncp = (Py_UInt32) value | ((Py_UInt32) value << 8 ) | ((Py_UInt32) value << 16);
    [all...]
  /external/python/cpython2/Modules/
imageop.c 12 typedef unsigned int Py_UInt32;
16 typedef unsigned long Py_UInt32;
610 Py_UInt32 value = * (Py_UInt32 *) cp;
663 Py_UInt32 nvalue = r | (g<<8) | (b<<16);
664 * (Py_UInt32 *) ncp = nvalue;
703 Py_UInt32 value = * (Py_UInt32 *) cp;
749 * (Py_UInt32 *) ncp = (Py_UInt32) value | ((Py_UInt32) value << 8 ) | ((Py_UInt32) value << 16)
    [all...]
audioop.c 8 typedef unsigned int Py_UInt32;
12 typedef unsigned long Py_UInt32;
984 else if ( size == 4 ) val = (unsigned int)(Py_UInt32)*LONGP(cp, i);
992 else if ( size == 4 ) *LONGP(ncp, i) = (Py_Int32)(Py_UInt32)val;
    [all...]

Completed in 227 milliseconds