Searched refs:_FILE_OFFSET_BITS (Results 1 – 6 of 6) sorted by relevance
425 # ifndef _FILE_OFFSET_BITS426 # define _FILE_OFFSET_BITS 64 macro432 defined(_FILE_OFFSET_BITS) && (_FILE_OFFSET_BITS == 64)
205 #undef _FILE_OFFSET_BITS
240 #undef _FILE_OFFSET_BITS
801 #cmakedefine _FILE_OFFSET_BITS ${_FILE_OFFSET_BITS}
150 #ifdef _FILE_OFFSET_BITS151 #undef _FILE_OFFSET_BITS153 #define _FILE_OFFSET_BITS 64 macro
1679 set(_FILE_OFFSET_BITS 64) variable1684 # fseeko may not exist with _FILE_OFFSET_BITS=64 but can exist with1685 # _FILE_OFFSET_BITS unset or 32 (e.g. Android ARMv7 with NDK 26b and API level < 24)1686 # so we need to test fseeko after testing for _FILE_OFFSET_BITS
Completed in 21 milliseconds