OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyLong_SHIFT
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gdb/darwin-x86/include/python2.7/
longintrepr.h
20
PyLong_SHIFT
. The majority of the code doesn't care about the precise
21
value of
PyLong_SHIFT
, but there are some notable exceptions:
23
- long_pow() requires that
PyLong_SHIFT
be divisible by 5
25
- PyLong_{As,From}ByteArray require that
PyLong_SHIFT
be at least 8
27
- long_hash() requires that
PyLong_SHIFT
is *strictly* less than the number
32
PyLong_SHIFT
is strictly less than the number of bits in a size_t
34
- the marshal code currently expects that
PyLong_SHIFT
is a multiple of 15
49
#define
PyLong_SHIFT
30
57
#define
PyLong_SHIFT
15
63
#define PyLong_BASE ((digit)1 <<
PyLong_SHIFT
)
[
all
...]
/prebuilts/gdb/linux-x86/include/python2.7/
longintrepr.h
20
PyLong_SHIFT
. The majority of the code doesn't care about the precise
21
value of
PyLong_SHIFT
, but there are some notable exceptions:
23
- long_pow() requires that
PyLong_SHIFT
be divisible by 5
25
- PyLong_{As,From}ByteArray require that
PyLong_SHIFT
be at least 8
27
- long_hash() requires that
PyLong_SHIFT
is *strictly* less than the number
32
PyLong_SHIFT
is strictly less than the number of bits in a size_t
34
- the marshal code currently expects that
PyLong_SHIFT
is a multiple of 15
49
#define
PyLong_SHIFT
30
57
#define
PyLong_SHIFT
15
63
#define PyLong_BASE ((digit)1 <<
PyLong_SHIFT
)
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
longintrepr.h
20
PyLong_SHIFT
. The majority of the code doesn't care about the precise
21
value of
PyLong_SHIFT
, but there are some notable exceptions:
23
- long_pow() requires that
PyLong_SHIFT
be divisible by 5
25
- PyLong_{As,From}ByteArray require that
PyLong_SHIFT
be at least 8
27
- long_hash() requires that
PyLong_SHIFT
is *strictly* less than the number
32
PyLong_SHIFT
is strictly less than the number of bits in a size_t
34
- the marshal code currently expects that
PyLong_SHIFT
is a multiple of 15
49
#define
PyLong_SHIFT
30
57
#define
PyLong_SHIFT
15
63
#define PyLong_BASE ((digit)1 <<
PyLong_SHIFT
)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
longintrepr.h
20
PyLong_SHIFT
. The majority of the code doesn't care about the precise
21
value of
PyLong_SHIFT
, but there are some notable exceptions:
23
- long_pow() requires that
PyLong_SHIFT
be divisible by 5
25
- PyLong_{As,From}ByteArray require that
PyLong_SHIFT
be at least 8
27
- long_hash() requires that
PyLong_SHIFT
is *strictly* less than the number
32
PyLong_SHIFT
is strictly less than the number of bits in a size_t
34
- the marshal code currently expects that
PyLong_SHIFT
is a multiple of 15
49
#define
PyLong_SHIFT
30
57
#define
PyLong_SHIFT
15
63
#define PyLong_BASE ((digit)1 <<
PyLong_SHIFT
)
[
all
...]
Completed in 2782 milliseconds