Lines Matching refs:in
18 function `lseek64` were available right from the beginning in API 3. Secondly,
25 `lseek` in the source becoming `lseek64` at runtime) was added late. Even when
35 [linker map](libc/libc.map.txt) for full details. Note also that in NDK r16 and
36 later, if you're using Clang we'll inline an `mmap64` implementation in the
45 grep thoroughly in both your source and your build system: many people
63 in the 64-bit ABI even though they're identical to the non-`64` names.
69 there is no support for real-time signals in 32-bit code. Android P (API
81 in the 64-bit ABI even though they're identical to the non-`64` names.
86 On 32-bit Android, `time_t` is 32-bit, which will overflow in 2038.
109 mutexes for tids that don't fit in 16 bits. This typically manifests as
110 a hang in `pthread_mutex_lock` if the libc startup code doesn't detect