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

1234567891011>>

/freebsd-10-stable/contrib/libstdc++/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
24 // file, or you compile this file and link it with other files to
55 for (const_iterator it = begin(); it != end(); ++it)
57 map_debug_base::check_key_exists(PB_DS_V2F(*it));
/freebsd-10-stable/contrib/libstdc++/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
24 // file, or you compile this file and link it with other files to
77 for (const_iterator it = begin(); it != end(); ++it)
80 map_debug_base::check_key_exists(PB_DS_V2F(*it));
81 _GLIBCXX_DEBUG_ASSERT(lower_bound(PB_DS_V2F(*it)) == it);
[all...]
H A Derase_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
24 // file, or you compile this file and link it with other files to
156 for (typename internal_node::iterator it =
158 it != static_cast<internal_node_pointer>(p_nd)->end();
159 ++it)
161 node_pointer p_child =* it;
176 erase(const_iterator it) argument
180 if (it
195 erase(iterator it) argument
213 erase(const_reverse_iterator it) argument
232 erase(reverse_iterator it) argument
257 iterator it = begin(); local
[all...]
/freebsd-10-stable/crypto/openssl/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;
104 if (it
220 asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
256 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item); local
309 ASN1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
362 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,
70 void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it) argument
72 asn1_item_combine_free(&val, it, 0);
75 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
77 asn1_item_combine_free(pval, it, 0);
80 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, argument
86 const ASN1_AUX *aux = it->funcs;
91 if ((it->itype != ASN1_ITYPE_PRIMITIVE) && !*pval)
98 switch (it->itype) {
101 if (it
195 ASN1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
[all...]
H A Dx_bignum.c67 * as a BIGNUM directly. Currently it ignores the sign which isn't a problem
74 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
75 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
78 const ASN1_ITEM *it);
80 int utype, char *free_cont, const ASN1_ITEM *it);
99 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
108 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
112 if (it->size & BN_SENSITIVE)
120 const ASN1_ITEM *it)
141 int utype, char *free_cont, const ASN1_ITEM *it)
119 bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) argument
140 bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) argument
[all...]
H A Dx_long.c70 static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
71 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
74 const ASN1_ITEM *it);
76 int utype, char *free_cont, const ASN1_ITEM *it);
77 static int long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it,
98 static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
100 *(long *)pval = it->size;
104 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
106 *(long *)pval = it->size;
110 const ASN1_ITEM *it)
109 long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) argument
155 long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) argument
192 long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx) argument
[all...]
H A Dtasn_utl.c76 int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
78 int *sel = offset2ptr(*pval, it->utype);
87 const ASN1_ITEM *it)
90 sel = offset2ptr(*pval, it->utype);
97 * Do reference counting. The value 'op' decides what to do. if it is +1
103 int asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it) argument
107 if ((it->itype != ASN1_ITYPE_SEQUENCE)
108 && (it->itype != ASN1_ITYPE_NDEF_SEQUENCE))
110 aux = it->funcs;
120 fprintf(stderr, "%s: Reference Count: %d\n", it
86 asn1_set_choice_selector(ASN1_VALUE **pval, int value, const ASN1_ITEM *it) argument
129 asn1_get_enc_ptr(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
140 asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
151 asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
164 asn1_enc_save(ASN1_VALUE **pval, const unsigned char *in, int inlen, const ASN1_ITEM *it) argument
184 asn1_enc_restore(int *len, unsigned char **out, ASN1_VALUE **pval, const ASN1_ITEM *it) argument
[all...]
/freebsd-10-stable/contrib/netbsd-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
155 struct itimerval it, ot; local
175 struct itimerval it, ot; local
[all...]
/freebsd-10-stable/contrib/libstdc++/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
24 // file, or you compile this file and link it with other files to
60 iterator it = m_a_vec;
61 while (it != m_r_last_it)
63 it->~value_type();
64 ++it;
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
24 // file, or you compile this file and link it with other files to
73 for (const_iterator it = begin(); it != end(); ++it)
76 _GLIBCXX_DEBUG_ONLY(map_debug_base::check_key_exists(PB_DS_V2F(*it));)
77 _GLIBCXX_DEBUG_ASSERT(lower_bound(PB_DS_V2F(*it)) == it);
[all...]
/freebsd-10-stable/contrib/libstdc++/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
24 // file, or you compile this file and link it with other files to
52 node_iterator it = node_begin(); local
56 while (it != end_it)
58 node_iterator l_it = it.get_l_child();
65 return (*it);
67 it = l_it;
72 it
92 const_node_iterator it = node_begin(); local
[all...]
/freebsd-10-stable/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dcmp_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
24 // file, or you compile this file and link it with other files to
64 for (typename Other_Map_Type::const_iterator it = other.begin();
65 it != other.end(); ++it)
67 const_key_reference r_key = const_key_reference(PB_DS_V2F(*it));
77 if (p_mapped_value->second != it->second)
H A Dinfo_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
24 // file, or you compile this file and link it with other files to
82 for (typename Other_Map_Type::const_iterator it = other.begin();
83 it != other.end(); ++it)
85 const_key_reference r_key =(const_key_reference)PB_DS_V2F(*it);
94 if (p_mapped_value->second != it->second)
/freebsd-10-stable/contrib/llvm/lib/Option/
H A DArgList.cpp48 for (iterator it = begin(), ie = end(); it != ie; ) {
49 if ((*it)->getOption().matches(Id)) {
50 it = Args.erase(it);
53 ++it;
60 for (const_reverse_iterator it = rbegin(), ie = rend(); it != ie; ++it)
61 if ((*it)
[all...]
/freebsd-10-stable/contrib/openbsm/bin/auditdistd/
H A Dsigtimedwait.h49 struct itimerval it; local
59 timerclear(&it.it_interval);
60 it.it_value.tv_sec = timeout->tv_sec;
61 it.it_value.tv_usec = timeout->tv_nsec / 1000;
62 if (it.it_value.tv_sec == 0 && it.it_value.tv_usec == 0)
63 it.it_value.tv_usec = 1;
64 PJDLOG_VERIFY(setitimer(ITIMER_REAL, &it, NULL) == 0);
72 timerclear(&it.it_interval);
73 timerclear(&it
[all...]
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp27 // well formed predicates, this doesn't happen, but it commonly occurs in
129 for (changeset_ty::const_iterator it = S.begin(),
130 ie = S.end(); it != ie; ++it)
131 for (succ_iterator_ty it2 = succ_begin(*it),
132 ie2 = succ_end(*it); it2 != ie2; ++it2)
190 for (changeset_ty::const_iterator it = Changes.begin(),
191 ie = Changes.end(); it != ie; ++it) {
192 Predecessors.insert(std::make_pair(*it, st
[all...]
H A DDeltaAlgorithm.cpp34 for (changeset_ty::const_iterator it = S.begin(),
35 ie = S.end(); it != ie; ++it, ++idx)
36 ((idx < N) ? LHS : RHS).insert(*it);
60 for (changesetlist_ty::const_iterator it = Sets.begin(),
61 ie = Sets.end(); it != ie; ++it)
62 Split(*it, SplitSets);
73 for (changesetlist_ty::const_iterator it = Sets.begin(),
74 ie = Sets.end(); it !
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/
H A DCocoaConventions.cpp98 StringRef::iterator it = functionName.begin(); local
99 StringRef::iterator start = it;
104 for ( ; it != endI ; ++it) {
106 char ch = *it;
109 if (ch == 'c' && it != start && isLetter(*(it - 1)))
112 ++it;
118 if (it == endI)
123 StringRef suffix = functionName.substr(it
[all...]
/freebsd-10-stable/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/
H A Derase_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
24 // file, or you compile this file and link it with other files to
52 point_iterator it = find(r_key); local
53 if (it == base_type::end())
55 erase(it);
62 erase(iterator it) argument
65 if (it == base_type::end())
66 return it;
77 erase(reverse_iterator it) argument
97 iterator it = base_type::begin(); local
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
H A DTextDiagnosticBuffer.cpp67 for (const_iterator it = err_begin(), ie = err_end(); it != ie; ++it)
69 escapeDiag(it->second, Buf)));
70 for (const_iterator it = warn_begin(), ie = warn_end(); it != ie; ++it)
72 escapeDiag(it->second, Buf)));
73 for (const_iterator it = note_begin(), ie = note_end(); it !
[all...]
/freebsd-10-stable/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dmap_debug_base.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
24 // file, or you compile this file and link it with other files to
182 key_set_iterator it = find(r_key); local
183 if (it == m_key_set.end())
188 m_key_set.erase(it);
262 for (iterator_type it = m_key_set.begin(); it != m_key_set.end(); ++it)
274 key_set_iterator it = m_key_set.begin(); local
317 key_set_iterator it = m_key_set.begin(); local
337 key_set_iterator it = other.m_key_set.begin(); local
[all...]
/freebsd-10-stable/contrib/binutils/binutils/
H A Dsysinfo.y6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
11 This program is distributed in the hope that it will be useful,
25 static char *it;
91 it_list: it it_list
95 it: label
98 it = $2; code = $3;
102 printf("\n\n\n#define IT_%s_CODE 0x%x\n", it,code);
103 printf("struct IT_%s;\n", it);
105 $2, it);
[all...]
/freebsd-10-stable/sys/kern/
H A Dkern_time.c108 void itimer_fire(struct itimer *it);
646 * as a delta, so that it is easy to keep periodic real-time signals from
652 * real time due to interrupt processing in the system, it is possible for
654 * in real time past when it is supposed to occur. It does not suffice,
851 * fix it to have at least minimal value (i.e. if it is less
852 * than the resolution of the clock, round it up.)
870 * it. In this case, carry over (usec - old value) to
873 * that it is called in a context where the timers
874 * on which it i
1045 struct itimer *it; local
1055 struct itimer *it; local
1062 itimer_enter(struct itimer *it) argument
1070 itimer_leave(struct itimer *it) argument
1116 struct itimer *it; local
1235 struct itimer *it; local
1255 struct itimer *it; local
1312 struct itimer *it; local
1353 struct itimer *it; local
1387 struct itimer *it; local
1405 realtimer_create(struct itimer *it) argument
1412 realtimer_delete(struct itimer *it) argument
1429 realtimer_gettime(struct itimer *it, struct itimerspec *ovalue) argument
1450 realtimer_settime(struct itimer *it, int flags, struct itimerspec *value, struct itimerspec *ovalue) argument
1509 struct itimer *it; local
1540 struct itimer *it; local
1584 itimer_fire(struct itimer *it) argument
1647 struct itimer *it; local
[all...]
/freebsd-10-stable/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
H A Derase_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
24 // file, or you compile this file and link it with other files to
76 iterator it(p_z);
78 ++it;
80 m_p_head->m_p_left = it.m_p_nd;
84 iterator it(p_z);
86 --it;
88 m_p_head->m_p_right = it
[all...]

Completed in 240 milliseconds

1234567891011>>