Home
last modified time | relevance | path

Searched refs:nlast (Results 1 – 12 of 12) sorted by relevance

/third_party/optimized-routines/string/aarch64/
Dstrnlen-sve.S28 b.nlast 2f
44 b.nlast 2f
Dstrlen-sve.S27 b.nlast 2f
Dmemchr-sve.S32 b.nlast 2f
Dstrcpy-sve.S35 b.nlast 1f
Dstrcmp-sve.S29 b.nlast 2f
Dstrchr-sve.S34 b.nlast 2f
Dstrncmp-sve.S30 b.nlast 2f
Dstrrchr-sve.S29 b.nlast 1f
/third_party/glib/gobject/
Dgclosure.c495 GClosureNotifyData *ndata, *nlast; in closure_try_remove_inotify() local
497 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() local
517 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()
/third_party/PyYAML/tests/data/
Dspec-09-11.canonical5 !!str "first\nlast",
Dspec-09-05.canonical5 !!str "first\nlast",
/third_party/boost/boost/wave/util/
Dcpp_macromap.hpp233 IteratorT &nfirst, IteratorT const &nlast);
1377 IteratorT &nfirst, IteratorT const &nlast) in rescan_replacement_list() argument