Home
last modified time | relevance | path

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

/third_party/iowow/src/
Dbasedefs.h356 #define OFF_T_MAX ((off_t) ~(((uint64_t) 1) << (8 * sizeof(off_t) - 1))) macro
/third_party/python/Modules/
Dposixmodule.c9855 # define OFF_T_MAX 0x7fffffffffffffff in os_sendfile_impl() macro