OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:twodigits
(Results
1 - 2
of
2
) 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
*/
/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
*/
Completed in 64 milliseconds