Searched refs:PyLong_SHIFT (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/include/python2.7/
H A Dlongintrepr.h20 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 macro
57 #define PyLong_SHIFT 15 macro
63 #define PyLong_BASE ((digit)1 << PyLong_SHIFT)
[all...]
/prebuilts/gdb/linux-x86/include/python2.7/
H A Dlongintrepr.h20 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 macro
57 #define PyLong_SHIFT 15 macro
63 #define PyLong_BASE ((digit)1 << PyLong_SHIFT)
[all...]
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Dlongintrepr.h20 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 macro
57 #define PyLong_SHIFT 15 macro
63 #define PyLong_BASE ((digit)1 << PyLong_SHIFT)
[all...]
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Dlongintrepr.h20 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 macro
57 #define PyLong_SHIFT 15 macro
63 #define PyLong_BASE ((digit)1 << PyLong_SHIFT)
[all...]

Completed in 89 milliseconds