/bionic/libc/bionic/ |
D | posix_fadvise.cpp | 37 int posix_fadvise(int fd, off_t offset, off_t length, int advice) { in posix_fadvise() 42 int posix_fadvise64(int fd, off64_t offset, off64_t length, int advice) { in posix_fadvise64() 47 int posix_fadvise64(int fd, off64_t offset, off64_t length, int advice) { in posix_fadvise64()
|
D | posix_fallocate.cpp | 33 int posix_fallocate(int fd, off_t offset, off_t length) { in posix_fallocate() 38 int posix_fallocate64(int fd, off64_t offset, off64_t length) { in posix_fallocate64()
|
D | legacy_32_bit_support.cpp | 71 ssize_t pread(int fd, void* buf, size_t byte_count, off_t offset) { in pread() 76 ssize_t pwrite(int fd, const void* buf, size_t byte_count, off_t offset) { in pwrite() 81 int fallocate(int fd, int mode, off_t offset, off_t length) { in fallocate()
|
D | mmap.cpp | 42 void* mmap64(void* addr, size_t size, int prot, int flags, int fd, off64_t offset) { in mmap64() 62 void* mmap(void* addr, size_t size, int prot, int flags, int fd, off_t offset) { in mmap()
|
D | __pread64_chk.cpp | 33 extern "C" ssize_t __pread64_chk(int fd, void* buf, size_t count, off64_t offset, size_t buf_size) { in __pread64_chk()
|
D | __pread_chk.cpp | 33 extern "C" ssize_t __pread_chk(int fd, void* buf, size_t count, off_t offset, size_t buf_size) { in __pread_chk()
|
D | debug_mapinfo.h | 38 uintptr_t offset; member
|
/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
D | setenv.c | 50 int offset = 0; in putenv() local 95 int l_value, offset = 0; in setenv() local 160 int offset = 0; in unsetenv() local
|
D | getenv.c | 47 __findenv(const char *name, int len, int *offset) in __findenv() 75 int offset = 0; in getenv() local
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | fseek.c | 49 fseeko(FILE *fp, off_t offset, int whence) in fseeko() 248 fseek(FILE *fp, long offset, int whence) in fseek()
|
D | ftell.c | 90 off_t offset = ftello(fp); in ftell() local
|
/bionic/tests/ |
D | sys_sendfile_test.cpp | 32 off_t offset = 2; in TEST() local 51 off64_t offset = 2; in TEST() local
|
/bionic/libc/kernel/uapi/drm/ |
D | sis_drm.h | 41 unsigned long offset; member 47 unsigned long offset, size; member 51 unsigned long offset, size; member
|
D | armada_drm.h | 36 uint64_t offset; member 46 uint32_t offset; member
|
D | tegra_drm.h | 34 __u32 offset; member 85 __u32 offset; member 94 __u32 offset; member 99 __u32 offset; member 107 __u32 offset; member
|
/bionic/linker/ |
D | linker_debug.h | 88 #define MARK(offset) \ argument 94 #define MARK(offset) \ argument
|
/bionic/libc/arch-x86/bionic/ |
D | __restore.S | 84 #define cfi_def_cfa(offset) \ argument 92 #define cfi_offset(reg_number,offset) \ argument
|
/bionic/libc/kernel/uapi/linux/ |
D | ion_test.h | 26 __u64 offset; member
|
D | suspend_ioctls.h | 24 __kernel_loff_t offset; member
|
D | ashmem.h | 31 __u32 offset; member
|
D | bcache.h | 22 #define BITMASK(name,type,field,offset,size) static inline __u64 name(const type * k) \ argument 33 #define KEY_FIELD(name,field,offset,size) BITMASK(name, struct bkey, field, offset, size) argument 34 #define PTR_FIELD(name,offset,size) static inline __u64 name(const struct bkey * k, unsigned i) \ argument 41 #define KEY(inode,offset,size) \ argument 54 #define PTR(gen,offset,dev) ((((__u64) dev) << 51) | ((__u64) offset) << 8 | gen) argument 75 __u64 offset; member
|
/bionic/libc/arch-x86_64/bionic/ |
D | __restore_rt.S | 102 #define cfi_def_cfa(offset) \ argument 110 #define cfi_offset(reg_number,offset) \ argument
|
/bionic/libc/stdio/ |
D | stdio.c | 71 __sseek(void *cookie, fpos_t offset, int whence) in __sseek()
|
/bionic/libc/kernel/uapi/linux/usb/ |
D | f_mtp.h | 26 loff_t offset; member
|
/bionic/libc/include/ |
D | unistd.h | 261 ssize_t pread(int fd, void* buf, size_t count, off_t offset) { in pread() 286 ssize_t pread64(int fd, void* buf, size_t count, off64_t offset) { in pread64()
|