Home
last modified time | relevance | path

Searched refs:last1 (Results 1 – 4 of 4) sorted by relevance

/src/cddl/contrib/opensolaris/tools/ctf/common/
H A Dlist.c193 list_t *last1 = NULL; in slist_merge() local
205 if (last1 == NULL) { in slist_merge()
207 *list1p = last1 = list2; in slist_merge()
211 last1->l_next = list2; in slist_merge()
212 last1 = list2; in slist_merge()
218 last1 = list1; in slist_merge()
223 last1->l_next = list2; in slist_merge()
/src/tools/tools/find-sb/
H A Dfind-sb.c31 off_t end, last1, last2; in main() local
73 last1 = last2 = -1; in main()
101 if (last1 >= 0) { in main()
103 fsbegin / DEV_BSIZE - last1); in main()
105 last1 = fsbegin / DEV_BSIZE; in main()
/src/contrib/llvm-project/libcxx/include/
H A Dalgorithm71 …mismatch()(I1 first1, S1 last1, I2 first2, S2 last2, Pred pred = {}, Proj1 proj1 = {}, Proj2 proj2…
168 …transform(I first1, S last1, O result, F op, Proj proj = {}); …
182 transform(I1 first1, S1 last1, I2 first2, S2 last2, O result,
249 constexpr bool contains_subrange(I1 first1, S1 last1, I2 first2, S2 last2,
473 constexpr bool ranges::equal(I1 first1, S1 last1, I2 first2, S2 last2,
504 constexpr bool ranges::ends_with(I1 first1, S1 last1, I2 first2, S2 last2, Pred pred = {},
526 constexpr bool ranges::starts_with(I1 first1, S1 last1, I2 first2, S2 last2, Pred pred = {},
637 constexpr I1 ranges::find_first_of(I1 first1, S1 last1, I2 first2, S2 last2,
692 ranges::lexicographical_compare(I1 first1, S1 last1, I2 first2, S2 last2,
759 merge(I1 first1, S1 last1, I2 first2, S2 last2, O result,
[all …]
H A Dnumeric41 inner_product(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, T init);
45 inner_product(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2,
51 transform_reduce(InputIterator1 first1, InputIterator1 last1,
56 transform_reduce(InputIterator1 first1, InputIterator1 last1,