Home
last modified time | relevance | path

Searched refs:it (Results 1 – 25 of 3863) sorted by relevance

12345678910>>...155

/openbsd/usr.bin/ctfconv/
H A Dparse.c209 it = pmalloc(&it_pool, sizeof(*it)); in it_new()
231 return it; in it_new()
240 copit = it_new(it->it_idx, it->it_off, it_name(it), it->it_size, in it_dup()
241 it->it_enc, it->it_ref, it->it_type, it->it_flags); in it_dup()
293 if (it == NULL || it->it_flags & ITF_USED) in it_reference()
500 it->it_off, it_name(it), it->it_type, it->it_ref); in cu_resolve()
548 for (it = first; it != NULL; it = nit) { in cu_merge()
596 RB_INSERT(itype_tree, &itypet[it->it_type], it); in cu_merge()
604 for (it = first; it != NULL; it = nit) { in cu_merge()
625 it = TAILQ_PREV(it, itype_queue, it_next); in cu_merge()
[all …]
H A Dctfconv.c363 it->it_refp = it; in elf_sort()
373 it = it_dup(it); in elf_sort()
430 it_name(it), ctf_enc2name(it->it_enc), it->it_size); in dump_type()
434 type_name(it), it->it_refp->it_idx); in dump_type()
438 it->it_idx, it_name(it), it->it_refp->it_idx); in dump_type()
442 type_name(it), it->it_refp->it_idx); in dump_type()
446 type_name(it), it->it_refp->it_idx); in dump_type()
450 it_name(it), it->it_refp->it_idx); in dump_type()
454 it->it_idx, type_name(it), it->it_refp->it_idx, long_tidx, in dump_type()
462 type_name(it), it->it_size); in dump_type()
[all …]
/openbsd/lib/libcrypto/asn1/
H A Dtasn_new.c108 switch (it->itype) { in asn1_item_ex_new()
110 ef = it->funcs; in asn1_item_ex_new()
162 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) { in asn1_item_ex_new()
191 ef = it->funcs; in asn1_item_clear()
199 if (it->templates) in asn1_item_clear()
274 if (it != NULL && it->funcs != NULL) { in ASN1_primitive_new()
282 if (!it || (it->itype == ASN1_ITYPE_MSTRING)) in ASN1_primitive_new()
285 utype = it->utype; in ASN1_primitive_new()
310 if (it != NULL && it->itype == ASN1_ITYPE_MSTRING && in ASN1_primitive_new()
326 if (it != NULL && it->funcs != NULL) { in asn1_primitive_clear()
[all …]
H A Dtasn_fre.c74 asn1_item_free(&val, it); in ASN1_item_free()
81 asn1_item_free(pval, it); in ASN1_item_ex_free()
103 switch (it->itype) { in asn1_item_free()
105 if (it->templates) in asn1_item_free()
124 tt = it->templates + i; in asn1_item_free()
135 ef = it->funcs; in asn1_item_free()
155 tt = it->templates + it->tcount - 1; in asn1_item_free()
194 if (it != NULL && it->funcs != NULL) { in ASN1_primitive_free()
202 if (!it) { in ASN1_primitive_free()
213 utype = it->utype; in ASN1_primitive_free()
[all …]
H A Dtasn_enc.c78 const ASN1_ITEM *it);
155 switch (it->itype) { in ASN1_item_ex_i2d()
158 if (it->templates) in ASN1_item_ex_i2d()
192 chtt = it->templates + i; in ASN1_item_ex_i2d()
204 ef = it->funcs; in ASN1_item_ex_i2d()
233 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) { in ASN1_item_ex_i2d()
250 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) { in ASN1_item_ex_i2d()
503 utype = it->utype; in asn1_i2d_ex_primitive()
562 const ASN1_ITEM *it) in asn1_ex_i2c() argument
572 if (it->funcs != NULL) { in asn1_ex_i2c()
[all …]
H A Dtasn_dec.c284 if (it->funcs != NULL) in asn1_c2i_primitive()
391 if (it->utype != V_ASN1_ANY || it->funcs != NULL) in asn1_c2i_any()
423 if (it->funcs != NULL) { in asn1_c2i()
455 const ASN1_ITEM *it) in asn1_d2i_primitive_content() argument
611 int utype = it->utype; in asn1_d2i_primitive()
624 tag_number = it->utype; in asn1_d2i_primitive()
704 if (i == it->tcount) { in asn1_item_d2i_choice()
728 it->sname); in asn1_item_d2i_choice()
904 it->sname); in asn1_item_d2i_sequence()
952 switch (it->itype) { in asn1_item_d2i()
[all …]
H A Dx_long.c78 const ASN1_ITEM *it);
128 long_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in long_new() argument
130 long_clear(pval, it); in long_new()
136 long_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in long_free() argument
138 long_clear(pval, it); in long_free()
142 long_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in long_clear() argument
145 long_set(pval, it->size); in long_clear()
150 const ASN1_ITEM *it) in long_i2c() argument
163 if (val == it->size) in long_i2c()
182 char *free_content, const ASN1_ITEM *it) in long_c2i() argument
[all …]
H A Dtasn_utl.c82 int *sel = offset2ptr(*pval, it->utype); in asn1_get_choice_selector()
94 sel = offset2ptr(*pval, it->utype); in asn1_set_choice_selector()
112 if ((it->itype != ASN1_ITYPE_SEQUENCE) && in asn1_do_lock()
113 (it->itype != ASN1_ITYPE_NDEF_SEQUENCE)) in asn1_do_lock()
115 aux = it->funcs; in asn1_do_lock()
130 const ASN1_AUX *aux = it->funcs; in asn1_get_enc_ptr()
146 if ((aenc = asn1_get_enc_ptr(pval, it)) == NULL) in asn1_enc_init()
168 if ((aenc = asn1_get_enc_ptr(pval, it)) == NULL) in asn1_enc_cleanup()
181 if ((aenc = asn1_get_enc_ptr(pval, it)) == NULL) in asn1_enc_save()
202 const ASN1_ITEM *it) in asn1_enc_restore() argument
[all …]
H A Dtasn_prn.c104 sname = it->sname; in ASN1_item_print()
117 const ASN1_AUX *aux = it->funcs; in asn1_item_print_ctx()
142 switch (it->itype) { in asn1_item_print_ctx()
144 if (it->templates) { in asn1_item_print_ctx()
146 it->templates, pctx)) in asn1_item_print_ctx()
161 ef = it->funcs; in asn1_item_print_ctx()
184 tt = it->templates + i; in asn1_item_print_ctx()
214 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) { in asn1_item_print_ctx()
414 if (it != NULL && it->funcs != NULL) { in asn1_primitive_print()
426 utype = it->utype; in asn1_primitive_print()
[all …]
/openbsd/regress/lib/libc/sys/
H A Dt_getitimer.c63 struct itimerval it; in ATF_TC_BODY() local
74 if (it.it_value.tv_sec != 0 || it.it_value.tv_usec != 0) in ATF_TC_BODY()
79 if (it.it_value.tv_sec != 0 || it.it_value.tv_usec != 0) in ATF_TC_BODY()
84 if (it.it_value.tv_sec != 0 || it.it_value.tv_usec != 0) in ATF_TC_BODY()
101 struct itimerval it; in ATF_TC_BODY() local
121 struct itimerval it; in ATF_TC_BODY() local
123 it.it_value.tv_sec = 0; in ATF_TC_BODY()
156 struct itimerval it, ot; in ATF_TC_BODY() local
176 struct itimerval it, ot; in ATF_TC_BODY() local
184 it.it_value.tv_sec = 4; in ATF_TC_BODY()
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/doc/
H A Drefcard.tex247 gdb {\it program} \opt{{\it core}}&debug {\it program} \opt{using
249 b \opt{\it file\tt:}{\it function}&set breakpoint at {\it function} \opt{in \it file}\cr
261 gdb {\it program core}&debug coredump {\it core} produced by {\it
293 set env {\it var} {\it string}&set environment variable {\it var}\cr
312 b \opt{\it file\tt:}{\it line}&set breakpoint at {\it line} number \opt{in \it file}\par
314 break \opt{\it file\tt:}{\it func}&set breakpoint at {\it
351 ignore {\it n} {\it count}&ignore breakpoint {\it n}, {\it count}
406 set var={\it expr}&evaluate {\it expr} without displaying it; use for
455 {\it addr\/}@{\it len}&an array of {\it len} elements beginning at {\it
457 {\it file}::{\it nm}&a variable or function {\it nm} defined in {\it
[all …]
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Derase_fn_imps.hpp159 ++it) in clear_imp()
180 if (it == end()) in erase()
181 return it; in erase()
195 erase(iterator it) in erase() argument
200 return it; in erase()
218 return it; in erase()
237 return it; in erase()
264 it = erase(it); in erase_if()
267 ++it; in erase_if()
314 ++it; in update_min_max_for_erased_leaf()
[all …]
H A Ddebug_fn_imps.hpp77 for (const_iterator it = begin(); it != end(); ++it) in assert_iterators() local
80 map_debug_base::check_key_exists(PB_DS_V2F(*it)); in assert_iterators()
81 _GLIBCXX_DEBUG_ASSERT(lower_bound(PB_DS_V2F(*it)) == it); in assert_iterators()
82 _GLIBCXX_DEBUG_ASSERT(--upper_bound(PB_DS_V2F(*it)) == it); in assert_iterators()
93 for (const_reverse_iterator it = rbegin(); it != rend(); ++it) in assert_reverse_iterators() local
97 const_cast<PB_DS_CLASS_C_DEC* >(this)->find_imp(PB_DS_V2F(*it)); in assert_reverse_iterators()
98 _GLIBCXX_DEBUG_ASSERT(p_nd == it.m_p_nd); in assert_reverse_iterators()
114 for (typename internal_node::const_iterator it = in recursive_count_leafs() local
116 it != static_cast<const_internal_node_pointer>(p_nd)->end(); in recursive_count_leafs()
117 ++it) in recursive_count_leafs()
[all …]
/openbsd/sys/dev/pci/drm/apple/
H A Dparser.c244 it->len = tag->size; in iterator_begin()
249 for (iterator_begin(handle, &it, false); it.idx < it.len; ++it.idx)
251 for (iterator_begin(handle, &it, true); it.idx < it.len; ++it.idx)
275 struct iterator it; in parse_dimension() local
294 skip(it.handle); in parse_dimension()
380 skip(it.handle); in parse_color_modes()
445 skip(it.handle); in parse_mode()
459 skip(it.handle); in parse_mode()
579 for (; it.idx < it.len; ++it.idx) { in enumerate_modes()
619 skip(it.handle); in parse_display_attributes()
[all …]
/openbsd/gnu/llvm/clang/tools/scan-build-py/lib/libear/
H A Dear.c437 for (size_t it = 0; it < argc; ++it) { in bear_report_call() local
455 for (size_t it = 0; it < ENV_SIZE; ++it) { in bear_capture_env_t() local
466 for (size_t it = 0; it < ENV_SIZE; ++it) { in bear_reset_env_t() local
468 setenv(env_names[it], (*env)[it], 1); in bear_reset_env_t()
477 for (size_t it = 0; it < ENV_SIZE; ++it) { in bear_release_env_t() local
486 for (size_t it = 0; it < ENV_SIZE && (*env)[it]; ++it) in bear_update_environment() local
496 for (; (it) && (*it); ++it) { in bear_update_environ()
514 if (it && *it) { in bear_update_environ()
536 for (char const *it = arg; it; it = va_arg(*args, char const *)) { in bear_strings_build() local
595 for (char const *const *it = in; (it) && (*it); ++it) in bear_strings_length() local
[all …]
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/
H A Derase_fn_imps.hpp55 erase(it); in erase()
62 erase(iterator it) in erase() argument
66 return it; in erase()
67 iterator ret_it = it; in erase()
69 erase_node(it.m_p_nd); in erase()
77 erase(reverse_iterator it) in erase() argument
81 return (it); in erase()
84 erase_node(it.m_p_nd); in erase()
100 if (pred(*it)) in erase_if()
103 it = erase(it); in erase_if()
[all …]
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/
H A Dorder_statistics_imp.hpp52 node_iterator it = node_begin(); in find_by_order() local
56 while (it != end_it) in find_by_order()
58 node_iterator l_it = it.get_l_child(); in find_by_order()
65 return (*it); in find_by_order()
67 it = l_it; in find_by_order()
72 it = it.get_r_child(); in find_by_order()
92 const_node_iterator it = node_begin(); in order_of_key() local
101 while (it != end_it) in order_of_key()
106 it = l_it; in order_of_key()
114 it = it.get_r_child(); in order_of_key()
[all …]
/openbsd/regress/usr.bin/dc/
H A Dt3.out2 take one down, pass it around,
5 take one down, pass it around,
8 take one down, pass it around,
11 take one down, pass it around,
14 take one down, pass it around,
17 take one down, pass it around,
20 take one down, pass it around,
23 take one down, pass it around,
26 take one down, pass it around,
29 take one down, pass it around,
[all …]
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dostream_inserter_other.cc159 virtual int underflow() { return (it != str.end() ? *it : EOF); } in underflow()
160 virtual int uflow() { return (it != str.end() ? *it++ : EOF); } in uflow()
164 std::string::const_iterator it; member in test_buffer_1
174 virtual int underflow() { return (it != str.end() ? *it : EOF); } in underflow()
175 virtual int uflow() { return (it != str.end() ? *it++ : EOF); } in uflow()
189 virtual int underflow() { return (it != str.end() ? *it : EOF); } in underflow()
190 virtual int uflow() { return (it != str.end() ? *it++ : EOF); } in uflow()
205 if (it != str.end()) { in test_buffer_4()
206 buf[0] = *it++; in test_buffer_4()
212 virtual int underflow() { return (it != str.end() ? *it : EOF); } in underflow()
[all …]
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/
H A Dmap_debug_base.hpp262 for (iterator_type it = m_key_set.begin(); it != m_key_set.end(); ++it) in find() local
263 if (m_eq(*it, r_key)) in find()
264 return it; in find()
277 if (m_eq(*it, r_key)) in find()
278 return it; in find()
279 ++it; in find()
281 return it; in find()
322 it = m_key_set.erase(it); in split()
325 ++it; in split()
340 insert_new(*it); in join()
[all …]
/openbsd/gnu/llvm/libcxx/benchmarks/
H A DContainerBenchmarks.h56 for (auto it = in.begin(); it != end; ++it) { in BM_InsertValue() local
57 benchmark::DoNotOptimize(&(*c.insert(*it).first)); in BM_InsertValue()
70 for (auto it = in.begin(); it != end; ++it) { in BM_InsertValueRehash() local
71 benchmark::DoNotOptimize(&(*c.insert(*it).first)); in BM_InsertValueRehash()
86 for (auto it = in.begin(); it != end; ++it) { in BM_InsertDuplicate() local
87 benchmark::DoNotOptimize(&(*c.insert(*it).first)); in BM_InsertDuplicate()
102 for (auto it = in.begin(); it != end; ++it) { in BM_EmplaceDuplicate() local
116 for (auto it = in.data(); it != end; ++it) { in BM_Find() local
117 benchmark::DoNotOptimize(&(*c.find(*it))); in BM_Find()
131 for (auto it = in.data(); it != end; ++it) { in BM_FindRehash() local
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Formatter/
H A DTAP.t40 my $it = $CLASS->new(
44 return ($it, \$std, \$err);
135 $it->{no_numbers} = 1;
147 is($it->{_last_fh}, $it->handles->[OUT_STD], "Set the last filehandle");
543 $it->debug_tap(
763 $it->info_tap(
984 $it->write(
1002 is($it->{_last_fh}, $it->handles->[OUT_STD], "Set last handle");
1043 $it->write(
1062 $it->write(
[all …]
/openbsd/gnu/llvm/clang/tools/diagtool/
H A DDiagTool.cpp32 ToolMap::iterator it = getTools(tools)->find(toolCmd); in getTool() local
33 return (it == getTools(tools)->end()) ? nullptr : it->getValue(); in getTool()
43 for (ToolMap::iterator it = getTools(tools)->begin(), in printCommands() local
44 ei = getTools(tools)->end(); it != ei; ++it) { in printCommands()
45 toolNames.push_back(it->getKey()); in printCommands()
46 unsigned len = it->getKey().size(); in printCommands()
52 for (std::vector<llvm::StringRef>::iterator it = toolNames.begin(), in printCommands() local
53 ei = toolNames.end(); it != ei; ++it) { in printCommands()
55 out << " " << (*it); in printCommands()
56 unsigned spaces = (maxName + 3) - (it->size()); in printCommands()
[all …]
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DCocoaConventions.cpp104 StringRef::iterator it = functionName.begin(); in followsCreateRule() local
105 StringRef::iterator start = it; in followsCreateRule()
110 for ( ; it != endI ; ++it) { in followsCreateRule()
112 char ch = *it; in followsCreateRule()
115 if (ch == 'c' && it != start && isLetter(*(it - 1))) in followsCreateRule()
118 ++it; in followsCreateRule()
124 if (it == endI) in followsCreateRule()
129 StringRef suffix = functionName.substr(it - start); in followsCreateRule()
131 it += 5; in followsCreateRule()
134 it += 3; in followsCreateRule()
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_lzw.h36 for (auto it = begin; it != end; ++it) in LzwEncode() local
37 if (prefix_to_code.try_emplace({kNoPrefix, *it}, 0).second) in LzwEncode()
38 dict_len1.push_back(*it); in LzwEncode()
63 for (auto it = begin; it != end; ++it) { in LzwEncode() local
65 auto ins = prefix_to_code.try_emplace({match, *it}, prefix_to_code.size()); in LzwEncode()
72 match = prefix_to_code.find({kNoPrefix, *it})->second; in LzwEncode()
117 for (ItOut it = s.first; it != s.second; ++it, ++out) *out = *it; in LzwDecode() local
133 for (auto it = begin; it != end; ++it) { in LzwDecode() local
134 LzwCodeType code = *it; in LzwDecode()

12345678910>>...155