Home
last modified time | relevance | path

Searched refs:rend (Results 1 – 25 of 95) sorted by relevance

1234

/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
Drange_access.h158 rend(_Container& __cont) -> decltype(__cont.rend()) in _GLIBCXX_VISIBILITY()
159 { return __cont.rend(); } in _GLIBCXX_VISIBILITY()
168 rend(const _Container& __cont) -> decltype(__cont.rend()) in _GLIBCXX_VISIBILITY()
169 { return __cont.rend(); } in _GLIBCXX_VISIBILITY()
188 rend(_Tp (&__arr)[_Nm]) in _GLIBCXX_VISIBILITY()
208 rend(initializer_list<_Tp> __il) in _GLIBCXX_VISIBILITY()
228 crend(const _Container& __cont) -> decltype(std::rend(__cont)) in _GLIBCXX_VISIBILITY()
229 { return std::rend(__cont); } in _GLIBCXX_VISIBILITY()
Dstl_multimap.h403 rend() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
404 { return _M_t.rend(); } in _GLIBCXX_VISIBILITY()
412 rend() const _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
413 { return _M_t.rend(); } in _GLIBCXX_VISIBILITY()
450 { return _M_t.rend(); } in _GLIBCXX_VISIBILITY()
Dstl_map.h408 rend() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
409 { return _M_t.rend(); } in _GLIBCXX_VISIBILITY()
417 rend() const _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
418 { return _M_t.rend(); } in _GLIBCXX_VISIBILITY()
455 { return _M_t.rend(); } in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
Diterators_fn_imps.hpp71 return rend(); in rbegin()
81 return rend(); in rbegin()
88 rend() in rend() function in PB_DS_CLASS_C_DEC
94 rend() const in rend() function in PB_DS_CLASS_C_DEC
Ddebug_fn_imps.hpp87 for (const_reverse_iterator it = rbegin(); it != rend(); ++it) in assert_reverse_iterators()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
Diterators_fn_imps.hpp71 return rend(); in rbegin()
81 return rend(); in rbegin()
88 rend() in rend() function in PB_DS_CLASS_C_DEC
94 rend() const in rend() function in PB_DS_CLASS_C_DEC
/dragonfly/contrib/byacc/
HDwarshall.c12 unsigned *rend; in transitive_closure() local
34 rend = rowj + rowsize; in transitive_closure()
35 while (rowj < rend) in transitive_closure()
HDlr0.c456 Value_t *rend; in save_reductions() local
467 rend = rp1 + count; in save_reductions()
469 while (rp1 < rend) in save_reductions()
/dragonfly/sys/kern/
HDsubr_rman.c210 u_long rstart, rend; in rman_reserve_resource() local
250 rend = ulmin(s->r_end, ulmax(start + count - 1, end)); in rman_reserve_resource()
252 rstart, rend, (rend - rstart + 1), count)); in rman_reserve_resource()
254 if ((rend - rstart + 1) >= count) { in rman_reserve_resource()
256 rstart, rend, (rend - rstart + 1))); in rman_reserve_resource()
350 rend = ulmin(s->r_end, ulmax(start + count, end)); in rman_reserve_resource()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
Diterators_fn_imps.hpp92 rend() in rend() function in PB_DS_CLASS_C_DEC
100 rend() const in rend() function in PB_DS_CLASS_C_DEC
Ddebug_fn_imps.hpp230 const_reverse_iterator reverse_prev_it = rend(); in assert_iterators()
231 for (const_reverse_iterator reverse_it = rbegin(); reverse_it != rend(); in assert_iterators()
241 if (reverse_prev_it != rend()) in assert_iterators()
Dbin_search_tree_.hpp235 rend();
238 rend() const;
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
Diterators_fn_imps.hpp92 rend() in rend() function in PB_DS_CLASS_C_DEC
100 rend() const in rend() function in PB_DS_CLASS_C_DEC
Ddebug_fn_imps.hpp230 const_reverse_iterator reverse_prev_it = rend(); in assert_iterators()
231 for (const_reverse_iterator reverse_it = rbegin(); reverse_it != rend(); in assert_iterators()
241 if (reverse_prev_it != rend()) in assert_iterators()
Dbin_search_tree_.hpp235 rend();
238 rend() const;
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
Dstl_multimap.h363 rend() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
364 { return _M_t.rend(); } in _GLIBCXX_VISIBILITY()
372 rend() const _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
373 { return _M_t.rend(); } in _GLIBCXX_VISIBILITY()
410 { return _M_t.rend(); } in _GLIBCXX_VISIBILITY()
Dstl_map.h368 rend() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
369 { return _M_t.rend(); } in _GLIBCXX_VISIBILITY()
377 rend() const _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
378 { return _M_t.rend(); } in _GLIBCXX_VISIBILITY()
415 { return _M_t.rend(); } in _GLIBCXX_VISIBILITY()
Dstl_multiset.h318 rend() const _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
319 { return _M_t.rend(); } in _GLIBCXX_VISIBILITY()
356 { return _M_t.rend(); } in _GLIBCXX_VISIBILITY()
Dstl_set.h326 rend() const _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
327 { return _M_t.rend(); } in _GLIBCXX_VISIBILITY()
364 { return _M_t.rend(); } in _GLIBCXX_VISIBILITY()
/dragonfly/gnu/usr.bin/rcs/rlog/
HDrlog.c1111 struct buf const *rstart, *rend; in getnumericrev() local
1120 rend = &e; in getnumericrev()
1127 rend = &s; in getnumericrev()
1165 rend = &s; in getnumericrev()
1174 pt->endrev = fstr_save(rend->string); in getnumericrev()
/dragonfly/usr.sbin/pciconf/
HDpciconf.c797 long rend; in readit() local
808 rend = rstart = strtol(reg, &end, 0); in readit()
811 rend = strtol(end, (char **) 0, 0); in readit()
814 for (i = 1, r = rstart; r <= rend; i++, r += width) { in readit()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/
Dtrie_string_access_traits_imp.hpp98 return (r_key.rend()); in end_imp()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/
Dtrie_string_access_traits_imp.hpp98 return (r_key.rend()); in end_imp()
/dragonfly/contrib/wpa_supplicant/src/ap/
HDgas_serv.c486 const u8 *rpos, *rend; in hs20_add_nai_home_realm_matches() local
494 for (rend = rpos; in hs20_add_nai_home_realm_matches()
495 rend < realm_name + realm_len; rend++) { in hs20_add_nai_home_realm_matches()
496 if (*rend == ';') in hs20_add_nai_home_realm_matches()
503 rend - rpos || in hs20_add_nai_home_realm_matches()
506 rend - rpos) != 0) in hs20_add_nai_home_realm_matches()
513 rpos = rend + 1; in hs20_add_nai_home_realm_matches()
/dragonfly/contrib/wpa_supplicant/src/common/
HDwpa_common.c2132 u8 *start, *end, *rpos, *rend; in wpa_insert_pmkid() local
2153 rend = rpos + start[1]; in wpa_insert_pmkid()
2162 if (rpos == rend) { in wpa_insert_pmkid()
2169 rend = rpos; in wpa_insert_pmkid()
2173 if (rpos > rend) { in wpa_insert_pmkid()
2180 if (rpos == rend) { in wpa_insert_pmkid()
2191 if (rend - rpos < 2) in wpa_insert_pmkid()
2198 if (num_pmkid * PMKID_LEN > rend - rpos - 2) in wpa_insert_pmkid()
2209 os_memmove(rpos + 2, after, rend - after); in wpa_insert_pmkid()

1234