Searched refs:it (Results 1 - 25 of 1656) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Drriterator.c45 dns_rriterator_init(dns_rriterator_t *it, dns_db_t *db, dns_dbversion_t *ver, argument
49 it->magic = RRITERATOR_MAGIC;
50 it->db = db;
51 it->dbit = NULL;
52 it->ver = ver;
53 it->now = now;
54 it->node = NULL;
55 result = dns_db_createiterator(it->db, 0, &it->dbit);
58 it
68 dns_rriterator_first(dns_rriterator_t *it) argument
113 dns_rriterator_nextrrset(dns_rriterator_t *it) argument
151 dns_rriterator_next(dns_rriterator_t *it) argument
167 dns_rriterator_pause(dns_rriterator_t *it) argument
173 dns_rriterator_destroy(dns_rriterator_t *it) argument
185 dns_rriterator_current(dns_rriterator_t *it, dns_name_t **name, isc_uint32_t *ttl, dns_rdataset_t **rdataset, dns_rdata_t **rdata) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
H A Ddebug_fn_imps.hpp6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
49 for (const_iterator it = begin(); it != end(); ++it)
51 debug_base::check_key_exists(PB_DS_V2F(*it));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/detail/splay_tree_/
H A Dfind_fn_imps.hpp6 // software; you can redistribute it and/or modify it under the
11 // This library is distributed in the hope that it will be useful,
24 // this file and link it with other files to produce an executable, this
50 find_iterator it = PB_ASSOC_BASE_C_DEC::find(r_key); local
52 if (it != PB_ASSOC_BASE_C_DEC::end())
53 splay(it.m_p_nd);
55 return (it);
63 find_iterator it = PB_ASSOC_BASE_C_DEC::lower_bound(r_key); local
65 if (it !
76 find_iterator it = PB_ASSOC_BASE_C_DEC::upper_bound(r_key); local
89 find_iterator it = PB_ASSOC_BASE_C_DEC::upper_bound(r_key); local
102 find_iterator it = PB_ASSOC_BASE_C_DEC::find(r_key); local
115 const_find_iterator it = PB_ASSOC_BASE_C_DEC::find(r_key); local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/pb_ds/example/
H A Dpriority_queue_split_join.cc6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
69 __gnu_pbds::priority_queue<int>::const_iterator it; local
70 for (it = even_p.begin(); it != even_p.end(); ++it)
71 cout <<* it << endl;
78 for (it = odd_p.begin(); it !
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dthumb2_bcond.s7 it ne
9 it cc
11 it cs
13 it lt
15 it eq
17 it gt
19 it lt
21 it eq
H A Darm-it-bad-3.d2 #as: -mimplicit-it=always
3 #error-output: arm-it-bad-3.l
H A Darm-it-bad.d2 #as: -march=armv7a -mimplicit-it=never
3 #error-output: arm-it-bad.l
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/list/operations/
H A D42352.cc6 // software; you can redistribute it and/or modify it under the
11 // This library is distributed in the hope that it will be useful,
32 for (auto it = l.begin(); it != l.end(); ++it)
35 VERIFY( *it == nn++ );
54 for (auto it = l.begin(); it != l.end(); ++it)
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dtasn_new.c67 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it,
69 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
71 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
73 ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it) argument
76 if (ASN1_item_ex_new(&ret, it) > 0)
83 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
85 return asn1_item_ex_combine_new(pval, it, 0);
88 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it, argument
94 const ASN1_AUX *aux = it->funcs;
106 if (it
230 asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
268 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item); local
325 ASN1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
377 asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
[all...]
H A Dtasn_fre.c65 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine);
69 void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it) argument
71 asn1_item_combine_free(&val, it, 0);
74 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
76 asn1_item_combine_free(pval, it, 0);
79 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) argument
84 const ASN1_AUX *aux = it->funcs;
89 if ((it->itype != ASN1_ITYPE_PRIMITIVE) && !*pval)
96 switch(it->itype)
100 if (it
204 ASN1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Ddebug_fn_imps.hpp6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
71 for (const_iterator it = begin(); it != end(); ++it)
74 debug_base::check_key_exists(PB_DS_V2F(*it));
75 _GLIBCXX_DEBUG_ASSERT(lower_bound(PB_DS_V2F(*it)) == it);
76 _GLIBCXX_DEBUG_ASSERT(--upper_bound(PB_DS_V2F(*it))
[all...]
/netbsd-6-1-5-RELEASE/distrib/syspkg/sets/base/base-locale-it/
H A DMakefile3 PKGBASE=base-locale-it
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/detail/lu_map_/
H A Ddebug_fn_imps.hpp6 // software; you can redistribute it and/or modify it under the
11 // This library is distributed in the hope that it will be useful,
24 // this file and link it with other files to produce an executable, this
54 for (const_iterator it = begin(); it != end(); ++it)
56 my_map_debug_base::check_key_exists(PB_ASSOC_V2F(*it));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/detail/ov_tree_map_/
H A Ddebug_fn_imps.hpp6 // software; you can redistribute it and/or modify it under the
11 // This library is distributed in the hope that it will be useful,
24 // this file and link it with other files to produce an executable, this
72 for (const_iterator it = begin(); it != end(); ++it)
77 PB_ASSOC_V2F(*it)));
80 PB_ASSOC_V2F(*it)) == it);
[all...]
H A Dcond_dtor.hpp6 // software; you can redistribute it and/or modify it under the
11 // This library is distributed in the hope that it will be useful,
24 // this file and link it with other files to produce an executable, this
59 iterator it = m_a_vec;
61 while (it != m_r_last_it)
63 it->~value_type();
65 ++it;
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/wpa_gui/
H A Deventhistory.ui.h25 WpaMsgList::iterator it; local
26 for (it = msgs.begin(); it != msgs.end(); it++) {
27 addEvent(*it);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/graphite/
H A Dpr38498.c5 int i, j, r, it; local
9 for (it = 0;; it++)
11 if ((sqerr == 0.0) || (it >= maxiter-1) ||((it > 0) && ( ((prev_sqerr - sqerr) / prev_sqerr) < epsilon )) )
/netbsd-6-1-5-RELEASE/tests/lib/libc/sys/
H A Dt_getitimer.c62 struct itimerval it; local
69 (void)memset(&it, 0, sizeof(struct itimerval));
71 ATF_REQUIRE(getitimer(ITIMER_REAL, &it) == 0);
73 if (it.it_value.tv_sec != 0 || it.it_value.tv_usec != 0)
76 ATF_REQUIRE(getitimer(ITIMER_VIRTUAL, &it) == 0);
78 if (it.it_value.tv_sec != 0 || it.it_value.tv_usec != 0)
81 ATF_REQUIRE(getitimer(ITIMER_PROF, &it) == 0);
83 if (it
100 struct itimerval it; local
120 struct itimerval it; local
154 struct itimerval it, ot; local
179 struct itimerval it, ot; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
H A Derase_fn_imps.hpp6 // software; you can redistribute it and/or modify it under the
11 // This library is distributed in the hope that it will be useful,
24 // this file and link it with other files to produce an executable, this
57 erase(iterator it) argument
59 return (my_base::erase(it));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dcond_dtor.hpp6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
54 iterator it = m_a_vec;
55 while (it != m_r_last_it)
57 it->~value_type();
58 ++it;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/
H A Dorder_statistics_imp.hpp6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
46 node_iterator it = node_begin(); local
50 while (it != end_it)
52 node_iterator l_it = it.get_l_child();
59 return (*it);
61 it = l_it;
66 it = it
86 const_node_iterator it = node_begin(); local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/forward_list/cons/
H A D10.cc8 // software; you can redistribute it and/or modify it under the
13 // This library is distributed in the hope that it will be useful,
42 for(auto it = fl.begin(); it != fl.end(); ++it)
43 VERIFY( *it == -1 );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/lto/
H A D20091219_0.C12 Map::const_iterator it = m.find(0); local
13 if (it != m.end())
14 std::string s = it->second;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/24_iterators/random_access_iterator/
H A D26020.cc4 // software; you can redistribute it and/or modify it under the
9 // This library is distributed in the hope that it will be useful,
33 list<int>::iterator it(ll.begin());
35 advance(it, 0.5);
37 VERIFY( it == ll.begin() );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/
H A D4.cc8 // software; you can redistribute it and/or modify it under the
13 // This library is distributed in the hope that it will be useful,
32 test_buffer_1(const std::string& s) : str(s), it(str.begin()) { }
35 virtual int underflow() { return (it != str.end() ? *it : EOF); }
36 virtual int uflow() { return (it != str.end() ? *it++ : EOF); }
40 std::string::const_iterator it; member in class:test_buffer_1
47 test_buffer_2(const std::string& s) : str(s), it(st
55 std::string::const_iterator it; member in class:test_buffer_2
74 std::string::const_iterator it; member in class:test_buffer_3
96 std::string::const_iterator it; member in class:test_buffer_4
[all...]

Completed in 200 milliseconds

1234567891011>>