OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PYLONG_BITS_IN_DIGIT
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
longintrepr.h
13
unsigned short. The value of
PYLONG_BITS_IN_DIGIT
, defined either at
40
#if
PYLONG_BITS_IN_DIGIT
== 30
52
#elif
PYLONG_BITS_IN_DIGIT
== 15
61
#error "
PYLONG_BITS_IN_DIGIT
should be 15 or 30"
pyport.h
140
/* If
PYLONG_BITS_IN_DIGIT
is not defined then we'll use 30-bit digits if all
144
#ifndef
PYLONG_BITS_IN_DIGIT
147
#define
PYLONG_BITS_IN_DIGIT
30
149
#define
PYLONG_BITS_IN_DIGIT
15
[
all
...]
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
longintrepr.h
13
unsigned short. The value of
PYLONG_BITS_IN_DIGIT
, defined either at
40
#if
PYLONG_BITS_IN_DIGIT
== 30
52
#elif
PYLONG_BITS_IN_DIGIT
== 15
61
#error "
PYLONG_BITS_IN_DIGIT
should be 15 or 30"
pyport.h
140
/* If
PYLONG_BITS_IN_DIGIT
is not defined then we'll use 30-bit digits if all
144
#ifndef
PYLONG_BITS_IN_DIGIT
147
#define
PYLONG_BITS_IN_DIGIT
30
149
#define
PYLONG_BITS_IN_DIGIT
15
[
all
...]
Completed in 145 milliseconds