Home
last modified time | relevance | path

Searched defs:LARGE_OFF_T (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/os/
H A Dos_mman.h69 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + \ in os_munmap() macro
73 #undef LARGE_OFF_T in os_munmap() macro
/third_party/libdrm/
H A Dlibdrm_macros.h77 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + \ in drm_munmap() macro
81 #undef LARGE_OFF_T in drm_munmap() macro
/third_party/curl/CMake/
H A DCurlTests.c158 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) macro

Completed in 2 milliseconds