Home
last modified time | relevance | path

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

12345678910>>...18

/netbsd-src/external/bsd/wpa/dist/hostapd/
H A Dhlr_auc_gw.c593 char *rpos, *rend; in sim_req_auth() local
608 rend = resp + resp_len; in sim_req_auth()
610 ret = snprintf(rpos, rend - rpos, "SIM-RESP-AUTH %s", imsi); in sim_req_auth()
611 if (ret < 0 || ret >= rend - rpos) in sim_req_auth()
623 rpos += wpa_snprintf_hex(rpos, rend - rpos, kc, 8); in sim_req_auth()
625 rpos += wpa_snprintf_hex(rpos, rend - rpos, sres, 4); in sim_req_auth()
627 rpos += wpa_snprintf_hex(rpos, rend - rpos, _rand, 16); in sim_req_auth()
638 if (rpos < rend) in sim_req_auth()
640 rpos += wpa_snprintf_hex(rpos, rend - rpos, g->kc, 8); in sim_req_auth()
641 if (rpos < rend) in sim_req_auth()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Drange_access.h172 rend(_Container& __cont) -> decltype(__cont.rend()) in _GLIBCXX_VISIBILITY()
173 { return __cont.rend(); } in _GLIBCXX_VISIBILITY()
183 rend(const _Container& __cont) -> decltype(__cont.rend()) in _GLIBCXX_VISIBILITY()
184 { return __cont.rend(); } in _GLIBCXX_VISIBILITY()
205 rend(_Tp (&__arr)[_Nm]) noexcept in _GLIBCXX_VISIBILITY()
227 rend(initializer_list<_Tp> __il) noexcept in _GLIBCXX_VISIBILITY()
249 crend(const _Container& __cont) -> decltype(std::rend(__cont)) in _GLIBCXX_VISIBILITY()
250 { return std::rend(__cont); } in _GLIBCXX_VISIBILITY()
H A Dranges_base.h284 { __decay_copy(__t.rend()) } in _GLIBCXX_VISIBILITY()
288 void rend(auto&) = delete; in _GLIBCXX_VISIBILITY()
289 void rend(const auto&) = delete; in _GLIBCXX_VISIBILITY()
295 { __decay_copy(rend(__t)) } in _GLIBCXX_VISIBILITY()
307 return noexcept(__decay_copy(std::declval<_Tp&>().rend())); in _GLIBCXX_VISIBILITY()
309 return noexcept(__decay_copy(rend(std::declval<_Tp&>()))); in _GLIBCXX_VISIBILITY()
331 return __t.rend(); in _GLIBCXX_VISIBILITY()
333 return rend(__t); in _GLIBCXX_VISIBILITY()
571 inline constexpr __cust_access::_REnd rend{}; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/mpl/bind/dist/lib/isccc/
H A Dbase64.c50 sr.length = (unsigned int)(source->rend - source->rstart); in isccc_base64_encode()
52 (unsigned int)(target->rend - target->rstart)); in isccc_base64_encode()
58 source->rstart = source->rend; in isccc_base64_encode()
69 (unsigned int)(target->rend - target->rstart)); in isccc_base64_decode()
H A Dcc.c298 source.rend = digest + digestlen; in sign()
302 target.rend = digestb64 + sizeof(digestb64); in sign()
439 source.rend = digest + digestlen; in verify()
442 target.rend = digestb64 + sizeof(digestb64); in verify()
457 if ((region->rend - region->rstart) != HMD5_LENGTH) { in verify()
475 if ((region->rend - region->rstart) != HSHA_LENGTH + 1) { in verify()
520 active.rend = active.rstart + len; in value_fromwire()
521 source->rstart = active.rend; in value_fromwire()
591 (unsigned int)(source->rend - checksum_rstart), in table_fromwire()
880 r.rend in isccc_cc_definestring()
[all...]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Diterators_fn_imps.hpp73 return rend(); in rbegin()
83 return rend(); in rbegin()
90 rend() in rend() function in PB_DS_CLASS_C_DEC
96 rend() const in rend() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Diterators_fn_imps.hpp73 return rend(); in rbegin()
83 return rend(); in rbegin()
90 rend() in rend() function in PB_DS_CLASS_C_DEC
96 rend() const in rend() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Option/
H A DArgList.h194 reverse_iterator rbegin() { return {Args.rbegin(), Args.rend()}; } in rbegin()
195 reverse_iterator rend() { return {Args.rend(), Args.rend()}; } in rend() function
200 const_reverse_iterator rbegin() const { return {Args.rbegin(), Args.rend()}; } in rbegin()
201 const_reverse_iterator rend() const { return {Args.rend(), Args.rend()}; } in rend() function
218 auto B = Args.rend() - Range.second; in filtered_reverse()
219 auto E = Args.rend() - Range.first; in filtered_reverse()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTrace.h92 reverse_iterator rend () { return BasicBlocks.rend(); } in rend() function
93 const_reverse_iterator rend () const { return BasicBlocks.rend(); } in rend() function
/netbsd-src/external/bsd/kyua-cli/dist/utils/process/
H A Dfdstream_test.cpp53 ifdstream rend(fds[0]); in ATF_TEST_CASE_BODY() local
63 rend >> tmp; in ATF_TEST_CASE_BODY()
65 rend >> tmp; in ATF_TEST_CASE_BODY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Drange_access.h161 rend(_Container& __cont) -> decltype(__cont.rend()) in _GLIBCXX_VISIBILITY()
162 { return __cont.rend(); } in _GLIBCXX_VISIBILITY()
171 rend(const _Container& __cont) -> decltype(__cont.rend()) in _GLIBCXX_VISIBILITY()
172 { return __cont.rend(); } in _GLIBCXX_VISIBILITY()
191 rend(_Tp (&__arr)[_Nm]) noexcept in _GLIBCXX_VISIBILITY()
211 rend(initializer_list<_Tp> __il) noexcept in _GLIBCXX_VISIBILITY()
231 crend(const _Container& __cont) -> decltype(std::rend(__cont)) in _GLIBCXX_VISIBILITY()
232 { return std::rend(__cont); } in _GLIBCXX_VISIBILITY()
578 { __decay_copy(__t.rend()) } in _GLIBCXX_VISIBILITY()
582 void rend(auto&) = delete; in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/sys/arch/evbmips/loongson/
H A Dloongson_bus_io.c75 bus_addr_t rend; in bonito_bus_io_legacy_map() local
82 rend = addr + size - 1; in bonito_bus_io_legacy_map()
84 if (addr >= r->start && rend <= r->end) in bonito_bus_io_legacy_map()
/netbsd-src/external/bsd/atf/dist/tools/
H A Dio_test.cpp197 file_handle rend(pfd[0]); in ATF_TEST_CASE_BODY() local
200 ATF_REQUIRE(rend.get() != 10); in ATF_TEST_CASE_BODY()
207 ATF_REQUIRE_EQ(::read(rend.get(), buf, sizeof(buf)), 16); in ATF_TEST_CASE_BODY()
220 ATF_REQUIRE_EQ(::read(rend.get(), buf, sizeof(buf)), 16); in ATF_TEST_CASE_BODY()
292 pistream rend(fds[0]); in ATF_TEST_CASE_BODY() local
302 rend >> tmp; in ATF_TEST_CASE_BODY()
304 rend >> tmp; in ATF_TEST_CASE_BODY()
/netbsd-src/external/bsd/byacc/dist/
H A Dwarshall.c17 unsigned *rend; in transitive_closure() local
39 rend = rowj + rowsize; in transitive_closure()
40 while (rowj < rend) in transitive_closure()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h602 iterator end() { return Impl.rend(); } in end()
604 const_iterator end() const { return Impl.rend(); } in end()
606 reverse_iterator rend() { return Impl.end(); } in rend() function
608 const_reverse_iterator rend() const { return Impl.end(); } in rend() function
881 reverse_iterator rend() { return Elements.rend(); } in rend() function
883 const_reverse_iterator rend() const { return Elements.rend(); } in rend() function
906 reverse_ref_iterator rref_end() { return {this, rend()}; } in rref_end()
908 const_reverse_ref_iterator rref_end() const { return {this, rend()}; } in rref_end()
943 pred_reverse_iterator pred_rend() { return Preds.rend(); } in pred_rend()
945 const_pred_reverse_iterator pred_rend() const { return Preds.rend(); } in pred_rend()
[all …]
/netbsd-src/sys/arch/atari/stand/libsa/
H A Ddiskio.c40 typedef struct { rdsec_f rds; u_int rst; u_int rend; } bdevd_t; member
74 bootdev.rend = pd->p_offset + pd->p_size - 1; in init_dskio()
99 if ((flag == F_READ) && !(size & 511) && (stb + nb <= dd->rend)) { in rootstrategy()
/netbsd-src/external/mpl/bind/dist/lib/isccc/include/isccc/
H A Dutil.h204 #define REGION_SIZE(r) ((unsigned int)((r).rend - (r).rstart))
205 #define REGION_EMPTY(r) ((r).rstart == (r).rend)
209 (r).rend = (r).rstart + strlen(s); \
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSetVector.h112 reverse_iterator rend() { in rend() function
113 return vector_.rend(); in rend()
117 const_reverse_iterator rend() const { in rend() function
118 return vector_.rend(); in rend()
H A DMapVector.h76 reverse_iterator rend() { return Vector.rend(); } in rend() function
77 const_reverse_iterator rend() const { return Vector.rend(); } in rend() function
H A DAllocatorList.h167 reverse_iterator rend() { return reverse_iterator(List.rend()); } in rend() function
171 const_reverse_iterator rend() const { in rend() function
172 return const_reverse_iterator(List.rend()); in rend()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DSequenceToOffsetTable.h98 return std::lexicographical_compare(A.rbegin(), A.rend(), in operator()
99 B.rbegin(), B.rend(), L); in operator()
115 return A.size() <= B.size() && std::equal(A.rbegin(), A.rend(), B.rbegin()); in isSuffix()
/netbsd-src/sys/arch/x86/x86/
H A Dbus_space.c296 bus_addr_t rstart, bus_addr_t rend, in bus_space_reserve_subregion() argument
314 rstart, rend, size, alignment, boundary, flags, bsrp); in bus_space_reserve_subregion()
333 rend = MIN(rend, ex->ex_end); in bus_space_reserve_subregion()
334 if (rstart >= rend) in bus_space_reserve_subregion()
340 error = extent_alloc_subregion(ex, rstart, rend, size, alignment, in bus_space_reserve_subregion()
391 bus_space_alloc(bus_space_tag_t t, bus_addr_t rstart, bus_addr_t rend, in bus_space_alloc() argument
405 rstart, rend, size, alignment, boundary, flags, bpap, bshp); in bus_space_alloc()
411 error = bus_space_reserve_subregion(t, rstart, rend, size, alignment, in bus_space_alloc()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Diterators_fn_imps.hpp94 rend() in rend() function in PB_DS_CLASS_C_DEC
102 rend() const in rend() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Diterators_fn_imps.hpp94 rend() in rend() function in PB_DS_CLASS_C_DEC
102 rend() const in rend() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h168 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function
174 const_reverse_iterator rend() const { in rend() function
207 return llvm::make_range(rbegin(), rend()); in reverse()
211 return llvm::make_range(rbegin(), rend()); in reverse()

12345678910>>...18