Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_io/
Dtextio.c1910 # define OFF_CHARS_TO_SKIP (sizeof(char)) macro
1923 # define OFF_CHARS_TO_SKIP (sizeof(Py_off_t) + 2 * sizeof(int)) macro
/external/python/cpython3/Modules/_io/
Dtextio.c2343 # define OFF_CHARS_TO_SKIP (sizeof(char)) macro
2353 # define OFF_CHARS_TO_SKIP (sizeof(Py_off_t) + 2 * sizeof(int)) macro