Home
last modified time | relevance | path

Searched refs:ntb (Results 1 - 2 of 2) sorted by relevance

/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c1379 *ntb = new.count ? *new.tb : 0; in top_common() local
1382 if (old.count && (!new.count || *otb->slot < *ntb->slot)) { in top_common()
1390 if (!old.count || *otb->slot > *ntb->slot) mix.tb[mix.count] = ntb; in top_common()
1393 if (filter(otb->slot, ntb->slot, new.whence-old.whence)) { in top_common()
/third_party/toybox/toys/posix/
H A Dps.c1523 *ntb = new.count ? *new.tb : 0; in top_common() local
1526 if (old.count && (!new.count || otb->slot[merge_idx] < ntb->slot[merge_idx])) { in top_common()
1534 if (!old.count || otb->slot[merge_idx] > ntb->slot[merge_idx]) mix.tb[mix.count] = ntb; in top_common()
1537 if (filter(otb->slot, ntb->slot, new.whence-old.whence)) { in top_common()

Completed in 6 milliseconds