Home
last modified time | relevance | path

Searched refs:OFF64_LO (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dendian.h63 # define OFF64_LO(offset) (uint32_t)(offset & 0xffffffff) macro
65 # define OFF64_HI_LO(offset) __LONG_LONG_PAIR(OFF64_HI(offset), OFF64_LO(offset))
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dllseek.c28 (off_t) OFF64_LO(offset), &result, whence) ?: result; in __NC()

Completed in 3 milliseconds