Home
last modified time | relevance | path

Searched defs:INT64_FMT_UNIT (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dselectmodule.c1245 # define INT64_FMT_UNIT "L" macro
1248 # define INT64_FMT_UNIT "l" macro
1251 # define INT64_FMT_UNIT "i" macro
1253 # define INT64_FMT_UNIT "_" macro
/external/python/cpython3/Modules/
Dselectmodule.c1803 # define INT64_FMT_UNIT "L" macro
1806 # define INT64_FMT_UNIT "l" macro
1809 # define INT64_FMT_UNIT "i" macro
1811 # define INT64_FMT_UNIT "_" macro