Home
last modified time | relevance | path

Searched refs:_FILE_OFFSET_BITS (Results 1 – 7 of 7) sorted by relevance

/bionic/tools/versioner/tests/preprocessor_file_offset_bits/expected/
Dfoo.h9 #if !defined(__LP64__) && defined(_FILE_OFFSET_BITS)
10 #if _FILE_OFFSET_BITS == 64
/bionic/tools/versioner/tests/preprocessor_file_offset_bits/headers/
Dfoo.h9 #if !defined(__LP64__) && defined(_FILE_OFFSET_BITS)
10 #if _FILE_OFFSET_BITS == 64
/bionic/docs/
D32-bit-abi.md3 ## 32-bit `off_t` and `_FILE_OFFSET_BITS=64`
23 Android support for `_FILE_OFFSET_BITS=64` (which turns `off_t` into `off64_t`
27 r15. Before NDK r15, `_FILE_OFFSET_BITS=64` silently did nothing: all code
38 that's often needed. This means that code using `_FILE_OFFSET_BITS=64`
43 definition of `_FILE_OFFSET_BITS=64` will restore the behavior you used to have:
46 aren't aware that `_FILE_OFFSET_BITS` is set. You might also have to
53 #if _FILE_OFFSET_BITS == 64
54 #error "oops, file _FILE_OFFSET_BITS == 64"
97 an equivalent to `_FILE_OFFSET_BITS=64`, which we wouldn't be able
98 to globally flip for reasons similar to `_FILE_OFFSET_BITS`, mentioned
Dstatus.md198 …* all remaining `_FILE_OFFSET_BITS=64` functions, completing `_FILE_OFFSET_BITS=64` support in bio…
/bionic/tests/
D_FILE_OFFSET_BITS_test.cpp29 #define _FILE_OFFSET_BITS 64 macro
/bionic/libc/include/sys/
Dcdefs.h195 #if !defined(__LP64__) && defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS == 64
/bionic/libc/tzcode/
Dprivate.h163 #ifndef _FILE_OFFSET_BITS
164 # define _FILE_OFFSET_BITS 64 macro
166 #if !defined _TIME_BITS && _FILE_OFFSET_BITS == 64