/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/ |
A D | tst-attr1.c | 65 int e = pthread_attr_setdetachstate (&a, r); in do_test() local 95 int e = pthread_attr_setinheritsched (&a, r); in do_test() local 125 int e = pthread_attr_setschedpolicy (&a, r); in do_test() local 155 int e = pthread_attr_setscope (&a, r); in do_test() local 185 int e = pthread_mutexattr_setpshared (&ma, r); in do_test() local 241 int e = pthread_setcancelstate (r, NULL); in do_test() local 271 int e = pthread_setcanceltype (r, NULL); in do_test() local
|
A D | tst-cond10.c | 44 int e = pthread_barrier_wait (&b2); in tf() local 118 int e = pthread_barrier_wait (&b2); in do_test() local 146 int e = pthread_barrier_wait (&bN1); in do_test() local
|
A D | tst-eintr2.c | 45 int e = pthread_mutex_timedlock (&m1, &ts); in tf1() local 59 int e = pthread_mutex_lock (&m2); in tf2() local 90 int e = pthread_create (&th, NULL, tf1, NULL); in do_test() local
|
A D | tst-cancel25.c | 27 int e = pthread_barrier_wait (&b); in tf2() local 62 int e = pthread_barrier_wait (&b); in tf() local 98 int e = pthread_barrier_wait (&b); in do_test() local
|
A D | tst-mutex2.c | 32 int e = pthread_mutex_unlock (&m); in tf() local 102 int e; in do_test() local
|
A D | tst-mutex3.c | 32 int e = pthread_mutex_unlock (&m); in tf() local 164 int e = pthread_barrier_wait (&b); in do_test() local
|
A D | tst-kill1.c | 38 int e = pthread_barrier_wait (&b); in tf() local 69 int e = pthread_barrier_wait (&b); in do_test() local
|
A D | tst-basic6.c | 41 int e; in tf() local 101 int e; in do_test() local
|
A D | tst-exit3.c | 28 int e = pthread_barrier_wait (&b); in tf() local 58 int e = pthread_create (&th, NULL, tf, NULL); in do_test() local
|
A D | tst-cancel12.c | 52 int e = pthread_barrier_wait (&bar); in tf() local 101 int e = pthread_barrier_wait (&bar); in do_test() local
|
A D | tst-cancel13.c | 52 int e = pthread_barrier_wait (&bar); in tf() local 93 int e = pthread_barrier_wait (&bar); in do_test() local
|
A D | tst-cancel9.c | 55 int e = pthread_barrier_wait (&b); in tf() local 88 int e = pthread_barrier_wait (&b); in do_test() local
|
A D | tst-cond22.c | 26 int e = pthread_barrier_wait (&b); in tf() local 71 int e = pthread_barrier_wait (&b); in do_test() local
|
A D | tst-cancel11.c | 51 int e = pthread_barrier_wait (&bar); in tf() local 91 int e = pthread_barrier_wait (&bar); in do_test() local
|
A D | tst-eintr5.c | 45 int e = pthread_cond_timedwait (&c, &m, &ts); in tf() local 61 int e = pthread_create (&th, NULL, tf, NULL); in do_test() local
|
A D | tst-cancel14.c | 53 int e = pthread_barrier_wait (&bar); in tf() local 111 int e = pthread_barrier_wait (&bar); in do_test() local
|
A D | tst-cancel15.c | 51 int e; in tf() local 106 int e = pthread_barrier_wait (&bar); in do_test() local
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/ryu/ |
A D | common.h | 43 static inline int32_t log2pow5(const int32_t e) { in log2pow5() 53 static inline int32_t pow5bits(const int32_t e) { in pow5bits() 63 static inline int32_t ceil_log2pow5(const int32_t e) { in ceil_log2pow5() 68 static inline uint32_t log10Pow2(const int32_t e) { in log10Pow2() 76 static inline uint32_t log10Pow5(const int32_t e) { in log10Pow5()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | expr.c | 16 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_symbol() local 24 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_one() local 32 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_two() local 41 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_comp() local 64 struct expr *e; in expr_copy() local 99 void expr_free(struct expr *e) in expr_free() 231 struct expr *expr_eliminate_yn(struct expr *e) in expr_eliminate_yn() 317 struct expr *expr_trans_bool(struct expr *e) in expr_trans_bool() 636 struct expr *expr_transform(struct expr *e) in expr_transform() 938 tristate expr_calc_value(struct expr *e) in expr_calc_value() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/frv/ |
A D | crtreloc.c | 37 reloc_range_indirect (void ***p, void ***e, in reloc_range_indirect() 66 void ***p, void ***e) in __self_reloc()
|
/l4re-core-master/cxx/lib/tl/include/bits/ |
A D | smart_ptr_list.h | 105 void push_front(Next_type &&e) in push_front() 115 void push_front(Next_type const &e) in push_front() 125 void push_back(Next_type &&e) in push_back() 132 void push_back(Next_type const &e) in push_back()
|
/l4re-core-master/l4util/include/ |
A D | util.h | 96 l4_addr_t b, e; in l4_touch_ro() local 109 l4_addr_t b, e; in l4_touch_rw() local
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++11/ |
A D | cow-stdexcept.cc | 63 logic_error::logic_error(const logic_error& e) noexcept in logic_error() 66 logic_error& logic_error::operator=(const logic_error& e) noexcept in operator =() 75 logic_error::logic_error(logic_error&& e) noexcept in logic_error() function in std::logic_error 79 logic_error::operator=(logic_error&& e) noexcept in operator =() 83 runtime_error::runtime_error(const runtime_error& e) noexcept in runtime_error() 87 runtime_error::operator=(const runtime_error& e) noexcept in operator =() 96 runtime_error::runtime_error(runtime_error&& e) noexcept in runtime_error() function in std::runtime_error 100 runtime_error::operator=(runtime_error&& e) noexcept in operator =() 369 _txnal_logic_error_get_msg(void* e) in _txnal_logic_error_get_msg() 376 _txnal_runtime_error_get_msg(void* e) in _txnal_runtime_error_get_msg()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++11/ |
A D | cow-stdexcept.cc | 63 logic_error::logic_error(const logic_error& e) noexcept in logic_error() 66 logic_error& logic_error::operator=(const logic_error& e) noexcept in operator =() 75 logic_error::logic_error(logic_error&& e) noexcept in logic_error() function in std::logic_error 79 logic_error::operator=(logic_error&& e) noexcept in operator =() 83 runtime_error::runtime_error(const runtime_error& e) noexcept in runtime_error() 87 runtime_error::operator=(const runtime_error& e) noexcept in operator =() 96 runtime_error::runtime_error(runtime_error&& e) noexcept in runtime_error() function in std::runtime_error 100 runtime_error::operator=(runtime_error&& e) noexcept in operator =() 369 _txnal_logic_error_get_msg(void* e) in _txnal_logic_error_get_msg() 376 _txnal_runtime_error_get_msg(void* e) in _txnal_runtime_error_get_msg()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++11/ |
A D | cow-stdexcept.cc | 63 logic_error::logic_error(const logic_error& e) noexcept in logic_error() 66 logic_error& logic_error::operator=(const logic_error& e) noexcept in operator =() 75 logic_error::logic_error(logic_error&& e) noexcept in logic_error() function in std::logic_error 79 logic_error::operator=(logic_error&& e) noexcept in operator =() 83 runtime_error::runtime_error(const runtime_error& e) noexcept in runtime_error() 87 runtime_error::operator=(const runtime_error& e) noexcept in operator =() 96 runtime_error::runtime_error(runtime_error&& e) noexcept in runtime_error() function in std::runtime_error 100 runtime_error::operator=(runtime_error&& e) noexcept in operator =() 369 _txnal_logic_error_get_msg(void* e) in _txnal_logic_error_get_msg() 376 _txnal_runtime_error_get_msg(void* e) in _txnal_runtime_error_get_msg()
|