Home
last modified time | relevance | path

Searched defs:state (Results 1 – 25 of 53) sorted by relevance

123

/bionic/benchmarks/
Dmath_benchmark.cpp27 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 …]
Dpthread_benchmark.cpp24 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 …]
Datomic_benchmark.cpp46 void BM_empty(benchmark::State& state) { in BM_empty()
53 static void BM_load_relaxed(benchmark::State& state) { in BM_load_relaxed()
63 static void BM_load_acquire(benchmark::State& state) { in BM_load_acquire()
73 static void BM_store_release(benchmark::State& state) { in BM_store_release()
82 static void BM_store_seq_cst(benchmark::State& state) { in BM_store_seq_cst()
91 static void BM_fetch_add_relaxed(benchmark::State& state) { in BM_fetch_add_relaxed()
101 static void BM_fetch_add_seq_cst(benchmark::State& state) { in BM_fetch_add_seq_cst()
114 static void BM_acquire_fence(benchmark::State& state) { in BM_acquire_fence()
125 static void BM_seq_cst_fence(benchmark::State& state) { in BM_seq_cst_fence()
138 static void BM_fetch_add_cs(benchmark::State& state) { in BM_fetch_add_cs()
Dstdio_benchmark.cpp30 void ReadWriteTest(benchmark::State& state, Fn f, bool buffered) { in ReadWriteTest()
50 void BM_stdio_fread(benchmark::State& state) { in BM_stdio_fread()
55 void BM_stdio_fwrite(benchmark::State& state) { in BM_stdio_fwrite()
60 void BM_stdio_fread_unbuffered(benchmark::State& state) { in BM_stdio_fread_unbuffered()
65 void BM_stdio_fwrite_unbuffered(benchmark::State& state) { in BM_stdio_fwrite_unbuffered()
70 static void FopenFgetsFclose(benchmark::State& state, bool no_locking) { in FopenFgetsFclose()
80 static void BM_stdio_fopen_fgets_fclose_locking(benchmark::State& state) { in BM_stdio_fopen_fgets_fclose_locking()
85 void BM_stdio_fopen_fgets_fclose_no_locking(benchmark::State& state) { in BM_stdio_fopen_fgets_fclose_no_locking()
Dtime_benchmark.cpp24 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()
63 void BM_time_localtime(benchmark::State& state) { in BM_time_localtime()
71 void BM_time_localtime_r(benchmark::State& state) { in BM_time_localtime_r()
Dunistd_benchmark.cpp22 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()
Dstring_benchmark.cpp29 static void BM_string_memcmp(benchmark::State& state) { in BM_string_memcmp()
46 static void BM_string_memcpy(benchmark::State& state) { in BM_string_memcpy()
61 static void BM_string_memmove(benchmark::State& state) { in BM_string_memmove()
75 static void BM_string_memset(benchmark::State& state) { in BM_string_memset()
88 static void BM_string_strlen(benchmark::State& state) { in BM_string_strlen()
Dproperty_benchmark.cpp137 static void BM_property_get(benchmark::State& state) { in BM_property_get()
150 static void BM_property_find(benchmark::State& state) { in BM_property_find()
162 static void BM_property_read(benchmark::State& state) { in BM_property_read()
185 static void BM_property_serial(benchmark::State& state) { in BM_property_serial()
Dsemaphore_benchmark.cpp25 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/
Dopen_wmemstream.c30 struct state { struct
37 mbstate_t mbs; /* conversion state of the stream */ argument
Dopen_memstream.c29 struct state { struct
41 struct state *st = v; in memstream_write() argument
Dfmemopen.c27 struct state { struct
38 struct state *st = v; in fmemopen_read() argument
/bionic/libc/bionic/
Dgrp_pwd.cpp64 static void init_group_state(group_state_t* state) { in init_group_state()
137 static passwd* android_iinfo_to_passwd(passwd_state_t* state, in android_iinfo_to_passwd()
152 static group* android_iinfo_to_group(group_state_t* state, in android_iinfo_to_group()
163 static passwd* android_id_to_passwd(passwd_state_t* state, unsigned id) { in android_id_to_passwd()
172 static passwd* android_name_to_passwd(passwd_state_t* state, const char* name) { in android_name_to_passwd()
181 static group* android_id_to_group(group_state_t* state, unsigned id) { in android_id_to_group()
190 static group* android_name_to_group(group_state_t* state, const char* name) { in android_name_to_group()
341 static passwd* oem_id_to_passwd(uid_t uid, passwd_state_t* state) { in oem_id_to_passwd()
359 static group* oem_id_to_group(gid_t gid, group_state_t* state) { in oem_id_to_group()
380 static passwd* app_id_to_passwd(uid_t uid, passwd_state_t* state) { in app_id_to_passwd()
[all …]
Dmbrtoc16.cpp36 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__cxa_guard.cpp55 atomic_int state; member
64 atomic_int state; member
Dpthread_rwlock.cpp158 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()
Dmblen.cpp33 mbstate_t state = {}; in mblen() local
Dwchar.cpp62 mbstate_t* state = (ps == NULL) ? &__private_state : ps; in mbrtowc() local
70 mbstate_t* state = (ps == NULL) ? &__private_state : ps; in mbsnrtowcs() local
141 mbstate_t* state = (ps == NULL) ? &__private_state : ps; in wcrtomb() local
149 mbstate_t* state = (ps == NULL) ? &__private_state : ps; in wcsnrtombs() local
Dc32rtomb.cpp37 mbstate_t* state = (ps == NULL) ? &__private_state : ps; in c32rtomb() local
Dc16rtomb.cpp45 mbstate_t* state = (ps == NULL) ? &__private_state : ps; in c16rtomb() local
Dmbrtoc32.cpp38 mbstate_t* state = (ps == NULL) ? &__private_state : ps; in mbrtoc32() local
/bionic/tests/
Dstring_test.cpp256 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/
Dsha1.h19 uint32_t state[5]; member
/bionic/libc/stdio/
Dparsefloat.c47 } state = S_START; in parsefloat() local
195 } state = S_START; in wparsefloat() local
/bionic/libc/malloc_debug/
Dbacktrace.cpp83 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

123