Home
last modified time | relevance | path

Searched refs:last (Results 1 – 14 of 14) sorted by relevance

/third_party/ulib/musl/pthread/
A Dpthread_barrier_wait.c6 atomic_int last; member
54 atomic_store(&inst->last, 1); in pthread_barrier_wait()
56 _zx_futex_wake(&inst->last, UINT32_MAX); in pthread_barrier_wait()
61 __wait(&inst->last, &inst->waiters, 0); in pthread_barrier_wait()
/third_party/uapp/fsck-msdosfs/
A Ddir.c442 int i, j, k, last; in readDosDirSection() local
461 last = boot->bpbRootDirEnts * 32; in readDosDirSection()
465 last = boot->bpbSecPerClust * boot->bpbBytesPerSec; in readDosDirSection()
471 || read(f, buffer, last) != last) { in readDosDirSection()
475 last /= 32; in readDosDirSection()
479 for (p = buffer, i = 0; i < last; i++, p += 32) { in readDosDirSection()
845 last *= 32; in readDosDirSection()
847 || write(f, buffer, last) != last) { in readDosDirSection()
864 last *= 32; in readDosDirSection()
866 || write(f, buffer, last) != last) { in readDosDirSection()
/third_party/ulib/ngunwind/src/arm/
A DGex_tables.c399 unw_word_t last = di->u.rti.table_data + di->u.rti.table_len - 8; in tdep_search_unwind_table() local
405 if (prel31_to_addr (as, arg, last, &val) < 0) in tdep_search_unwind_table()
410 entry = last; in tdep_search_unwind_table()
412 if (prel31_to_addr (as, arg, last, &pi->start_ip) < 0) in tdep_search_unwind_table()
419 while (first < last - 8) in tdep_search_unwind_table()
421 entry = first + (((last - first) / 8 + 1) >> 1) * 8; in tdep_search_unwind_table()
427 last = entry; in tdep_search_unwind_table()
/third_party/ulib/musl/src/network/
A Dgetifaddrs.c42 struct ifaddrs_storage* last; member
209 if (ctx->last) in netlink_msg_to_ifaddr()
210 ctx->last->ifa.ifa_next = &ifs->ifa; in netlink_msg_to_ifaddr()
211 ctx->last = ifs; in netlink_msg_to_ifaddr()
/third_party/uapp/dash/src/
A Dmkinit.c77 struct block *last; member
413 text->last->next = bp; in addchar()
414 text->last = bp; in addchar()
430 for (bp = text->start ; bp != text->last ; bp = bp->next) { in writetext()
A Dnodetypes49 # The last two types should be followed by the text of a C declaration for
A DTOUR319 which is to be stored in memory. This last is used when a buil-
/third_party/ulib/backtrace/
A Dbtest.c116 const char *last; in base() local
119 last = NULL; in base()
123 last = s + 1; in base()
125 return last != NULL ? last : p; in base()
/third_party/ulib/jemalloc/bin/
A Djeprof.in1358 my $last = ["", "", "", ""];
1372 $last = [$k, $filename, $linenumber, $2, $end_addr];
1373 push(@result, $last);
2038 my $last = $nodecount - 1;
2039 if ($last > $#list) {
2040 $last = $#list;
2042 while (($last >= 0) &&
2043 (abs(GetEntry($cumulative, $list[$last])) <= $nodelimit)) {
2044 $last--;
2046 if ($last < 0) {
[all …]
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Drb.h171 a_prefix##last(a_rbt_type *rbtree); \
354 a_prefix##last(a_rbt_type *rbtree) { \
/third_party/ulib/musl/
A DWHATSNEW212 - getopt_long allowed mismatch in last char of option name
1283 - fmtmsg (last mandatory XSI function that was missing)
/third_party/ulib/jemalloc/
A DChangeLog223 - Fix xallocx(..., MALLOCX_ZERO to zero the last full trailing page of large
/third_party/lib/acpica/
A Dchanges.txt473 Debugger: Fixed a problem with the "!!" command (get last command
2073 1)Add offsets for the last nameseg in each namepath for every supported
4523 1) Delete method children only upon the exit of the last thread,
6741 statistics. Count first and last lines of multi-line comments as
7352 an explicit return or an implicitly returned object from the last
9029 Implemented support for a Descriptor Name as the last parameter to the
11528 called "implicit return". This support returns the result of the last
13449 the NamePath was examined instead of the last NameSeg.
14142 free. While 3 out of 4 of our in-house systems work fine, the last
14501 in the last major build. The "common" (1.0/2.0) internal FACS was
[all …]
/third_party/lib/acpica/tests/misc/
A Dgrammar.asl7310 // The DEST buffer element should be replaced with the last element of

Completed in 67 milliseconds