Searched refs:rend (Results 1 - 25 of 412) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/kyua-cli/dist/utils/process/
H A Dfdstream_test.cpp53 ifdstream rend(fds[0]);
63 rend >> tmp;
65 rend >> tmp;
/netbsd-current/external/mpl/bind/dist/lib/isccc/include/isccc/
H A Dtypes.h53 unsigned char *rend; member in struct:isccc_region
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Diterators_fn_imps.hpp73 return rend();
83 return rend();
90 rend() function in class:PB_DS_CLASS_C_DEC
96 rend() const function in class:PB_DS_CLASS_C_DEC
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Diterators_fn_imps.hpp73 return rend();
83 return rend();
90 rend() function in class:PB_DS_CLASS_C_DEC
96 rend() const function in class:PB_DS_CLASS_C_DEC
/netbsd-current/external/mpl/bind/dist/lib/isccc/
H A Dbase64.c50 sr.length = (unsigned int)(source->rend - source->rstart);
52 (unsigned int)(target->rend - target->rstart));
58 source->rstart = source->rend;
69 (unsigned int)(target->rend - target->rstart));
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/range_access/wchar_t/
H A D1.cc32 std::rend(ws);
44 [[maybe_unused]] constexpr auto re = std::rend(ws);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/range_access/char/
H A D1.cc32 std::rend(s);
44 [[maybe_unused]] constexpr auto re = std::rend(s);
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/range_access/wchar_t/
H A D1.cc32 std::rend(ws);
44 [[maybe_unused]] constexpr auto re = std::rend(ws);
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/range_access/char/
H A D1.cc32 std::rend(s);
44 [[maybe_unused]] constexpr auto re = std::rend(s);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTrace.h92 reverse_iterator rend () { return BasicBlocks.rend(); } function in class:llvm::Trace
93 const_reverse_iterator rend () const { return BasicBlocks.rend(); } function in class:llvm::Trace
/netbsd-current/sys/arch/evbmips/loongson/
H A Dloongson_bus_io.c75 bus_addr_t rend; local
82 rend = addr + size - 1;
84 if (addr >= r->start && rend <= r->end)
/netbsd-current/external/bsd/byacc/dist/
H A Dwarshall.c17 unsigned *rend; local
39 rend = rowj + rowsize;
40 while (rowj < rend)
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-data.c137 auto iter = std::find (tui_windows.rbegin (), tui_windows.rend (), cur_win);
138 gdb_assert (iter != tui_windows.rend ());
146 if (iter == tui_windows.rend ())
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Drange_access.h172 rend(_Container& __cont) -> decltype(__cont.rend())
173 { return __cont.rend(); }
183 rend(const _Container& __cont) -> decltype(__cont.rend())
184 { return __cont.rend(); }
205 rend(_Tp (&__arr)[_Nm]) noexcept
227 rend(initializer_list<_Tp> __il) noexcept
249 crend(const _Container& __cont) -> decltype(std::rend(__cont)) function
250 { return std::rend(__con
[all...]
/netbsd-current/sys/arch/atari/stand/libsa/
H A Ddiskio.c40 typedef struct { rdsec_f rds; u_int rst; u_int rend; } bdevd_t; member in struct:__anon1
74 bootdev.rend = pd->p_offset + pd->p_size - 1;
99 if ((flag == F_READ) && !(size & 511) && (stb + nb <= dd->rend)) {
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Diterators_fn_imps.hpp94 rend() function in class:PB_DS_CLASS_C_DEC
102 rend() const function in class:PB_DS_CLASS_C_DEC
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Diterators_fn_imps.hpp94 rend() function in class:PB_DS_CLASS_C_DEC
102 rend() const function in class:PB_DS_CLASS_C_DEC
/netbsd-current/sys/arch/pmax/pmax/
H A Dbus_space.c61 bus_space_alloc(bus_space_tag_t t, bus_addr_t rstart, bus_addr_t rend, argument
/netbsd-current/sys/arch/emips/emips/
H A Dbus_space.c69 bus_addr_t rend,
66 bus_space_alloc( bus_space_tag_t t, bus_addr_t rstart, bus_addr_t rend, bus_size_t size, bus_size_t alignment, bus_size_t boundary, int flags, bus_addr_t *bpap, bus_space_handle_t *bshp) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPHIEliminationUtils.cpp49 for (auto I = MBB->rbegin(), E = MBB->rend(); I != E; ++I) {
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/
H A Dtrie_string_access_traits_imp.hpp100 return (r_key.rend());
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/
H A Dtrie_string_access_traits_imp.hpp100 return (r_key.rend());
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h88 iterator end() { return Blocks.rend(); }
91 const_iterator end() const { return Blocks.rend(); }
/netbsd-current/external/bsd/wpa/dist/hostapd/
H A Dhlr_auc_gw.c593 char *rpos, *rend; local
608 rend = resp + resp_len;
610 ret = snprintf(rpos, rend - rpos, "SIM-RESP-AUTH %s", imsi);
611 if (ret < 0 || ret >= rend - rpos)
623 rpos += wpa_snprintf_hex(rpos, rend - rpos, kc, 8);
625 rpos += wpa_snprintf_hex(rpos, rend - rpos, sres, 4);
627 rpos += wpa_snprintf_hex(rpos, rend - rpos, _rand, 16);
638 if (rpos < rend)
640 rpos += wpa_snprintf_hex(rpos, rend - rpos, g->kc, 8);
641 if (rpos < rend)
665 char *pos, *rpos, *rend; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Option/
H A DArgList.h194 reverse_iterator rbegin() { return {Args.rbegin(), Args.rend()}; }
195 reverse_iterator rend() { return {Args.rend(), Args.rend()}; } function in class:llvm::opt::ArgList
200 const_reverse_iterator rbegin() const { return {Args.rbegin(), Args.rend()}; }
201 const_reverse_iterator rend() const { return {Args.rend(), Args.rend()}; } function in class:llvm::opt::ArgList
218 auto B = Args.rend() - Range.second;
219 auto E = Args.rend()
[all...]

Completed in 210 milliseconds

1234567891011>>