| /bionic/benchmarks/ |
| D | math_benchmark.cpp | 27 static void SetLabel(benchmark::State& state) { in SetLabel() 35 static void BM_math_sqrt(benchmark::State& state) { in BM_math_sqrt() 44 static void BM_math_log10(benchmark::State& state) { in BM_math_log10() 53 static void BM_math_logb(benchmark::State& state) { in BM_math_logb() 62 static void BM_math_isfinite_macro(benchmark::State& state) { in BM_math_isfinite_macro() 77 static void BM_math_isfinite(benchmark::State& state) { in BM_math_isfinite() 87 static void BM_math_isinf_macro(benchmark::State& state) { in BM_math_isinf_macro() 97 static void BM_math_isinf(benchmark::State& state) { in BM_math_isinf() 107 static void BM_math_isnan_macro(benchmark::State& state) { in BM_math_isnan_macro() 117 static void BM_math_isnan(benchmark::State& state) { in BM_math_isnan() [all …]
|
| D | pthread_benchmark.cpp | 24 static void BM_pthread_self(benchmark::State& state) { in BM_pthread_self() 31 static void BM_pthread_getspecific(benchmark::State& state) { in BM_pthread_getspecific() 43 static void BM_pthread_setspecific(benchmark::State& state) { in BM_pthread_setspecific() 58 static void BM_pthread_once(benchmark::State& state) { in BM_pthread_once() 68 static void BM_pthread_mutex_lock(benchmark::State& state) { in BM_pthread_mutex_lock() 78 static void BM_pthread_mutex_lock_ERRORCHECK(benchmark::State& state) { in BM_pthread_mutex_lock_ERRORCHECK() 88 static void BM_pthread_mutex_lock_RECURSIVE(benchmark::State& state) { in BM_pthread_mutex_lock_RECURSIVE() 98 static void BM_pthread_rwlock_read(benchmark::State& state) { in BM_pthread_rwlock_read() 111 static void BM_pthread_rwlock_write(benchmark::State& state) { in BM_pthread_rwlock_write() 128 static void BM_pthread_create(benchmark::State& state) { in BM_pthread_create() [all …]
|
| D | stdio_benchmark.cpp | 31 void ReadWriteTest(benchmark::State& state, Fn f, bool buffered) { in ReadWriteTest() 51 void BM_stdio_fread(benchmark::State& state) { in BM_stdio_fread() 56 void BM_stdio_fwrite(benchmark::State& state) { in BM_stdio_fwrite() 61 void BM_stdio_fread_unbuffered(benchmark::State& state) { in BM_stdio_fread_unbuffered() 66 void BM_stdio_fwrite_unbuffered(benchmark::State& state) { in BM_stdio_fwrite_unbuffered() 71 static void FopenFgetsFclose(benchmark::State& state, bool no_locking) { in FopenFgetsFclose() 81 static void BM_stdio_fopen_fgets_fclose_locking(benchmark::State& state) { in BM_stdio_fopen_fgets_fclose_locking() 86 void BM_stdio_fopen_fgets_fclose_no_locking(benchmark::State& state) { in BM_stdio_fopen_fgets_fclose_no_locking()
|
| D | time_benchmark.cpp | 24 static void BM_time_clock_gettime(benchmark::State& state) { in BM_time_clock_gettime() 32 static void BM_time_clock_gettime_syscall(benchmark::State& state) { in BM_time_clock_gettime_syscall() 40 static void BM_time_gettimeofday(benchmark::State& state) { in BM_time_gettimeofday() 48 void BM_time_gettimeofday_syscall(benchmark::State& state) { in BM_time_gettimeofday_syscall() 56 void BM_time_time(benchmark::State& state) { in BM_time_time()
|
| D | unistd_benchmark.cpp | 22 static void BM_unistd_getpid(benchmark::State& state) { in BM_unistd_getpid() 29 static void BM_unistd_getpid_syscall(benchmark::State& state) { in BM_unistd_getpid_syscall() 41 static void BM_unistd_gettid(benchmark::State& state) { in BM_unistd_gettid() 50 void BM_unistd_gettid_syscall(benchmark::State& state) { in BM_unistd_gettid_syscall()
|
| D | string_benchmark.cpp | 30 static void BM_string_memcmp(benchmark::State& state) { in BM_string_memcmp() 47 static void BM_string_memcpy(benchmark::State& state) { in BM_string_memcpy() 62 static void BM_string_memmove(benchmark::State& state) { in BM_string_memmove() 76 static void BM_string_memset(benchmark::State& state) { in BM_string_memset() 89 static void BM_string_strlen(benchmark::State& state) { in BM_string_strlen()
|
| D | property_benchmark.cpp | 144 static void BM_property_get(benchmark::State& state) { in BM_property_get() 157 static void BM_property_find(benchmark::State& state) { in BM_property_find() 169 static void BM_property_read(benchmark::State& state) { in BM_property_read() 192 static void BM_property_serial(benchmark::State& state) { in BM_property_serial()
|
| D | semaphore_benchmark.cpp | 25 static void BM_semaphore_sem_getvalue(benchmark::State& state) { in BM_semaphore_sem_getvalue() 36 static void BM_semaphore_sem_wait_sem_post(benchmark::State& state) { in BM_semaphore_sem_wait_sem_post()
|
| /bionic/libc/upstream-openbsd/lib/libc/stdio/ |
| D | open_wmemstream.c | 30 struct state { struct 37 mbstate_t mbs; /* conversion state of the stream */ argument
|
| D | open_memstream.c | 29 struct state { struct 41 struct state *st = v; in memstream_write() argument
|
| D | fmemopen.c | 27 struct state { struct 38 struct state *st = v; in fmemopen_read() argument
|
| /bionic/libc/bionic/ |
| D | mbrtoc16.cpp | 36 static inline bool mbspartialc16(const mbstate_t* state) { in mbspartialc16() 41 size_t nconv, mbstate_t* state) { in begin_surrogate() 54 static size_t finish_surrogate(char16_t* pc16, mbstate_t* state) { in finish_surrogate() 63 mbstate_t* state = (ps == NULL) ? &__private_state : ps; in mbrtoc16() local
|
| D | stubs.cpp | 70 static void init_group_state(group_state_t* state) { in init_group_state() 143 static passwd* android_iinfo_to_passwd(passwd_state_t* state, in android_iinfo_to_passwd() 158 static group* android_iinfo_to_group(group_state_t* state, in android_iinfo_to_group() 169 static passwd* android_id_to_passwd(passwd_state_t* state, unsigned id) { in android_id_to_passwd() 178 static passwd* android_name_to_passwd(passwd_state_t* state, const char* name) { in android_name_to_passwd() 187 static group* android_id_to_group(group_state_t* state, unsigned id) { in android_id_to_group() 196 static group* android_name_to_group(group_state_t* state, const char* name) { in android_name_to_group() 330 static passwd* oem_id_to_passwd(uid_t uid, passwd_state_t* state) { in oem_id_to_passwd() 349 static group* oem_id_to_group(gid_t gid, group_state_t* state) { in oem_id_to_group() 370 static passwd* app_id_to_passwd(uid_t uid, passwd_state_t* state) { in app_id_to_passwd() [all …]
|
| D | __cxa_guard.cpp | 55 atomic_int state; member 64 atomic_int state; member
|
| D | pthread_rwlock.cpp | 158 atomic_int state; member 184 static inline __always_inline bool __state_owned_by_writer(int state) { in __state_owned_by_writer() 188 static inline __always_inline bool __state_owned_by_readers(int state) { in __state_owned_by_readers() 194 static inline __always_inline bool __state_owned_by_readers_or_writer(int state) { in __state_owned_by_readers_or_writer() 198 static inline __always_inline int __state_add_writer_flag(int state) { in __state_add_writer_flag() 202 static inline __always_inline bool __state_is_last_reader(int state) { in __state_is_last_reader() 206 static inline __always_inline bool __state_have_pending_writers(int state) { in __state_have_pending_writers() 210 static inline __always_inline bool __state_have_pending_readers_or_writers(int state) { in __state_have_pending_readers_or_writers()
|
| D | wchar.cpp | 62 mbstate_t* state = (ps == NULL) ? &__private_state : ps; in mbrtowc() local 70 mbstate_t* state = (ps == NULL) ? &__private_state : ps; in mbsnrtowcs() local 152 mbstate_t* state = (ps == NULL) ? &__private_state : ps; in wcrtomb() local 160 mbstate_t* state = (ps == NULL) ? &__private_state : ps; in wcsnrtombs() local
|
| D | c32rtomb.cpp | 37 mbstate_t* state = (ps == NULL) ? &__private_state : ps; in c32rtomb() local
|
| D | c16rtomb.cpp | 45 mbstate_t* state = (ps == NULL) ? &__private_state : ps; in c16rtomb() local
|
| D | mbrtoc32.cpp | 38 mbstate_t* state = (ps == NULL) ? &__private_state : ps; in mbrtoc32() local
|
| /bionic/libc/kernel/tools/ |
| D | update_all.py | 97 state = "unchanged" variable 99 state = "edited" variable 101 state = "added" variable
|
| /bionic/tests/ |
| D | string_test.cpp | 256 StringTestState<char> state(SMALL); in TEST() local 438 StringTestState<char> state(SMALL); in TEST() local 474 StringTestState<char> state(SMALL); in TEST() local 509 StringTestState<char> state(SMALL); in TEST() local 533 StringTestState<char> state(SMALL); in TEST() local 558 StringTestState<char> state(SMALL); in TEST() local 587 StringTestState<char> state(SMALL); in TEST() local 618 StringTestState<char> state(SMALL); in TEST() local 642 StringTestState<char> state(SMALL); in TEST() local 677 StringTestState<char> state(SMALL); in TEST() local [all …]
|
| /bionic/libc/upstream-netbsd/android/include/sys/ |
| D | sha1.h | 19 uint32_t state[5]; member
|
| /bionic/libc/malloc_debug/ |
| D | backtrace.cpp | 83 stack_crawl_state_t* state = static_cast<stack_crawl_state_t*>(arg); in trace_function() local 129 stack_crawl_state_t state(frames, frame_count); in backtrace_get() local
|
| /bionic/libc/kernel/uapi/linux/netfilter/ |
| D | nf_conntrack_sctp.h | 40 enum sctp_conntrack state; member
|
| /bionic/libc/dns/net/ |
| D | base64.c | 221 int state, ch; local
|