Searched refs:drop (Results 1 – 10 of 10) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/scripts/ |
A D | unifdef.c | 546 static void drop (void) { flushline(false); } in drop() function 548 static void Strue (void) { drop(); ignoreoff(); state(IS_TRUE_PREFIX); } in Strue() 549 static void Sfalse(void) { drop(); ignoreoff(); state(IS_FALSE_PREFIX); } in Sfalse() 550 static void Selse (void) { drop(); state(IS_TRUE_ELSE); } in Selse() 557 static void Delif (void) { drop(); ignoreoff(); state(IS_FALSE_MIDDLE); } in Delif() 558 static void Delse (void) { drop(); state(IS_FALSE_ELSE); } in Delse() 559 static void Dendif(void) { drop(); unnest(); } in Dendif() 587 drop, Eeof, abort }, 599 drop, Eeof, abort }, 611 drop, Eeof, abort }, [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | TODO | 25 this also requires that sem_wait and sem_timedwait don't drop the
|
/l4re-core-master/l4sys/include/ |
A D | task | 96 * all other kernel objects holding a reference to it drop the 134 * reference to it drop the reference. No error will be reported if the rights 155 * to it drop the reference.
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/arm/ |
A D | strlen.S | 81 Llastword: @ drop through to here once we find a
|
/l4re-core-master/cxx/lib/tl/include/ |
A D | list_alloc | 414 // drop the block, c remains the next pointer of the
|
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/ |
A D | Glibc_vs_uClibc_Differences.txt | 88 drop-in replacements.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/ |
A D | ChangeLog | 1628 * testsuite/std/ranges/adaptors/drop.cc: Check that iterator is 4090 * testsuite/std/ranges/adaptors/drop.cc: Augment test to check that 4969 ranges::views::drop, join_view, ranges::views::join, 4985 * testsuite/std/ranges/adaptors/drop.cc: Likewise.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/ |
A D | ChangeLog | 2703 (drop, _Drop): As in all/_All. 2725 * testsuite/std/ranges/adaptors/drop.cc (test09): New test.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/ |
A D | ranges | 2352 inline constexpr _Drop drop;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/ |
A D | ranges | 2362 inline constexpr __adaptor::_RangeAdaptor drop
|
Completed in 34 milliseconds