/bionic/libc/kernel/uapi/xen/ |
D | gntdev.h | 30 __u32 count; member 40 __u32 count; member 49 __u32 count; member 55 __u32 count; member
|
D | gntalloc.h | 27 __u32 count; member 37 __u32 count; member
|
/bionic/tests/ |
D | sys_sendfile_test.cpp | 33 size_t count = 2; in TEST() local 52 size_t count = 2; in TEST() 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() 441 ssize_t read(int fd, void* buf, size_t count) { in read() 466 ssize_t write(int fd, const void* buf, size_t count) { in write()
|
D | semaphore.h | 39 unsigned int count; member
|
/bionic/libc/bionic/ |
D | legacy_32_bit_support.cpp | 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()
|
D | __read_chk.cpp | 33 extern "C" ssize_t __read_chk(int fd, void* buf, size_t count, size_t buf_size) { in __read_chk()
|
D | __write_chk.cpp | 33 extern "C" ssize_t __write_chk(int fd, const void* buf, size_t count, size_t buf_size) { in __write_chk()
|
D | sched_cpualloc.c | 32 cpu_set_t* __sched_cpualloc(size_t count) in __sched_cpualloc()
|
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 | __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 | __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 | sched_cpucount.c | 34 int count = 0; in __sched_cpucount() local
|
D | __fread_chk.cpp | 34 extern "C" size_t __fread_chk(void * __restrict buf, size_t size, size_t count, in __fread_chk()
|
D | __fwrite_chk.cpp | 34 extern "C" size_t __fwrite_chk(const void * __restrict buf, size_t size, size_t count, in __fwrite_chk()
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_multiport.h | 32 __u8 count; member 39 __u8 count; member
|
/bionic/libc/arch-arm64/generic/bionic/ |
D | memset.S | 49 #define count x1 macro 51 #define count x2 macro
|
/bionic/libc/private/ |
D | bionic_futex.h | 56 static inline int __futex_wake(volatile void* ftx, int count) { in __futex_wake() 60 static inline int __futex_wake_ex(volatile void* ftx, bool shared, int count) { in __futex_wake_ex()
|
/bionic/libc/kernel/uapi/linux/ |
D | ivtvfb.h | 27 int count; member
|
D | keychord.h | 27 __u16 count; member
|
/bionic/linker/ |
D | linker_sleb128.h | 27 sleb128_decoder(const uint8_t* buffer, size_t count) in sleb128_decoder()
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | fwrite.c | 48 fwrite(const void *buf, size_t size, size_t count, FILE *fp) in fwrite()
|
/bionic/libc/stdio/ |
D | fread.c | 44 fread(void *buf, size_t size, size_t count, FILE *fp) in fread()
|
/bionic/libc/upstream-netbsd/android/include/sys/ |
D | sha1.h | 20 uint32_t count[2]; member
|