| /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.cpp | 32 cpu_set_t* __sched_cpualloc(size_t count) { in __sched_cpualloc()
|
| D | sched_cpucount.cpp | 32 int count = 0; in __sched_cpucount() local
|
| D | libc_init_static.cpp | 64 static void call_array(init_func_t** list, size_t count, int argc, char* argv[], char* envp[]) { in call_array() 74 size_t count = structors->fini_array_count; in call_fini_array() local
|
| D | ndk_cruft.cpp | 126 int count = 0; in strtotimeval() local 228 int __futex_wake(volatile void* ftx, int count) { in __futex_wake() 272 int getdents(unsigned int fd, dirent* dirp, unsigned int count) { in getdents()
|
| /bionic/libc/include/bits/fortify/ |
| D | unistd.h | 116 ssize_t pread(int fd, void* const _Nonnull __pass_object_size0 buf, size_t count, off_t offset) in pread() 132 ssize_t pread64(int fd, void* const _Nonnull __pass_object_size0 buf, size_t count, off64_t offset) in pread64() 148 ssize_t pwrite(int fd, const void* const _Nonnull __pass_object_size0 buf, size_t count, off_t offs… in pwrite() 164 ssize_t pwrite64(int fd, const void* const _Nonnull __pass_object_size0 buf, size_t count, off64_t … in pwrite64() 179 …ize_t read(int fd, void* const __BIONIC_COMPLICATED_NULLNESS __pass_object_size0 buf, size_t count) in read() 194 …rite(int fd, const void* const __BIONIC_COMPLICATED_NULLNESS __pass_object_size0 buf, size_t count) in write()
|
| D | stdio.h | 88 #define __bos_trivially_ge_mul(bos_val, size, count) \ argument 93 size_t fread(void* const _Nonnull __pass_object_size0 buf, size_t size, size_t count, FILE* _Nonnul… in fread() 110 size_t fwrite(const void* const _Nonnull __pass_object_size0 buf, size_t size, size_t count, FILE* … in fwrite()
|
| /bionic/libc/kernel/uapi/xen/ |
| D | gntdev.h | 16 __u32 count; member 24 __u32 count; member 31 __u32 count; member 36 __u32 count; member 59 unsigned int count; member 69 __u32 count; member 82 __u32 count; member
|
| D | gntalloc.h | 14 __u32 count; member 25 __u32 count; member
|
| /bionic/tests/ |
| D | scs_test.cpp | 27 __attribute__((weak, noinline)) int recurse1(int count) { in recurse1() 32 __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 | 63 int count = 0; in unwind_one_frame_deeper() local 69 int count = 0; in UnwindTest() local
|
| /bionic/linker/ |
| D | linker_sleb128.h | 42 sleb128_decoder(const uint8_t* buffer, size_t count) in sleb128_decoder() 75 uleb128_decoder(const uint8_t* buffer, size_t count) : current_(buffer), end_(buffer + count) {} in uleb128_decoder()
|
| /bionic/libc/kernel/uapi/asm-x86/asm/ |
| D | sgx.h | 32 __u64 count; member 45 __u64 count; member 52 __u64 count; member 57 __u64 count; member
|
| /bionic/libc/kernel/uapi/linux/netfilter/ |
| D | xt_multiport.h | 18 __u8 count; member 23 __u8 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/libc/kernel/uapi/linux/ |
| D | ivtvfb.h | 14 int count; member
|
| D | ntsync.h | 12 __u32 count; member
|
| /bionic/libc/arch-common/bionic/ |
| D | crtbegin.c | 49 size_t count = __fini_array_end - __fini_array_start; in call_fini_array() local
|
| /bionic/benchmarks/spawn/ |
| D | bench_cxa_atexit.cpp | 52 int count = atoi(argv[1]); in main() local
|
| /bionic/libc/upstream-netbsd/android/include/sys/ |
| D | sha1.h | 20 uint32_t count[2]; member
|
| /bionic/benchmarks/ |
| D | stdlib_benchmark.cpp | 169 const size_t count = 500000; in BM_stdlib_mbstowcs_ascii() local 185 const size_t count = 500000; in BM_stdlib_mbstowcs_wide() local
|