/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 | fortify.cpp | 101 size_t __fread_chk(void* buf, size_t size, size_t count, FILE* stream, size_t buf_size) { in __fread_chk() 111 size_t __fwrite_chk(const void* buf, size_t size, size_t count, FILE* stream, size_t buf_size) { in __fwrite_chk() 139 extern "C" void* __memcpy_chk_fail(void* /*dst*/, const void* /*src*/, size_t count, size_t dst_len… in __memcpy_chk_fail() 152 extern "C" void* __memset_chk_fail(void* /*dst*/, int /*byte*/, size_t count, size_t dst_len) { in __memset_chk_fail() 175 ssize_t __pread64_chk(int fd, void* buf, size_t count, off64_t offset, size_t buf_size) { in __pread64_chk() 181 ssize_t __pread_chk(int fd, void* buf, size_t count, off_t offset, size_t buf_size) { in __pread_chk() 187 ssize_t __pwrite64_chk(int fd, const void* buf, size_t count, off64_t offset, in __pwrite64_chk() 194 ssize_t __pwrite_chk(int fd, const void* buf, size_t count, off_t offset, in __pwrite_chk() 201 ssize_t __read_chk(int fd, void* buf, size_t count, size_t buf_size) { in __read_chk() 448 ssize_t __write_chk(int fd, const void* buf, size_t count, size_t buf_size) { in __write_chk() [all …]
|
D | getentropy.cpp | 42 ssize_t count = TEMP_FAILURE_RETRY(read(fd.get(), static_cast<char*>(buffer) + collected, in getentropy_urandom() local 62 long count = TEMP_FAILURE_RETRY(getrandom(static_cast<char*>(buffer) + collected, in getentropy() local
|
D | sched_cpualloc.c | 32 cpu_set_t* __sched_cpualloc(size_t count) in __sched_cpualloc()
|
D | sched_cpucount.c | 34 int count = 0; in __sched_cpucount() local
|
D | ndk_cruft.cpp | 115 int count = 0; in strtotimeval() local 223 int __futex_wake(volatile void* ftx, int count) { in __futex_wake() 267 int getdents(unsigned int fd, dirent* dirp, unsigned int count) { in getdents()
|
/bionic/libc/include/bits/fortify/ |
D | unistd.h | 88 ssize_t pread(int fd, void* const __pass_object_size0 buf, size_t count, off_t offset) in pread() 104 ssize_t pread64(int fd, void* const __pass_object_size0 buf, size_t count, off64_t offset) in pread64() 120 ssize_t pwrite(int fd, const void* const __pass_object_size0 buf, size_t count, off_t offset) in pwrite() 136 ssize_t pwrite64(int fd, const void* const __pass_object_size0 buf, size_t count, off64_t offset) in pwrite64() 151 ssize_t read(int fd, void* const __pass_object_size0 buf, size_t count) in read() 166 ssize_t write(int fd, const void* const __pass_object_size0 buf, size_t count) in write()
|
D | stdio.h | 84 #define __bos_trivially_ge_mul(bos_val, size, count) \ argument 89 size_t fread(void* const __pass_object_size0 buf, size_t size, size_t count, FILE* stream) in fread() 106 size_t fwrite(const void* const __pass_object_size0 buf, size_t size, size_t count, FILE* stream) in fwrite()
|
/bionic/libc/kernel/uapi/xen/ |
D | gntdev.h | 28 __u32 count; member 36 __u32 count; member 43 __u32 count; member 48 __u32 count; member 71 unsigned int count; member 81 __u32 count; member 94 __u32 count; member
|
D | gntalloc.h | 26 __u32 count; member 34 __u32 count; member
|
/bionic/tests/ |
D | scs_test.cpp | 23 __attribute__((weak, noinline)) int recurse1(int count) { in recurse1() 28 __attribute__((weak, noinline)) int recurse2(int count) { in recurse2()
|
D | sys_sendfile_test.cpp | 34 size_t count = 2; in TEST() local 53 size_t count = 2; in TEST() local
|
D | stack_unwinding_test.cpp | 64 int count = 0; in unwind_one_frame_deeper() local 70 int count = 0; in UnwindTest() local
|
/bionic/libc/kernel/uapi/asm-x86/asm/ |
D | sgx.h | 44 __u64 count; member 57 __u64 count; member 64 __u64 count; member 69 __u64 count; member
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_multiport.h | 30 __u8 count; member 35 __u8 count; member
|
D | xt_connbytes.h | 36 } count; member
|
/bionic/libc/private/ |
D | bionic_futex.h | 53 static inline int __futex_wake(volatile void* ftx, int count) { in __futex_wake() 57 static inline int __futex_wake_ex(volatile void* ftx, bool shared, int count) { in __futex_wake_ex()
|
/bionic/libc/include/ |
D | semaphore.h | 40 unsigned int count; member
|
/bionic/linker/ |
D | linker_sleb128.h | 42 sleb128_decoder(const uint8_t* buffer, size_t count) in sleb128_decoder()
|
/bionic/libc/kernel/uapi/linux/ |
D | ivtvfb.h | 26 int count; member
|
D | atm_nicstar.h | 33 int count; member
|
/bionic/libc/upstream-netbsd/android/include/sys/ |
D | sha1.h | 20 uint32_t count[2]; member
|
/bionic/benchmarks/spawn/ |
D | bench_cxa_atexit.cpp | 52 int count = atoi(argv[1]); in main() local
|
/bionic/benchmarks/ |
D | stdlib_benchmark.cpp | 161 const size_t count = 500000; in BM_stdlib_mbstowcs_ascii() local 177 const size_t count = 500000; in BM_stdlib_mbstowcs_wide() local
|
/bionic/libc/kernel/uapi/drm/ |
D | savage_drm.h | 85 unsigned int count; member 125 unsigned short count; member 133 unsigned short count; member 140 unsigned short count; member
|