HomeSort by relevance Sort by last modified time
    Searched full:twodigits (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
longintrepr.h 16 Type 'digit' should be able to hold 2*PyLong_BASE-1, and type 'twodigits'
47 typedef PY_UINT64_T twodigits; typedef
48 typedef PY_INT64_T stwodigits; /* signed variant of twodigits */
55 typedef unsigned long twodigits; typedef
56 typedef long stwodigits; /* signed variant of twodigits */
pyport.h 106 /* Macros for a 64-bit unsigned integer type; used for type 'twodigits' in the
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
longintrepr.h 16 Type 'digit' should be able to hold 2*PyLong_BASE-1, and type 'twodigits'
47 typedef PY_UINT64_T twodigits; typedef
48 typedef PY_INT64_T stwodigits; /* signed variant of twodigits */
55 typedef unsigned long twodigits; typedef
56 typedef long stwodigits; /* signed variant of twodigits */
pyport.h 106 /* Macros for a 64-bit unsigned integer type; used for type 'twodigits' in the
    [all...]

Completed in 1105 milliseconds