/bionic/libc/bionic/ |
D | preadv_pwritev.cpp | 45 ssize_t preadv(int fd, const struct iovec* ios, int count, off_t offset) { in preadv() 49 ssize_t preadv64(int fd, const struct iovec* ios, int count, off64_t offset) { in preadv64() 57 ssize_t pwritev(int fd, const struct iovec* ios, int count, off_t offset) { in pwritev() 61 ssize_t pwritev64(int fd, const struct iovec* ios, int count, off64_t offset) { in pwritev64() 69 ssize_t preadv2(int fd, const struct iovec* ios, int count, off_t offset, int flags) { in preadv2() 73 ssize_t preadv64v2(int fd, const struct iovec* ios, int count, off64_t offset, int flags) { in preadv64v2() 81 ssize_t pwritev2(int fd, const struct iovec* ios, int count, off_t offset, int flags) { in pwritev2() 85 ssize_t pwritev64v2(int fd, const struct iovec* ios, int count, off64_t offset, int flags) { in pwritev64v2()
|
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 | 67 ssize_t pread(int fd, void* buf, size_t byte_count, off_t offset) { in pread() 72 ssize_t pwrite(int fd, const void* buf, size_t byte_count, off_t offset) { in pwrite() 77 int fallocate(int fd, int mode, off_t offset, off_t length) { in fallocate() 117 void* mmap64(void* addr, size_t size, int prot, int flags, int fd, off64_t offset) { in mmap64() 136 void* mmap(void* addr, size_t size, int prot, int flags, int fd, off_t offset) { in mmap()
|
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 | sync_file_range.cpp | 34 int sync_file_range(int fd, off64_t offset, off64_t length, unsigned int flags) { in sync_file_range()
|
D | recvmsg.cpp | 60 for (size_t offset = 0; offset < data_length; offset += sizeof(int)) { in track_fds() local
|
/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
D | setenv.c | 47 int offset = 0; in putenv() local 96 int l_value, offset = 0; in setenv() local 164 int offset = 0; in unsetenv() local
|
D | getenv.c | 46 __findenv(const char *name, int len, int *offset) in __findenv() 73 int offset = 0; in getenv() local
|
/bionic/tests/ |
D | struct_layout_test.cpp | 30 #define CHECK_OFFSET(name, field, offset) \ in tests() argument 150 auto print_offset = [&](const char* name, const char* field, size_t offset, in TEST() 151 size_t expected_offset) { in TEST()
|
D | sys_sendfile_test.cpp | 33 off_t offset = 2; in TEST() local 52 off64_t offset = 2; in TEST() local
|
/bionic/libc/include/bits/fortify/ |
D | unistd.h | 88 ssize_t pread(int fd, void* const _Nonnull __pass_object_size0 buf, size_t count, off_t offset) in pread() 104 ssize_t pread64(int fd, void* const _Nonnull __pass_object_size0 buf, size_t count, off64_t offset) in pread64() 120 …ze_t pwrite(int fd, const void* const _Nonnull __pass_object_size0 buf, size_t count, off_t offset) in pwrite() 136 … pwrite64(int fd, const void* const _Nonnull __pass_object_size0 buf, size_t count, off64_t offset) in pwrite64()
|
/bionic/libc/arch-x86_64/bionic/ |
D | setjmp.S | 115 .macro m_mangle_register reg, offset 166 .macro m_unmangle_register reg, offset
|
/bionic/libc/kernel/uapi/asm-x86/asm/ |
D | sgx.h | 28 __u64 offset; member 41 __u64 offset; member 48 __u64 offset; member 55 __u64 offset; member
|
/bionic/libc/kernel/uapi/linux/ |
D | udmabuf.h | 15 __u64 offset; member 21 __u64 offset; member
|
D | virtio_pci.h | 44 __le32 offset; member 141 __u8 offset; member 146 __u8 offset; member 156 __le64 offset; member
|
D | aspeed-lpc-ctrl.h | 18 __u32 offset; member
|
D | suspend_ioctls.h | 11 __kernel_loff_t offset; member
|
/bionic/libc/malloc_debug/ |
D | MapData.h | 42 MapEntry(uintptr_t start, uintptr_t end, uintptr_t offset, const char* name, size_t name_len, in MapEntry() 61 uintptr_t offset() const { return offset_; } in offset() function
|
D | GuardData.h | 71 size_t offset() { return offset_; } in offset() function
|
/bionic/libc/kernel/uapi/drm/ |
D | armada_drm.h | 25 __u64 offset; member 33 __u32 offset; member
|
/bionic/libc/stdio/ |
D | fmemopen.cpp | 44 size_t offset; member 92 static fpos_t fmemopen_seek(void* cookie, fpos_t offset, int whence) { in fmemopen_seek()
|
/bionic/benchmarks/ |
D | stdio_benchmark.cpp | 230 uintptr_t offset; in BM_stdio_scanf_maps() local 242 char* permissions, uintptr_t* offset, int* name_pos) __attribute__((noinline)) { in ParseMap() 298 uintptr_t offset; in BM_stdio_scanf_maps_baseline() local
|
/bionic/linker/ |
D | linker_mapped_file_fragment.cpp | 50 off64_t offset; in Map() local
|
/bionic/libc/arch-x86/bionic/ |
D | setjmp.S | 115 .macro m_mangle_register reg, offset
|
/bionic/libc/tzcode/ |
D | localtime.c | 1057 const int_fast32_t offset) in transtime() 1711 int_fast32_t offset, struct tm *tmp) in gmtsub() 1751 offtime(const time_t *timep, long offset) in offtime() 1783 timesub(const time_t *timep, int_fast32_t offset, in timesub() 2032 const int_fast32_t offset, in time2sub() 2237 const int_fast32_t offset, in time2() 2256 const int_fast32_t offset) in time1() 2379 timeoff(struct tm *tmp, long offset) in timeoff() 2532 int_fast32_t offset = EPOCH_LOCAL ? (daylight ? timezone : altzone) : 0; in time() local
|