Home
last modified time | relevance | path

Searched refs:OFF64_HI_LO (Results 1 – 8 of 8) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dposix_fadvise64.c29 OFF64_HI_LO (offset), OFF64_HI_LO (len)); in posix_fadvise64()
32 OFF64_HI_LO (offset), OFF64_HI_LO (len), in posix_fadvise64()
A Dsync_file_range.c29 OFF64_HI_LO(offset), OFF64_HI_LO(nbytes), flags); in __NC()
32 OFF64_HI_LO(offset), OFF64_HI_LO(nbytes), flags); in __NC()
A Dposix_fallocate64.c26 OFF64_HI_LO (offset), OFF64_HI_LO (len))); in posix_fallocate64()
A Dpread_write.c38 # define MY_PREAD64(fd, buf, count, offset) __syscall_pread(fd, buf, count, 0, OFF64_HI_LO(offset… in _syscall6()
43 # define MY_PREAD64(fd, buf, count, offset) __syscall_pread(fd, buf, count, OFF64_HI_LO(offset)) in _syscall6()
60 # define MY_PWRITE64(fd, buf, count, offset) __syscall_pwrite(fd, buf, count, 0, OFF64_HI_LO(offs… in _syscall6()
65 # define MY_PWRITE64(fd, buf, count, offset) __syscall_pwrite(fd, buf, count, OFF64_HI_LO(offset)) in _syscall6()
A Dftruncate64.c33 return INLINE_SYSCALL(ftruncate64, 4, fd, 0, OFF64_HI_LO(length));
35 return INLINE_SYSCALL(ftruncate64, 3, fd, OFF64_HI_LO(length));
A Dtruncate64.c28 return INLINE_SYSCALL(truncate64, 4, path, 0, OFF64_HI_LO(length));
30 return INLINE_SYSCALL(truncate64, 3, path, OFF64_HI_LO(length));
A Dreadahead.c40 OFF64_HI_LO(offset), count);
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dendian.h65 # define OFF64_HI_LO(offset) __LONG_LONG_PAIR(OFF64_HI(offset), OFF64_LO(offset)) macro

Completed in 8 milliseconds