Searched refs:nlast (Results 1 – 12 of 12) sorted by relevance
28 b.nlast 2f44 b.nlast 2f
27 b.nlast 2f
32 b.nlast 2f
35 b.nlast 1f
29 b.nlast 2f
34 b.nlast 2f
30 b.nlast 2f
29 b.nlast 1f
495 GClosureNotifyData *ndata, *nlast; in closure_try_remove_inotify() local497 nlast = closure->notifiers + CLOSURE_N_NOTIFIERS (closure) - 1; in closure_try_remove_inotify()498 for (ndata = nlast + 1 - closure->n_inotifiers; ndata <= nlast; ndata++) in closure_try_remove_inotify()502 if (ndata < nlast) in closure_try_remove_inotify()503 *ndata = *nlast; in closure_try_remove_inotify()515 GClosureNotifyData *ndata, *nlast; in closure_try_remove_fnotify() local517 nlast = closure->notifiers + CLOSURE_N_NOTIFIERS (closure) - closure->n_inotifiers - 1; in closure_try_remove_fnotify()518 for (ndata = nlast + 1 - closure->n_fnotifiers; ndata <= nlast; ndata++) in closure_try_remove_fnotify()522 if (ndata < nlast) in closure_try_remove_fnotify()523 *ndata = *nlast; in closure_try_remove_fnotify()
5 !!str "first\nlast",
233 IteratorT &nfirst, IteratorT const &nlast);1377 IteratorT &nfirst, IteratorT const &nlast) in rescan_replacement_list() argument