Home
last modified time | relevance | path

Searched refs:PyLong_AsOff_t (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/_io/
D_iomodule.h103 # define PyLong_AsOff_t PyLong_AsLongLong macro
115 # define PyLong_AsOff_t PyLong_AsSsize_t macro
122 # define PyLong_AsOff_t PyLong_AsLongLong macro
129 # define PyLong_AsOff_t PyLong_AsLong macro
D_iomodule.c560 result = PyLong_AsOff_t(value); in PyNumber_AsOff_t()