| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
| D | range_access.h | 158 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()
|
| D | stl_multimap.h | 403 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()
|
| D | stl_map.h | 408 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_/ |
| D | iterators_fn_imps.hpp | 71 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
|
| D | debug_fn_imps.hpp | 87 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_/ |
| D | iterators_fn_imps.hpp | 71 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/ |
| HD | warshall.c | 12 unsigned *rend; in transitive_closure() local 34 rend = rowj + rowsize; in transitive_closure() 35 while (rowj < rend) in transitive_closure()
|
| HD | lr0.c | 456 Value_t *rend; in save_reductions() local 467 rend = rp1 + count; in save_reductions() 469 while (rp1 < rend) in save_reductions()
|
| /dragonfly/sys/kern/ |
| HD | subr_rman.c | 210 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_/ |
| D | iterators_fn_imps.hpp | 92 rend() in rend() function in PB_DS_CLASS_C_DEC 100 rend() const in rend() function in PB_DS_CLASS_C_DEC
|
| D | debug_fn_imps.hpp | 230 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()
|
| D | bin_search_tree_.hpp | 235 rend(); 238 rend() const;
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/ |
| D | iterators_fn_imps.hpp | 92 rend() in rend() function in PB_DS_CLASS_C_DEC 100 rend() const in rend() function in PB_DS_CLASS_C_DEC
|
| D | debug_fn_imps.hpp | 230 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()
|
| D | bin_search_tree_.hpp | 235 rend(); 238 rend() const;
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
| D | stl_multimap.h | 363 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()
|
| D | stl_map.h | 368 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()
|
| D | stl_multiset.h | 318 rend() const _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() 319 { return _M_t.rend(); } in _GLIBCXX_VISIBILITY() 356 { return _M_t.rend(); } in _GLIBCXX_VISIBILITY()
|
| D | stl_set.h | 326 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/ |
| HD | rlog.c | 1111 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/ |
| HD | pciconf.c | 797 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/ |
| D | trie_string_access_traits_imp.hpp | 98 return (r_key.rend()); in end_imp()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/ |
| D | trie_string_access_traits_imp.hpp | 98 return (r_key.rend()); in end_imp()
|
| /dragonfly/contrib/wpa_supplicant/src/ap/ |
| HD | gas_serv.c | 486 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/ |
| HD | wpa_common.c | 2132 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()
|