OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PY_VERSION_HEX
(Results
1 - 9
of
9
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
patchlevel.h
38
Use this for numeric comparisons, e.g. #if
PY_VERSION_HEX
>= ... */
39
#define
PY_VERSION_HEX
((PY_MAJOR_VERSION << 24) | \
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
patchlevel.h
38
Use this for numeric comparisons, e.g. #if
PY_VERSION_HEX
>= ... */
39
#define
PY_VERSION_HEX
((PY_MAJOR_VERSION << 24) | \
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python_descriptor.h
41
#if
PY_VERSION_HEX
< 0x02050000 && !defined(PY_SSIZE_T_MIN)
/external/linux-tools-perf/config/
feature-tests.mak
84
#if
PY_VERSION_HEX
>= 0x03000000
/external/chromium_org/third_party/bintrees/bintrees/
qavltree.c
7
#elif
PY_VERSION_HEX
< 0x02040000
44
#if
PY_VERSION_HEX
< 0x02050000
66
#if
PY_VERSION_HEX
< 0x02060000
116
#if (
PY_VERSION_HEX
< 0x02060000) || (PY_MAJOR_VERSION >= 3)
119
#if
PY_VERSION_HEX
> 0x03030000 && defined(PyUnicode_KIND)
140
#if
PY_VERSION_HEX
< 0x02060000
158
#if
PY_VERSION_HEX
< 0x02060000
185
#if
PY_VERSION_HEX
< 0x03020000
193
#if (PY_MAJOR_VERSION < 3) || (
PY_VERSION_HEX
>= 0x03010300)
214
#if
PY_VERSION_HEX
< 0x0205000
[
all
...]
qbintree.c
7
#elif
PY_VERSION_HEX
< 0x02040000
44
#if
PY_VERSION_HEX
< 0x02050000
66
#if
PY_VERSION_HEX
< 0x02060000
116
#if (
PY_VERSION_HEX
< 0x02060000) || (PY_MAJOR_VERSION >= 3)
119
#if
PY_VERSION_HEX
> 0x03030000 && defined(PyUnicode_KIND)
140
#if
PY_VERSION_HEX
< 0x02060000
158
#if
PY_VERSION_HEX
< 0x02060000
185
#if
PY_VERSION_HEX
< 0x03020000
193
#if (PY_MAJOR_VERSION < 3) || (
PY_VERSION_HEX
>= 0x03010300)
214
#if
PY_VERSION_HEX
< 0x0205000
[
all
...]
qrbtree.c
7
#elif
PY_VERSION_HEX
< 0x02040000
44
#if
PY_VERSION_HEX
< 0x02050000
66
#if
PY_VERSION_HEX
< 0x02060000
116
#if (
PY_VERSION_HEX
< 0x02060000) || (PY_MAJOR_VERSION >= 3)
119
#if
PY_VERSION_HEX
> 0x03030000 && defined(PyUnicode_KIND)
140
#if
PY_VERSION_HEX
< 0x02060000
158
#if
PY_VERSION_HEX
< 0x02060000
185
#if
PY_VERSION_HEX
< 0x03020000
193
#if (PY_MAJOR_VERSION < 3) || (
PY_VERSION_HEX
>= 0x03010300)
214
#if
PY_VERSION_HEX
< 0x0205000
[
all
...]
cwalker.c
7
#elif
PY_VERSION_HEX
< 0x02040000
44
#if
PY_VERSION_HEX
< 0x02050000
66
#if
PY_VERSION_HEX
< 0x02060000
116
#if (
PY_VERSION_HEX
< 0x02060000) || (PY_MAJOR_VERSION >= 3)
119
#if
PY_VERSION_HEX
> 0x03030000 && defined(PyUnicode_KIND)
140
#if
PY_VERSION_HEX
< 0x02060000
158
#if
PY_VERSION_HEX
< 0x02060000
185
#if
PY_VERSION_HEX
< 0x03020000
193
#if (PY_MAJOR_VERSION < 3) || (
PY_VERSION_HEX
>= 0x03010300)
214
#if
PY_VERSION_HEX
< 0x0205000
[
all
...]
/external/chromium_org/third_party/simplejson/
_speedups.c
3
#if
PY_VERSION_HEX
< 0x02070000 && !defined(PyOS_string_to_double)
18
#if
PY_VERSION_HEX
< 0x02060000 && !defined(Py_TYPE)
21
#if
PY_VERSION_HEX
< 0x02060000 && !defined(Py_SIZE)
24
#if
PY_VERSION_HEX
< 0x02050000 && !defined(PY_SSIZE_T_MIN)
[
all
...]
Completed in 349 milliseconds