Searched refs:nfirst (Results 1 – 4 of 4) sorted by relevance
/third_party/gettext/gettext-tools/src/ |
D | x-librep.c | 212 int nfirst = 0; in read_token() local 287 nfirst = tp->charcount + 1; in read_token() 289 else if (tp->charcount == nfirst in read_token() 301 nfirst = tp->charcount + 1; in read_token() 326 nfirst = tp->charcount + 1; in read_token() 331 nfirst = tp->charcount; in read_token() 400 if (radix > 0 && nfirst < tp->charcount) in read_token()
|
/third_party/boost/libs/type_traits/doc/ |
D | background.qbk | 234 pair(const T1 & nfirst, const T2 & nsecond) 235 :first(nfirst), second(nsecond) { } 276 pair(boost::__add_reference<const T1>::type nfirst, 278 :first(nfirst), second(nsecond) { }
|
/third_party/selinux/libsepol/cil/src/ |
D | cil_resolve_ast.c | 1284 struct cil_list_item *nfirst = new->head; in __cil_ordered_lists_merge() local 1288 if (nfirst == NULL) { in __cil_ordered_lists_merge() 1294 rc = __cil_ordered_list_insert(old, NULL, nfirst, NULL); in __cil_ordered_lists_merge() 1299 for (nmatch = nfirst; nmatch; nmatch = nmatch->next) { in __cil_ordered_lists_merge() 1311 if (nmatch != nfirst && omatch != ofirst) { in __cil_ordered_lists_merge() 1316 if (nmatch != nfirst) { in __cil_ordered_lists_merge() 1318 rc = __cil_ordered_list_insert(old, NULL, nfirst, nmatch); in __cil_ordered_lists_merge()
|
/third_party/boost/boost/wave/util/ |
D | cpp_macromap.hpp | 233 IteratorT &nfirst, IteratorT const &nlast); 1377 IteratorT &nfirst, IteratorT const &nlast) in rescan_replacement_list() argument
|