Searched refs:empty (Results 1 - 25 of 133) sorted by relevance

123456

/barrelfish-2018-10-04/include/lwip/arch/
H A Dsys_arch.h26 bool empty; member in struct:bf_sys_mbox
/barrelfish-2018-10-04/include/lwip2/arch/
H A Dsys_arch.h37 bool empty;
/barrelfish-2018-10-04/lib/libc/locale/
H A Dlmessages.c52 static char empty[] = ""; variable
81 l->yesstr = empty;
83 l->nostr = empty;
H A Dlmonetary.c49 static char empty[] = ""; variable
53 empty, /* int_curr_symbol */
54 empty, /* currency_symbol */
55 empty, /* mon_decimal_point */
56 empty, /* mon_thousands_sep */
58 empty, /* positive_sign */
59 empty, /* negative_sign */
/barrelfish-2018-10-04/lib/lwip/src/
H A Dsys_arch.c177 mbox->empty = true;
193 if (mbox->empty) {
195 mbox->empty = false;
215 if (mbox->empty) {
217 mbox->empty = false;
244 if (!mbox->empty) {
248 mbox->empty = true;
282 if (!mbox->empty) {
284 mbox->empty = true;
298 assert(mbox->empty);
[all...]
/barrelfish-2018-10-04/lib/lwip2/src/
H A Dsys_arch.c187 mbox->empty = true;
203 if (mbox->empty) {
205 mbox->empty = false;
225 if (mbox->empty) {
227 mbox->empty = false;
254 if (!mbox->empty) {
258 mbox->empty = true;
292 if (!mbox->empty) {
294 mbox->empty = true;
308 assert(mbox->empty);
[all...]
/barrelfish-2018-10-04/usr/tests/msun/
H A DMakefile73 .if !empty(PROG) && !empty(TAP_TESTS_C:M${PROG})
/barrelfish-2018-10-04/lib/cxx/cxxabi/
H A Dcxa_demangle.cpp291 if (!db.subs.empty())
552 if (db.template_param.empty())
554 if (!db.template_param.back().empty())
576 if (t == last || *t != '_' || db.template_param.empty())
727 if (db.names.empty())
747 if (db.names.empty())
840 if (db.names.empty())
865 if (db.names.empty())
885 if (db.names.empty())
982 if (db.names.empty())
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Mercury/
H A Dm_tree234.pl75 summary: "Initialise a new (empty) 2-3-4 tree.",
86 summary: "Check whether a tree is empty.",
87 fail_if: "Fails if Tree is not an empty tree.",
401 fail_if: "Fails if Tree0 is empty or if Key and Value do not unify with the key and value removed.",
557 % empty
568 init(empty).
571 Tree = empty.
575 member(empty, _K, _V) :- fail.
622 T = empty,
728 T = empty,
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/test/
H A Dpkits-test.pl200 "True", $nist1, "<empty>", 43
212 "False", "<empty>", "<empty>", 0
218 "True", "<empty>", "<empty>", 43
224 "False", "<empty>", "<empty>", 0
230 "True", "<empty>", "<empty>", 43
236 "True", "<empty>", "<empt
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dqueues.pl29 make_queue/1, % create empty queue
37 empty_queue/1, % test whether queue is empty
79 summary:"creates a new empty queue",
82 creates a new empty queue. It will also match empty queues, but
177 Front \== Back, % the queue is not empty
193 summary:"tests whether the queue is empty",
196 tests whether the queue is empty. If the back of a queue were
H A Dhttp_method.pl43 - the output of the method (possibly empty)
/barrelfish-2018-10-04/lib/libc/stdio/
H A Dfindfp.c141 static FILE empty = { ._fl_mutex = PTHREAD_MUTEX_INITIALIZER }; local
154 *p++ = empty;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/util/
H A Dcygwin.sh133 -empty -o \! -type d |
137 -empty -o \! -type d |
/barrelfish-2018-10-04/lib/libc/stdlib/
H A Dradixsort.c121 #define empty(s) (s >= sp) macro
140 while (!empty(s)) {
192 while (*cp == 0) /* Find next non-empty pile. */
238 while (!empty(s)) {
/barrelfish-2018-10-04/usr/eclipseclp/Contrib/
H A Drandom.pl46 % given an non-empty List, random(List, Elem, Rest) unifies Elem with
H A Dxml.pl27 * document. <content> is a (possibly empty) list comprising occurrences of :
32 * : <tag /> if empty
/barrelfish-2018-10-04/lib/libc/
H A DMakefile62 # Define (empty) variables so that make doesn't give substitution
142 .if empty(MDSRCS)
167 .if defined(KMSRCS) && !empty(KMSRCS)
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/ilog/
H A Dalldiff_strong.pl39 % Left intentionaly empty !
/barrelfish-2018-10-04/lib/lwip/src/core/snmp/
H A Dmib_structs.c227 /* empty list, add first node */
229 ("alloc empty list objid==%" S32_F "\n", objid));
583 u8_t empty = 0; local
592 empty = 1;
599 empty = 1;
606 empty = 1;
610 return empty;
/barrelfish-2018-10-04/usr/eclipseclp/Opium/demo/
H A Dyoyo1.pl45 empty([]).
/barrelfish-2018-10-04/lib/cxx/cxx/
H A Dsystem_error.cpp156 if (!what_arg.empty())
/barrelfish-2018-10-04/lib/lwip/src/netif/
H A Detharp.c198 /* and empty packet queue */
231 * In all cases, attempt to create new entries from an empty entry. If no
232 * empty entries are available and ETHARP_TRY_HARD flag is set, recycle
251 s8_t empty = ARP_TABLE_SIZE; local
300 * 1) remember the first empty entry (if any)
309 /* no empty entry found yet and now we do find one? */
310 if ((empty == ARP_TABLE_SIZE)
313 ("find_entry: found empty entry %" U16_F "\n",
315 /* remember first empty entry */
316 empty
[all...]
/barrelfish-2018-10-04/lib/lwip2/src/core/ipv4/
H A Detharp.c174 /* and empty packet queue */
246 * In all cases, attempt to create new entries from an empty entry. If no
247 * empty entries are available and ETHARP_FLAG_TRY_HARD flag is set, recycle
261 s8_t empty = ARP_TABLE_SIZE; local
277 * 1) remember the first empty entry (if any)
287 /* no empty entry found yet and now we do find one? */
288 if ((empty == ARP_TABLE_SIZE) && (state == ETHARP_STATE_EMPTY)) {
289 LWIP_DEBUGF(ETHARP_DEBUG, ("etharp_find_entry: found empty entry %"U16_F"\n", (u16_t)i));
290 /* remember first empty entry */
291 empty
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dembed.c225 pword posted, empty; local
231 /* reinitialise the list to an empty difference list */
232 Make_Ref(&empty, TG);
234 ec_assign(&POSTED, empty.val, empty.tag);
235 ec_assign(&POSTED_LAST, empty.val, empty.tag);

Completed in 234 milliseconds

123456