Home
last modified time | relevance | path

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

12345678910>>...98

/freebsd/crypto/openssl/crypto/asn1/
H A Dtasn_new.c74 switch (it->itype) { in asn1_item_embed_new()
77 ef = it->funcs; in asn1_item_embed_new()
149 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) { in asn1_item_embed_new()
178 switch (it->itype) { in asn1_item_clear()
181 ef = it->funcs; in asn1_item_clear()
189 if (it->templates) in asn1_item_clear()
268 if (!it) in asn1_primitive_new()
271 if (it->funcs) { in asn1_primitive_new()
286 utype = it->utype; in asn1_primitive_new()
332 if (it && it->funcs) { in asn1_primitive_clear()
[all …]
H A Dtasn_fre.c32 const ASN1_AUX *aux = it->funcs; in ossl_asn1_item_embed_free()
45 switch (it->itype) { in ossl_asn1_item_embed_free()
48 if (it->templates) in ossl_asn1_item_embed_free()
68 tt = it->templates + i; in ossl_asn1_item_embed_free()
81 ef = it->funcs; in ossl_asn1_item_embed_free()
95 ossl_asn1_enc_free(pval, it); in ossl_asn1_item_embed_free()
101 tt = it->templates + it->tcount; in ossl_asn1_item_embed_free()
151 if (it) { in ossl_asn1_primitive_free()
166 if (!it) { in ossl_asn1_primitive_free()
178 utype = it->utype; in ossl_asn1_primitive_free()
[all …]
H A Dx_bignum.c24 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
26 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
29 const ASN1_ITEM *it);
65 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in ASN1_ITEM_start()
83 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in bn_free() argument
87 if (it->size & BN_SENSITIVE) in bn_free()
95 const ASN1_ITEM *it) in bn_i2c() argument
120 if (*pval == NULL && !bn_new(pval, it)) in bn_c2i()
124 bn_free(pval, it); in bn_c2i()
136 if (*pval == NULL && !bn_secure_new(pval, it)) in bn_secure_c2i()
[all …]
H A Dtasn_enc.c89 const ASN1_AUX *aux = it->funcs; in ASN1_item_ex_i2d()
100 switch (it->itype) { in ASN1_item_ex_i2d()
103 if (it->templates) in ASN1_item_ex_i2d()
134 chtt = it->templates + i; in ASN1_item_ex_i2d()
145 ef = it->funcs; in ASN1_item_ex_i2d()
174 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) { in ASN1_item_ex_i2d()
193 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) { in ASN1_item_ex_i2d()
476 utype = it->utype; in asn1_i2d_ex_primitive()
539 pf = it->funcs; in asn1_ex_i2c()
583 if (it->utype != V_ASN1_ANY) { in asn1_ex_i2c()
[all …]
H A Dx_int64.c29 static int uint64_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_new() argument
38 static void uint64_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_free() argument
50 const ASN1_ITEM *it) in uint64_i2c() argument
63 if ((it->size & INTxx_FLAG_SIGNED) == INTxx_FLAG_SIGNED in uint64_i2c()
80 if (*pval == NULL && !uint64_new(pval, it)) in uint64_c2i()
96 if ((it->size & INTxx_FLAG_SIGNED) == 0 && neg) { in uint64_c2i()
100 if ((it->size & INTxx_FLAG_SIGNED) == INTxx_FLAG_SIGNED in uint64_c2i()
145 const ASN1_ITEM *it) in uint32_i2c() argument
158 if ((it->size & INTxx_FLAG_SIGNED) == INTxx_FLAG_SIGNED in uint32_i2c()
183 if (*pval == NULL && !uint64_new(pval, it)) in uint32_c2i()
[all …]
H A Dtasn_utl.c31 int *sel = offset2ptr(*pval, it->utype); in ossl_asn1_get_choice_selector()
39 int *sel = offset2ptr(*pval, it->utype); in ossl_asn1_get_choice_selector_const()
53 sel = offset2ptr(*pval, it->utype); in ossl_asn1_set_choice_selector()
75 if ((it->itype != ASN1_ITYPE_SEQUENCE) in ossl_asn1_do_lock()
76 && (it->itype != ASN1_ITYPE_NDEF_SEQUENCE)) in ossl_asn1_do_lock()
78 aux = it->funcs; in ossl_asn1_do_lock()
100 REF_PRINT_EX(it->sname, ret, (void *)it); in ossl_asn1_do_lock()
118 aux = it->funcs; in asn1_get_enc_ptr()
131 aux = it->funcs; in asn1_get_const_enc_ptr()
161 const ASN1_ITEM *it) in ossl_asn1_enc_save() argument
[all …]
H A Dx_long.c21 static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
22 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
25 const ASN1_ITEM *it);
27 int utype, char *free_cont, const ASN1_ITEM *it);
49 static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in ASN1_ITEM_start()
51 memcpy(pval, &it->size, COPY_SIZE(*pval, it->size)); in ASN1_ITEM_start()
55 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in long_free() argument
57 memcpy(pval, &it->size, COPY_SIZE(*pval, it->size)); in long_free()
86 const ASN1_ITEM *it) in long_i2c() argument
93 if (ltmp == it->size) in long_i2c()
[all …]
H A Da_dup.c52 void *ASN1_item_dup(const ASN1_ITEM *it, const void *x) in ASN1_item_dup() argument
65 if (it->itype == ASN1_ITYPE_SEQUENCE || it->itype == ASN1_ITYPE_CHOICE in ASN1_item_dup()
66 || it->itype == ASN1_ITYPE_NDEF_SEQUENCE) { in ASN1_item_dup()
67 const ASN1_AUX *aux = it->funcs; in ASN1_item_dup()
73 if (!asn1_cb(ASN1_OP_DUP_PRE, (ASN1_VALUE **)&x, it, NULL) in ASN1_item_dup()
74 || !asn1_cb(ASN1_OP_GET0_LIBCTX, (ASN1_VALUE **)&x, it, &libctx) in ASN1_item_dup()
75 || !asn1_cb(ASN1_OP_GET0_PROPQ, (ASN1_VALUE **)&x, it, &propq)) in ASN1_item_dup()
79 i = ASN1_item_i2d(x, &b, it); in ASN1_item_dup()
85 ret = ASN1_item_d2i_ex(NULL, &p, i, it, libctx, propq); in ASN1_item_dup()
89 && !asn1_cb(ASN1_OP_DUP_POST, &ret, it, (void *)x)) in ASN1_item_dup()
[all …]
H A Dasn1_local.h22 const ASN1_ITEM *it; member
50 int ossl_asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it);
52 const ASN1_ITEM *it);
54 const ASN1_ITEM *it);
64 int ossl_asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it);
66 void ossl_asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it);
67 void ossl_asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
69 const ASN1_ITEM *it);
71 const ASN1_ITEM *it);
74 void ossl_asn1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed);
[all …]
H A Dtasn_dec.c121 ASN1_item_ex_free(pval, it); in asn1_item_ex_d2i_intern()
189 aux = it->funcs; in asn1_item_embed_d2i()
200 switch (it->itype) { in asn1_item_embed_d2i()
202 if (it->templates) { in asn1_item_embed_d2i()
260 ef = it->funcs; in asn1_item_embed_d2i()
293 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) { in asn1_item_embed_d2i()
317 if (i == it->tcount) { in asn1_item_embed_d2i()
375 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) { in asn1_item_embed_d2i()
388 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) { in asn1_item_embed_d2i()
720 utype = it->utype; in asn1_d2i_ex_primitive()
[all …]
/freebsd/contrib/dma/
H A Dspool.c143 it->queueid, in writequeuef()
144 it->sender, in writequeuef()
145 it->addr); in writequeuef()
150 if (fflush(it->queuef) != 0 || fsync(fileno(it->queuef)) != 0) in writequeuef()
231 return (it); in readqueuef()
255 if (stat(it->queuefn, &st) == 0 || stat(it->mailfn, &st) == 0) in linkspool()
267 it->addr, it->queueid); in linkspool()
326 if (it == NULL) in load_queue()
355 free(it); in delqueue()
373 it->mailf = fopen(it->mailfn, "r"); in acquirespool()
[all …]
H A Ddma.c184 it = calloc(1, sizeof(*it)); in add_recp()
185 if (it == NULL) in add_recp()
202 free(it); in add_recp()
213 it->remote = 0; in add_recp()
238 free(it->addr); in add_recp()
239 free(it); in add_recp()
298 return (it); in go_background()
327 if (it->remote) in deliver()
335 delqueue(it); in deliver()
384 deliver(it); in run_queue()
[all …]
H A Daliases_parse.y85 struct stritem *it; variable
89 it = calloc(1, sizeof(*it));
90 if (it == NULL)
92 it->str = $1;
93 $$ = it;
97 struct stritem *it; variable
101 it = calloc(1, sizeof(*it));
102 if (it == NULL)
104 it->str = $1;
105 SLIST_NEXT(it, next) = $3;
[all …]
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_getitimer.c62 struct itimerval it; in ATF_TC_BODY() local
73 if (it.it_value.tv_sec != 0 || it.it_value.tv_usec != 0) in ATF_TC_BODY()
78 if (it.it_value.tv_sec != 0 || it.it_value.tv_usec != 0) in ATF_TC_BODY()
83 if (it.it_value.tv_sec != 0 || it.it_value.tv_usec != 0) in ATF_TC_BODY()
100 struct itimerval it; in ATF_TC_BODY() local
120 struct itimerval it; in ATF_TC_BODY() local
122 it.it_value.tv_sec = 0; in ATF_TC_BODY()
155 struct itimerval it, ot; in ATF_TC_BODY() local
175 struct itimerval it, ot; in ATF_TC_BODY() local
181 it.it_value.tv_sec = 4; in ATF_TC_BODY()
[all …]
/freebsd/sys/kern/
H A Dkern_time.c1197 wakeup(it); in itimer_leave()
1320 it->it_ksi.ksi_signo = it->it_sigev.sigev_signo; in kern_ktimer_create()
1322 it->it_ksi.ksi_value = it->it_sigev.sigev_value; in kern_ktimer_create()
1331 CLOCK_CALL(it->it_clockid, timer_delete, (it)); in kern_ktimer_create()
1363 it = NULL; in itimer_find()
1385 msleep(it, &it->it_mtx, PPAUSE, "itimer", 0); in kern_ktimer_delete()
1388 CLOCK_CALL(it->it_clockid, timer_delete, (it)); in kern_ktimer_delete()
1524 callout_init_mtx(&it->it_callout, &it->it_mtx, 0); in realtimer_create()
1607 it); in realtimer_settime()
1633 it->it_overrun_last = it->it_overrun; in itimer_accept()
[all …]
/freebsd/cddl/usr.sbin/zfsd/
H A Dcallout.cc78 it != s_activeCallouts.end(); it++) { in Stop()
79 if (*it != this) in Stop()
82 it = s_activeCallouts.erase(it); in Stop()
91 &(*it)->m_interval); in Stop()
115 for (; it != s_activeCallouts.end(); it++) { in Reset()
129 &(*it)->m_interval); in Reset()
133 s_activeCallouts.insert(it, this); in Reset()
197 std::list<Callout *>::iterator it; in TimeRemaining() local
210 it =s_activeCallouts.begin(); in TimeRemaining()
212 for (; it != s_activeCallouts.end(); it++) { in TimeRemaining()
[all …]
/freebsd/contrib/opencsd/decoder/source/mem_acc/
H A Dtrc_mem_acc_file.cpp58 it = m_access_regions.begin(); in ~TrcMemAccessorFile()
61 delete (*it); in ~TrcMemAccessorFile()
62 it++; in ~TrcMemAccessorFile()
108 p_region = *it; in getRegionForAddress()
109 it++; in getRegionForAddress()
128 if(it != s_FileAccessorMap.end()) in createFileAccessor()
130 acc = it->second; in createFileAccessor()
193 p_acc = it->second; in getExistingFileAccessor()
324 it++; in validateRange()
358 it++; in overLapRange()
[all …]
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-param-test-test.cc93 ++it; in VerifyGenerator()
112 ++it; in VerifyGenerator()
147 ++it; in TEST()
166 ++it; in TEST()
511 ++it; in TEST()
515 ++it; in TEST()
519 ++it; in TEST()
523 ++it; in TEST()
569 ++it; in TEST()
573 ++it; in TEST()
[all …]
/freebsd/contrib/llvm-project/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()
133 it += 3; in followsCreateRule()
[all …]
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-spec-builders.cc124 it != exp->immediate_prerequisites_.end(); ++it) { in RetireAllPreRequisites()
146 it != exp->immediate_prerequisites_.end(); ++it) { in AllPrerequisitesAreSatisfied()
166 it != exp->immediate_prerequisites_.end(); ++it) { in FindUnsatisfiedPrerequisites()
179 *result += *it; in FindUnsatisfiedPrerequisites()
380 it != untyped_expectations_.end(); ++it) { in GetHandleOf()
400 it != untyped_expectations_.end(); ++it) { in VerifyAndClearExpectationsLocked()
495 for (StateMap::const_iterator it = states_.begin(); it != states_.end(); in ~MockObjectRegistry() local
496 ++it) { in ~MockObjectRegistry()
653 it != mockers.end(); ++it) { in VerifyAndClearExpectationsLocked()
714 it != g_mock_object_registry.states().end(); ++it) { in UnregisterLocked()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDeltaAlgorithm.cpp33 for (changeset_ty::const_iterator it = S.begin(), in Split() local
34 ie = S.end(); it != ie; ++it, ++idx) in Split()
35 ((idx < N) ? LHS : RHS).insert(*it); in Split()
71 for (changesetlist_ty::const_iterator it = Sets.begin(), in Search() local
72 ie = Sets.end(); it != ie; ++it) { in Search()
74 if (GetTestResult(*it)) { in Search()
76 Split(*it, Sets); in Search()
77 Res = Delta(*it, Sets); in Search()
87 Changes.begin(), Changes.end(), it->begin(), it->end(), in Search()
91 ComplementSets.insert(ComplementSets.end(), Sets.begin(), it); in Search()
[all …]
H A DDAGDeltaAlgorithm.cpp126 for (changeset_ty::const_iterator it = S.begin(), ie = S.end(); it != ie; in ExecuteOneTest()
127 ++it) in ExecuteOneTest()
128 for (succ_iterator_ty it2 = succ_begin(*it), ie2 = succ_end(*it); in ExecuteOneTest()
204 ie = pred_end(Change); it != ie; ++it) { in DAGDeltaAlgorithmImpl()
207 Worklist.push_back(*it); in DAGDeltaAlgorithmImpl()
225 it != ie; ++it) { in DAGDeltaAlgorithmImpl()
228 llvm::errs() << *it; in DAGDeltaAlgorithmImpl()
230 if (succ_begin(*it) != succ_end(*it)) { in DAGDeltaAlgorithmImpl()
232 for (succ_iterator_ty it2 = succ_begin(*it), ie2 = succ_end(*it); in DAGDeltaAlgorithmImpl()
246 it != ie; ++it) { in DAGDeltaAlgorithmImpl()
[all …]
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dsigtimedwait.h49 struct itimerval it; in sigtimedwait() local
59 timerclear(&it.it_interval); in sigtimedwait()
60 it.it_value.tv_sec = timeout->tv_sec; in sigtimedwait()
61 it.it_value.tv_usec = timeout->tv_nsec / 1000; in sigtimedwait()
62 if (it.it_value.tv_sec == 0 && it.it_value.tv_usec == 0) in sigtimedwait()
63 it.it_value.tv_usec = 1; in sigtimedwait()
64 PJDLOG_VERIFY(setitimer(ITIMER_REAL, &it, NULL) == 0); in sigtimedwait()
72 timerclear(&it.it_interval); in sigtimedwait()
73 timerclear(&it.it_value); in sigtimedwait()
74 PJDLOG_VERIFY(setitimer(ITIMER_REAL, &it, NULL) == 0); in sigtimedwait()
/freebsd/lib/libc/arm/string/
H A Dmemset.S143 it eq
157 it eq
166 it eq
169 it lt
175 it ge
178 it eq
183 it eq
188 it ge
190 it gt
198 it ge
[all …]

12345678910>>...98