HomeSort by relevance Sort by last modified time
    Searched refs:off_t (Results 26 - 50 of 2027) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/ltp/include/lapi/
fallocate.h 62 __LONG_LONG_PAIR((off_t) (offset >> 32),
63 (off_t) offset),
64 __LONG_LONG_PAIR((off_t) (len >> 32),
65 (off_t) len));
readdir.h 25 off_t d_off; /* offset to this old_linux_dirent */
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/mman_h/
13-1-buildonly.c 11 * void *mmap(void *, size_t, int, int, int, off_t)
21 typedef void *(*mmap_test) (void *, size_t, int, int, int, off_t);
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/unistd_h/
2-1-buildonly.c 11 * int ftruncate(int fildes, off_t length);
17 typedef int (*ftruncate_test) (int fildes, off_t length);
  /external/strace/tests/
fallocate.c 48 static const off_t bogus_offset = (off_t) 0xbadc0dedda7a1057LLU;
49 static const off_t bogus_len = (off_t) 0xbadfaceca7b0d1e5LLU;
  /external/strace/tests-m32/
fallocate.c 48 static const off_t bogus_offset = (off_t) 0xbadc0dedda7a1057LLU;
49 static const off_t bogus_len = (off_t) 0xbadfaceca7b0d1e5LLU;
  /external/strace/tests-mx32/
fallocate.c 48 static const off_t bogus_offset = (off_t) 0xbadc0dedda7a1057LLU;
49 static const off_t bogus_len = (off_t) 0xbadfaceca7b0d1e5LLU;
  /external/syslinux/com32/include/sys/
types.h 14 typedef size_t off_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
zlibdefs.h 6 #include <sys/types.h> /* for off_t */
7 #include <unistd.h> /* for SEEK_* and off_t */
9 # include <unixio.h> /* for off_t */
12 # define z_off_t off_t
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
zlibdefs.h 6 #include <sys/types.h> /* for off_t */
7 #include <unistd.h> /* for SEEK_* and off_t */
9 # include <unixio.h> /* for off_t */
12 # define z_off_t off_t
  /external/syslinux/gpxe/src/include/gpxe/
uaccess.h 69 trivial_user_to_virt ( userptr_t userptr, off_t offset ) {
81 trivial_userptr_add ( userptr_t userptr, off_t offset ) {
95 trivial_memcpy_user ( userptr_t dest, off_t dest_off,
96 userptr_t src, off_t src_off, size_t len ) {
111 trivial_memmove_user ( userptr_t dest, off_t dest_off,
112 userptr_t src, off_t src_off, size_t len ) {
126 trivial_memset_user ( userptr_t buffer, off_t offset, int c, size_t len ) {
138 trivial_strlen_user ( userptr_t buffer, off_t offset ) {
151 static inline __always_inline off_t
152 trivial_memchr_user ( userptr_t buffer, off_t offset, int c, size_t len )
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/
efi_uaccess.h 40 UACCESS_INLINE ( efi, user_to_phys ) ( userptr_t userptr, off_t offset ) {
50 UACCESS_INLINE ( efi, user_to_virt ) ( userptr_t userptr, off_t offset ) {
55 UACCESS_INLINE ( efi, userptr_add ) ( userptr_t userptr, off_t offset ) {
60 UACCESS_INLINE ( efi, memcpy_user ) ( userptr_t dest, off_t dest_off,
61 userptr_t src, off_t src_off,
67 UACCESS_INLINE ( efi, memmove_user ) ( userptr_t dest, off_t dest_off,
68 userptr_t src, off_t src_off,
74 UACCESS_INLINE ( efi, memset_user ) ( userptr_t buffer, off_t offset,
80 UACCESS_INLINE ( efi, strlen_user ) ( userptr_t buffer, off_t offset ) {
84 static inline __always_inline off_t
    [all...]
  /art/compiler/linker/
file_output_stream.h 34 off_t Seek(off_t offset, Whence whence) OVERRIDE;
  /bionic/libc/bionic/
posix_fallocate.cpp 33 int posix_fallocate(int fd, off_t offset, off_t length) {
  /bionic/libc/include/bits/
lockf.h 43 int lockf(int, int, off_t) __RENAME(lockf64) __INTRODUCED_IN(24);
45 int lockf(int, int, off_t) __INTRODUCED_IN(24);
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fgetpos.c 64 return((*pos = (off_t)ftello(fp)) == (off_t)-1);
  /external/bison/darwin-lib/sys/
types.h 32 /* Override off_t if Large File Support is requested on native Windows. */
36 # define off_t __int64
38 # define off_t long long int
  /external/bison/lib/
sys_types.in.h 31 /* Override off_t if Large File Support is requested on native Windows. */
35 # define off_t __int64 macro
37 # define off_t long long int
  /external/bison/linux-lib/sys/
types.h 32 /* Override off_t if Large File Support is requested on native Windows. */
36 # define off_t __int64
38 # define off_t long long int
  /external/bsdiff/include/bsdiff/
bsdiff.h 25 off_t oldsize,
27 off_t newsize,
  /external/dhcpcd-6.8.2/crypt/
sha256.h 47 char *SHA256_FileChunk(const char *, char *, off_t, off_t);
  /external/google-breakpad/src/common/mac/
macho_walker.h 53 off_t offset, bool swap, void *context);
70 bool ReadBytes(void *buffer, size_t size, off_t offset);
73 bool CurrentHeader(struct mach_header_64 *header, off_t *offset);
80 off_t &offset);
84 bool WalkHeaderAtOffset(off_t offset);
85 bool WalkHeader64AtOffset(off_t offset);
88 bool WalkHeaderCore(off_t offset, uint32_t number_of_commands, bool swap);
110 off_t current_header_offset_;
  /external/libjpeg-turbo/md5/
md5.h 47 char * MD5FileChunk(const char *, char *, off_t, off_t);
  /external/syslinux/libinstaller/
syslxcom.h 7 ssize_t xpread(int fd, void *buf, size_t count, off_t offset);
8 ssize_t xpwrite(int fd, const void *buf, size_t count, off_t offset);
  /frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
file_wrapper_input.h 39 virtual off_t Size();
51 off_t _size;

Completed in 3204 milliseconds

12 3 4 5 6 7 8 91011>>