/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 | legacy_32_bit_support.cpp | 74 ssize_t pread(int fd, void* buf, size_t byte_count, off_t offset) { in pread() 79 ssize_t pwrite(int fd, const void* buf, size_t byte_count, off_t offset) { in pwrite() 87 ssize_t preadv(int fd, const struct iovec* ios, int count, off_t offset) { in preadv() 90 ssize_t preadv64(int fd, const struct iovec* ios, int count, off64_t offset) { in preadv64() 93 ssize_t pwritev(int fd, const struct iovec* ios, int count, off_t offset) { in pwritev() 96 ssize_t pwritev64(int fd, const struct iovec* ios, int count, off64_t offset) { in pwritev64() 101 int fallocate(int fd, int mode, off_t offset, off_t length) { in fallocate()
|
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 | mmap.cpp | 44 void* mmap64(void* addr, size_t size, int prot, int flags, int fd, off64_t offset) { in mmap64() 75 void* mmap(void* addr, size_t size, int prot, int flags, int fd, off_t offset) { in mmap()
|
D | __pwrite64_chk.cpp | 33 extern "C" ssize_t __pwrite64_chk(int fd, const void* buf, size_t count, off64_t offset, in __pwrite64_chk()
|
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 | __pwrite_chk.cpp | 33 extern "C" ssize_t __pwrite_chk(int fd, const void* buf, size_t count, off_t offset, in __pwrite_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()
|
/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
D | setenv.c | 48 int offset = 0; in putenv() local 94 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/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
|
/bionic/libc/arch-mips64/bionic/ |
D | setjmp.S | 168 .macro m_mangle_reg_and_store reg, cookie, temp, offset 173 .macro m_unmangle_reg_and_load reg, cookie, temp, offset
|
/bionic/libc/arch-mips/bionic/ |
D | setjmp.S | 168 .macro m_mangle_reg_and_store reg, cookie, temp, offset 173 .macro m_unmangle_reg_and_load reg, cookie, temp, offset
|
/bionic/libc/malloc_debug/ |
D | GuardData.h | 70 size_t offset() { return offset_; } in offset() function
|
D | BacktraceData.cpp | 44 BacktraceData::BacktraceData(const Config& config, size_t* offset) { in BacktraceData()
|
/bionic/libc/arch-x86/bionic/ |
D | __restore.S | 84 #define cfi_def_cfa(offset) \ argument 92 #define cfi_offset(reg_number,offset) \ argument
|
/bionic/linker/ |
D | linker_debug.h | 96 #define MARK(offset) \ argument 102 #define MARK(offset) \ argument
|
D | linker_utils.cpp | 119 off64_t page_start(off64_t offset) { in page_start() 133 size_t page_offset(off64_t offset) { in page_offset()
|
D | linker_mapped_file_fragment.cpp | 37 off64_t offset; in Map() local
|
/bionic/libc/include/ |
D | unistd.h | 335 ssize_t pread(int fd, void* buf, size_t count, off_t offset) { in pread() 360 ssize_t pread64(int fd, void* buf, size_t count, off64_t offset) { in pread64() 391 ssize_t pwrite(int fd, const void* buf, size_t count, off_t offset) { in pwrite() 416 ssize_t pwrite64(int fd, const void* buf, size_t count, off64_t offset) { in pwrite64()
|
/bionic/libc/stdio/ |
D | stdio.cpp | 411 fpos_t __sseek(void* cookie, fpos_t offset, int whence) { in __sseek() 416 off64_t __sseek64(void* cookie, off64_t offset, int whence) { in __sseek64() 426 static off64_t __seek_unlocked(FILE* fp, off64_t offset, int whence) { in __seek_unlocked() 466 int __fseeko64(FILE* fp, off64_t offset, int whence, int off_t_bits) { in __fseeko64() 505 int fseeko(FILE* fp, off_t offset, int whence) { in fseeko() 511 int fseeko64(FILE* fp, off64_t offset, int whence) { in fseeko64()
|
/bionic/libc/kernel/uapi/linux/ |
D | ion_test.h | 26 __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
|