Home
last modified time | relevance | path

Searched refs:e (Results 1 – 25 of 543) sorted by relevance

12345678910>>...22

/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dexpr.c235 if (e) switch (e->type) { in expr_eliminate_yn()
250 *e = *(e->right.expr); in expr_eliminate_yn()
266 *e = *(e->left.expr); in expr_eliminate_yn()
279 *e = *(e->right.expr); in expr_eliminate_yn()
295 *e = *(e->left.expr); in expr_eliminate_yn()
623 expr_eliminate_dups1(e->type, &e, &e); in expr_eliminate_dups()
624 expr_eliminate_dups2(e->type, &e, &e); in expr_eliminate_dups()
706 e = expr_transform(e); in expr_transform()
723 e = expr_transform(e); in expr_transform()
732 e = expr_transform(e); in expr_transform()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-mutex2.c33 if (e == 0) in tf()
38 else if (e != EPERM) in tf()
45 if (e == 0) in tf()
50 if (e != EBUSY) in tf()
57 if (e != 0 && e != PTHREAD_BARRIER_SERIAL_THREAD) in tf()
64 if (e != 0 && e != PTHREAD_BARRIER_SERIAL_THREAD) in tf()
71 if (e == 0) in tf()
76 else if (e != EPERM) in tf()
102 int e; in do_test() local
164 if (e != 0 && e != PTHREAD_BARRIER_SERIAL_THREAD) in do_test()
[all …]
A Dtst-mutex3.c33 if (e == 0) in tf()
38 if (e != EPERM) in tf()
45 if (e == 0) in tf()
50 if (e != EBUSY) in tf()
57 if (e != 0 && e != PTHREAD_BARRIER_SERIAL_THREAD) in tf()
64 if (e != 0 && e != PTHREAD_BARRIER_SERIAL_THREAD) in tf()
71 if (e == 0) in tf()
76 if (e != EPERM) in tf()
165 if (e != 0 && e != PTHREAD_BARRIER_SERIAL_THREAD) in do_test()
178 if (e == 0) in do_test()
[all …]
A Dtst-attr2.c53 if (e != 0) in do_test()
70 if (e != 0) in do_test()
101 if (e != 0) in do_test()
118 if (e != 0) in do_test()
148 if (e != 0) in do_test()
165 if (e != 0) in do_test()
195 if (e != 0) in do_test()
212 if (e != 0) in do_test()
229 if (e != 0) in do_test()
261 if (e != 0) in do_test()
[all …]
A Dtst-attr1.c67 if (e == 0) in do_test()
72 if (e != EINVAL) in do_test()
97 if (e == 0) in do_test()
102 if (e != EINVAL) in do_test()
127 if (e == 0) in do_test()
132 if (e != EINVAL) in do_test()
157 if (e == 0) in do_test()
187 if (e == 0) in do_test()
214 if (e == 0) in do_test()
243 if (e == 0) in do_test()
[all …]
A Dtst-rwlock14.c83 if (e == 0) in do_test()
88 else if (e != EINVAL) in do_test()
95 if (e == 0) in do_test()
100 else if (e != EINVAL) in do_test()
109 if (e == 0) in do_test()
114 else if (e != EINVAL) in do_test()
121 if (e == 0) in do_test()
126 else if (e != EINVAL) in do_test()
137 if (e == 0) in do_test()
142 else if (e != EINVAL) in do_test()
[all …]
A Dtst-cpuclock2.c79 if (e == EINVAL || e == ENOTSUP || e == ENOSYS) in test_nanosleep()
82 which, strerror (e)); in test_nanosleep()
85 if (e != 0) in test_nanosleep()
119 if (e != 0) in test_nanosleep()
164 int e; in do_test() local
168 if (e != 0) in do_test()
175 if (e != 0) in do_test()
201 if (e != 0) in do_test()
208 if (e == ENOENT || e == ENOSYS || e == ENOTSUP) in do_test()
318 if (e != EINVAL) in do_test()
[all …]
A Dtst-rwlock2.c28 int e; in do_test() local
44 e = pthread_rwlock_tryrdlock (&r); in do_test()
45 if (e == 0) in do_test()
50 if (e != EBUSY) in do_test()
57 e = pthread_rwlock_trywrlock (&r); in do_test()
58 if (e == 0) in do_test()
63 if (e != EBUSY) in do_test()
85 if (e == 0) in do_test()
90 if (e != EBUSY) in do_test()
112 if (e == 0) in do_test()
[all …]
A Dtst-mutex8.c54 if (e != 0 && e != PTHREAD_BARRIER_SERIAL_THREAD) in tf()
121 if (e == 0) in check_type()
126 if (e != EBUSY) in check_type()
146 if (e == 0) in check_type()
151 if (e != EBUSY) in check_type()
174 if (e != 0 && e != PTHREAD_BARRIER_SERIAL_THREAD) in check_type()
193 if (e == 0) in check_type()
198 if (e != EBUSY) in check_type()
244 if (e != 0 && e != PTHREAD_BARRIER_SERIAL_THREAD) in check_type()
263 if (e == 0) in check_type()
[all …]
A Dtst-eintr2.c48 strerror_r (e, buf, sizeof (buf))); in tf1()
59 int e = pthread_mutex_lock (&m2); in tf2() local
60 if (e != 0) in tf2()
65 e = pthread_mutex_unlock (&m2); in tf2()
66 if (e != 0) in tf2()
91 if (e != 0) in do_test()
94 strerror_r (e, buf, sizeof (buf))); in do_test()
99 if (e != 0) in do_test()
102 strerror_r (e, buf, sizeof (buf))); in do_test()
107 e = pthread_mutex_lock (&m1); in do_test()
[all …]
A Dtst-exit3.c28 int e = pthread_barrier_wait (&b); in tf() local
29 if (e != 0 && e != PTHREAD_BARRIER_SERIAL_THREAD) in tf()
35 e = pthread_create (&th, NULL, tf2, NULL); in tf()
36 if (e != 0) in tf()
38 printf ("create failed: %s\n", strerror (e)); in tf()
58 int e = pthread_create (&th, NULL, tf, NULL); in do_test() local
59 if (e != 0) in do_test()
61 printf ("create failed: %s\n", strerror (e)); in do_test()
65 e = pthread_barrier_wait (&b); in do_test()
66 if (e != 0 && e != PTHREAD_BARRIER_SERIAL_THREAD) in do_test()
A Dtst-eintr1.c43 int e = pthread_create (&th, NULL, tf2, NULL); in tf1() local
44 if (e != 0) in tf1()
46 if (e == EINTR) in tf1()
54 strerror_r (e, buf, sizeof (buf))); in tf1()
58 e = pthread_join (th, NULL); in tf1()
59 if (e != 0) in tf1()
61 if (e == EINTR) in tf1()
69 strerror_r (e, buf, sizeof (buf))); in tf1()
85 int e = pthread_create (&th, NULL, tf1, NULL); in do_test() local
86 if (e != 0) in do_test()
[all …]
/l4re-core-master/cxx/lib/tl/include/
A Ddlist108 C::next(C::prev(e)) = C::next(e);
109 C::prev(C::next(e)) = C::prev(e);
116 remove(*e);
123 static bool has_sibling(T const *e) { return C::next(const_cast<T*>(e)) != e; }
144 { C::next(e) = C::prev(e) = e; return e; }
177 if (e == C::next(e)) // must be the last
210 void push_back(T *e) { push(e, Back); }
211 void push_front(T *e) { push(e, Front); }
248 static void remove(T *e) { Base::remove(e); }
259 void push_back(T *e) { push(e, Back); }
[all …]
A Dhlist107 static bool in_list(T const *e) { return e->Item::_pn; }
110 void add(T *e)
120 void push_front(T *e) { add(e); }
150 e->Item::_n = *x;
155 e->Item::_pn = x;
157 return iter(e);
174 e->Item::_n = *x;
181 return iter(e);
220 if (e->Item::_n)
221 e->Item::_n->_pn = &(e->Item::_n);
[all …]
/l4re-core-master/lua/lib/contrib/src/
A Dlcode.c37 #define hasjumps(e) ((e)->t != (e)->f) argument
721 e->u.info = stringK(fs, e->u.strval); in str2K()
757 const2exp(const2val(fs, e), e); in luaK_dischargevars()
761 e->u.info = e->u.var.ridx; in luaK_dischargevars()
771 e->u.info = luaK_codeABC(fs, OP_GETTABUP, 0, e->u.ind.t, e->u.ind.idx); in luaK_dischargevars()
777 e->u.info = luaK_codeABC(fs, OP_GETI, 0, e->u.ind.t, e->u.ind.idx); in luaK_dischargevars()
783 e->u.info = luaK_codeABC(fs, OP_GETFIELD, 0, e->u.ind.t, e->u.ind.idx); in luaK_dischargevars()
915 e->f = e->t = NO_JUMP; in exp2reg()
959 if (e->k != VUPVAL || hasjumps(e)) in luaK_exp2anyregup()
1193 { int temp = e->f; e->f = e->t; e->t = temp; } in codenot()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/ryu/
A Dcommon.h47 assert(e >= 0); in log2pow5()
48 assert(e <= 3528); in log2pow5()
57 assert(e >= 0); in pow5bits()
58 assert(e <= 3528); in pow5bits()
64 return log2pow5(e) + 1; in ceil_log2pow5()
70 assert(e >= 0); in log10Pow2()
71 assert(e <= 1650); in log10Pow2()
72 return (((uint32_t) e) * 78913) >> 18; in log10Pow2()
78 assert(e >= 0); in log10Pow5()
79 assert(e <= 2620); in log10Pow5()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/libsupc++/
A Deh_alloc.cc155 free_entry **e; in allocate() local
156 for (e = &first_free_entry; in allocate()
157 *e && (*e)->size < size; in allocate()
158 e = &(*e)->next) in allocate()
160 if (!*e) in allocate()
168 std::size_t sz = (*e)->size; in allocate()
169 free_entry *next = (*e)->next; in allocate()
176 *e = f; in allocate()
181 std::size_t sz = (*e)->size; in allocate()
186 *e = next; in allocate()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/libsupc++/
A Deh_alloc.cc155 free_entry **e; in allocate() local
156 for (e = &first_free_entry; in allocate()
157 *e && (*e)->size < size; in allocate()
158 e = &(*e)->next) in allocate()
160 if (!*e) in allocate()
168 std::size_t sz = (*e)->size; in allocate()
169 free_entry *next = (*e)->next; in allocate()
176 *e = f; in allocate()
181 std::size_t sz = (*e)->size; in allocate()
186 *e = next; in allocate()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/libsupc++/
A Deh_alloc.cc155 free_entry **e; in allocate() local
156 for (e = &first_free_entry; in allocate()
157 *e && (*e)->size < size; in allocate()
158 e = &(*e)->next) in allocate()
160 if (!*e) in allocate()
168 std::size_t sz = (*e)->size; in allocate()
169 free_entry *next = (*e)->next; in allocate()
176 *e = f; in allocate()
181 std::size_t sz = (*e)->size; in allocate()
186 *e = next; in allocate()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/libsupc++/
A Deh_alloc.cc155 free_entry **e; in allocate() local
156 for (e = &first_free_entry; in allocate()
157 *e && (*e)->size < size; in allocate()
158 e = &(*e)->next) in allocate()
160 if (!*e) in allocate()
168 std::size_t sz = (*e)->size; in allocate()
169 free_entry *next = (*e)->next; in allocate()
176 *e = f; in allocate()
181 std::size_t sz = (*e)->size; in allocate()
186 *e = next; in allocate()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/libsupc++/
A Deh_alloc.cc155 free_entry **e; in allocate() local
156 for (e = &first_free_entry; in allocate()
157 *e && (*e)->size < size; in allocate()
158 e = &(*e)->next) in allocate()
160 if (!*e) in allocate()
168 std::size_t sz = (*e)->size; in allocate()
169 free_entry *next = (*e)->next; in allocate()
176 *e = f; in allocate()
181 std::size_t sz = (*e)->size; in allocate()
186 *e = next; in allocate()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/libsupc++/
A Deh_alloc.cc149 free_entry **e; in allocate() local
150 for (e = &first_free_entry; in allocate()
151 *e && (*e)->size < size; in allocate()
152 e = &(*e)->next) in allocate()
154 if (!*e) in allocate()
162 std::size_t sz = (*e)->size; in allocate()
163 free_entry *next = (*e)->next; in allocate()
170 *e = f; in allocate()
175 std::size_t sz = (*e)->size; in allocate()
180 *e = next; in allocate()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/libsupc++/
A Deh_alloc.cc155 free_entry **e; in allocate() local
156 for (e = &first_free_entry; in allocate()
157 *e && (*e)->size < size; in allocate()
158 e = &(*e)->next) in allocate()
160 if (!*e) in allocate()
168 std::size_t sz = (*e)->size; in allocate()
169 free_entry *next = (*e)->next; in allocate()
176 *e = f; in allocate()
181 std::size_t sz = (*e)->size; in allocate()
186 *e = next; in allocate()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/frv/
A Dcrtreloc.c40 while (p < e) in reloc_range_indirect()
66 void ***p, void ***e) in __self_reloc() argument
68 p = reloc_range_indirect (p, e-1, map); in __self_reloc()
70 if (p >= e) in __self_reloc()
82 reloc_range (void **p, void **e,
85 while (p < e)
97 void **p, void **e)
102 e += p - old;
103 reloc_range (p, e, map);
111 void ***p, void ***e)
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/bfin/
A Dcrtreloc.c47 while (p < e) in reloc_range_indirect()
89 void ***p, void ***e) in __self_reloc() argument
91 p = reloc_range_indirect (p, e-1, map); in __self_reloc()
93 if (p >= e) in __self_reloc()
105 reloc_range (void **p, void **e,
108 while (p < e)
120 void **p, void **e)
125 e += p - old;
126 reloc_range (p, e, map);
134 void ***p, void ***e)
[all …]

Completed in 42 milliseconds

12345678910>>...22