Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_io/
D_iomodule.h99 # define PyLong_AsOff_t PyLong_AsLongLong macro
111 # define PyLong_AsOff_t PyLong_AsSsize_t macro
118 # define PyLong_AsOff_t PyLong_AsLongLong macro
125 # define PyLong_AsOff_t PyLong_AsLong macro
D_iomodule.c533 result = PyLong_AsOff_t(value); in PyNumber_AsOff_t()