Home
last modified time | relevance | path

Searched full:e1 (Results 1 – 25 of 570) sorted by relevance

12345678910>>...23

/freebsd/sys/crypto/aesni/
H A Dintel_sha1.c66 __m128i abcd, e0, e1; in intel_sha1_step() local
96 e1 = abcd; in intel_sha1_step()
102 e1 = _mm_sha1nexte_epu32(e1, msg1); in intel_sha1_step()
104 abcd = _mm_sha1rnds4_epu32(abcd, e1, 0); in intel_sha1_step()
111 e1 = abcd; in intel_sha1_step()
119 e1 = _mm_sha1nexte_epu32(e1, msg3); in intel_sha1_step()
122 abcd = _mm_sha1rnds4_epu32(abcd, e1, 0); in intel_sha1_step()
128 e1 = abcd; in intel_sha1_step()
135 e1 = _mm_sha1nexte_epu32(e1, msg1); in intel_sha1_step()
138 abcd = _mm_sha1rnds4_epu32(abcd, e1, 1); in intel_sha1_step()
[all …]
/freebsd/contrib/lua/src/
H A Dlcode.c524 ** Free registers used by expressions 'e1' and 'e2' (if any) in proper
527 static void freeexps (FuncState *fs, expdesc *e1, expdesc *e2) { in freeexps() argument
528 int r1 = (e1->k == VNONRELOC) ? e1->u.info : -1; in freeexps()
1338 ** (In this case, 'e1' has the final result.)
1340 static int constfolding (FuncState *fs, int op, expdesc *e1, in constfolding() argument
1343 if (!tonumeral(e1, &v1) || !tonumeral(e2, &v2) || !validop(op, &v1, &v2)) in constfolding()
1347 e1->k = VKINT; in constfolding()
1348 e1->u.ival = ivalue(&res); in constfolding()
1354 e1->k = VKFLT; in constfolding()
1355 e1->u.nval = n; in constfolding()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DIterable.h113 template <typename C1, typename E1, E1 (*A1)(typename C1::const_iterator &)>
114 friend AdaptedConstIterator<C1, E1, A1>
116 AdaptedConstIterator<C1, E1, A1> &);
118 template <typename C1, typename E1, E1 (*A1)(typename C1::const_iterator &)>
120 operator-(AdaptedConstIterator<C1, E1, A1> &,
121 AdaptedConstIterator<C1, E1, A1> &);
123 template <typename C1, typename E1, E1 (*A1)(typename C1::const_iterator &)>
124 friend void swap(AdaptedConstIterator<C1, E1, A1> &,
125 AdaptedConstIterator<C1, E1, A1> &);
/freebsd/bin/sh/tests/expansion/
H A Dcmdsubst3.016 e1=$(printf "$e")
18 [ "${#e1}" = 510 ] || echo length bad
19 [ "$e1" = "$e2" ] || echo e1 != e2
20 [ "$e1" = "$(printf "$e")" ] || echo quoted bad
22 [ "$e1" = $(printf "$e") ] || echo unquoted bad
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlcode.c715 static int constfolding (OpCode op, expdesc *e1, expdesc *e2) { in constfolding() argument
717 if (!isnumeral(e1) || !isnumeral(e2)) return 0; in constfolding()
723 if (op == OP_DIV && e1->u.nval == INT64_MIN && e2->u.nval == -1) in constfolding()
725 r = luaO_arith(op - OP_ADD + LUA_OPADD, e1->u.nval, e2->u.nval); in constfolding()
726 e1->u.nval = r; in constfolding()
732 expdesc *e1, expdesc *e2, int line) { in codearith() argument
733 if (constfolding(op, e1, e2)) in codearith()
737 int o1 = luaK_exp2RK(fs, e1); in codearith()
739 freeexp(fs, e1); in codearith()
744 freeexp(fs, e1); in codearith()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dmediatek,mt8183-pinctrl.yaml126 When E1=0/E0=0, the strength is 0.125mA.
127 When E1=0/E0=1, the strength is 0.25mA.
128 When E1=1/E0=0, the strength is 0.5mA.
129 When E1=1/E0=1, the strength is 1mA.
132 0: (E1, E0, EN) = (0, 0, 0)
133 1: (E1, E0, EN) = (0, 0, 1)
134 2: (E1, E0, EN) = (0, 1, 0)
135 3: (E1, E0, EN) = (0, 1, 1)
136 4: (E1, E0, EN) = (1, 0, 0)
137 5: (E1, E
[all...]
H A Dmediatek,mt8365-pinctrl.yaml130 When E1=0/E0=0, the strength is 0.125mA.
131 When E1=0/E0=1, the strength is 0.25mA.
132 When E1=1/E0=0, the strength is 0.5mA.
133 When E1=1/E0=1, the strength is 1mA.
136 0: (E1, E0, EN) = (0, 0, 0)
137 1: (E1, E0, EN) = (0, 0, 1)
138 2: (E1, E0, EN) = (0, 1, 0)
139 3: (E1, E0, EN) = (0, 1, 1)
140 4: (E1, E0, EN) = (1, 0, 0)
141 5: (E1, E
[all...]
/freebsd/crypto/krb5/src/lib/crypto/builtin/aes/
H A Dkresults.expected19 E1 43 64 CB 16 D3 FF CF E8 FA 6A 2C EC A2 69 34
35 A3 D1 6F E1 EF 7B 6D 2F 4F 93 48 90 02 0D F1 8A
49 39 09 53 55 67 0E 07 DD A6 F8 7C 7F 78 AF E7 E1
51 72 5F E0 D9 6D E8 B6 13 E0 32 92 58 E1 7A 39 00
65 FF AC 97 44 E1 C0 C7 39 F8 7A 4B F8 ED 01 58 6B
70 FA 1B E1 F3 A1 32 DE F4 C4 F1 67 02 38 85 5C 11
71 2F AD EB 4C A9 D9 BD 84 6E DA 1E 23 DE 5C E1 D8
118 39 09 53 55 67 0E 07 DD A6 F8 7C 7F 78 AF E7 E1
120 72 5F E0 D9 6D E8 B6 13 E0 32 92 58 E1 7A 39 00
139 FA 1B E1 F3 A1 32 DE F4 C4 F1 67 02 38 85 5C 11
[all …]
/freebsd/contrib/netbsd-tests/ipf/input/
H A Df113 in on e1 tcp 2.1.2.2,23 1.1.1.1,2 SA seq=101 ack=2
4 in on e1 tcp 2.1.2.2,23 1.1.1.1,1 SA seq=101 ack=2
7 in on e1 tcp 2.1.2.2,23 1.1.1.1,1 A seq=102 ack=2
8 in on e1 tcp 2.1.2.2,25 1.1.1.1,1 A seq=102 ack=2
12 in on e1 udp 1.1.1.1,1 4.4.4.4,53
13 in on e1 udp 2.2.2.2,2 4.4.4.4,53
H A Dl111 #in on e1 tcp 2.1.2.2,25 1.1.1.1,1025 AS
16 #in on e1 tcp 2.1.2.2,25 1.1.1.1,1025 A
17 [out,e1] 4500 0028 0000 4000 3f06 35cb 0202 0202 0101 0101
35 #in on e1 udp 1.1.1.1,1 4.4.4.4,53
40 #in on e1 udp 2.2.2.2,2 4.4.4.4,53
45 #in on e1 udp 2.2.2.2,2 4.4.4.4,53
/freebsd/contrib/expat/tests/
H A Dacc_tests.c70 {"<e1 xmlns='https://example.org/'>\n" in START_TEST()
72 "</e1>", in START_TEST()
77 {"<e1><e2>text1<e3/>text2</e2></e1>", NULL, NULL, 0}, in START_TEST()
86 {" <e1> <e2> </e2> </e1> ", NULL, NULL, 0}, in START_TEST()
87 {"<e1 ><e2 /></e1 >", NULL, NULL, 0}, in START_TEST()
88 {"<e1><e2 k = \"v\"/><e3 k = 'v'/></e1>", NULL, NULL, 0}, in START_TEST()
99 "<?pi3?><!ENTITY % e1 SYSTEM 'second.ent'><?pi4?>%e1;<?pi5?>", "<?pi6?>", in START_TEST()
206 "<!ENTITY % e1 PUBLIC 'foo' 'second.ent'>\n" in START_TEST()
207 "<!ENTITY % e2 '<!--22-->%e1;<!--22-->'>\n" in START_TEST()
213 "<!ENTITY % e1 SYSTEM 'second.ent'>\n" in START_TEST()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp173 bool IsStmtEquivalent(const AddrLabelExpr *E1, const AddrLabelExpr *E2) { in IsStmtEquivalent() argument
174 return IsStructurallyEquivalent(Context, E1->getLabel(), E2->getLabel()); in IsStmtEquivalent()
177 bool IsStmtEquivalent(const AtomicExpr *E1, const AtomicExpr *E2) { in IsStmtEquivalent() argument
178 return E1->getOp() == E2->getOp(); in IsStmtEquivalent()
181 bool IsStmtEquivalent(const BinaryOperator *E1, const BinaryOperator *E2) { in IsStmtEquivalent() argument
182 return E1->getOpcode() == E2->getOpcode(); in IsStmtEquivalent()
185 bool IsStmtEquivalent(const CallExpr *E1, const CallExpr *E2) { in IsStmtEquivalent() argument
187 Decl *Callee1 = const_cast<Decl *>(E1->getCalleeDecl()); in IsStmtEquivalent()
202 bool IsStmtEquivalent(const CharacterLiteral *E1, in IsStmtEquivalent() argument
204 return E1->getValue() == E2->getValue() && E1->getKind() == E2->getKind(); in IsStmtEquivalent()
[all …]
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest_pred_impl.h87 AssertionResult AssertPred1Helper(const char* pred_text, const char* e1, in AssertPred1Helper() argument
92 << pred_text << "(" << e1 << ") evaluates to false, where" in AssertPred1Helper()
94 << e1 << " evaluates to " << ::testing::PrintToString(v1); in AssertPred1Helper()
118 AssertionResult AssertPred2Helper(const char* pred_text, const char* e1, in AssertPred2Helper() argument
124 << pred_text << "(" << e1 << ", " << e2 in AssertPred2Helper()
127 << e1 << " evaluates to " << ::testing::PrintToString(v1) << "\n" in AssertPred2Helper()
155 AssertionResult AssertPred3Helper(const char* pred_text, const char* e1, in AssertPred3Helper() argument
161 << pred_text << "(" << e1 << ", " << e2 << ", " << e3 in AssertPred3Helper()
164 << e1 << " evaluates to " << ::testing::PrintToString(v1) << "\n" in AssertPred3Helper()
194 AssertionResult AssertPred4Helper(const char* pred_text, const char* e1, in AssertPred4Helper() argument
[all …]
/freebsd/crypto/krb5/src/lib/krb5/keytab/
H A Dt_keytab.c99 krb5_enctype e1 = ENCTYPE_AES128_CTS_HMAC_SHA256_128, in kt_test() local
144 * enctype e1, kvno 1, key = "1" in kt_test()
146 * enctype e1, kvno 2, key = "2" in kt_test()
154 kent.key.enctype = e1; in kt_test()
166 kent.key.enctype = e1; in kt_test()
188 ((kent.key.enctype != e1) && (kent.key.enctype != e2)) || in kt_test()
236 ((kent.key.enctype != e1) && (kent.key.enctype != e2)) || in kt_test()
248 kret = krb5_kt_get_entry(context, kt, princ, 0, e1, &kent); in kt_test()
253 (kent.vno != 2) || (kent.key.enctype != e1) || in kt_test()
271 (kent.vno != 2) || (kent.key.enctype != e1) || in kt_test()
[all …]
/freebsd/lib/libmd/aarch64/
H A Dsha1block.S302 e1 .req s2 label
339 sha1h e1, abcd_s
346 sha1c abcd_q, e1, tmp1.4s
352 sha1h e1, abcd_s
360 sha1c abcd_q, e1, tmp1.4s
366 sha1h e1, abcd_s
374 sha1p abcd_q, e1, tmp1.4s
380 sha1h e1, abcd_s
388 sha1p abcd_q, e1, tmp1.4s
394 sha1h e1, abcd_s
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h208 R_SExpr reduceCode(Code &Orig, R_SExpr E0, R_SExpr E1) { in reduceCode() argument
209 return E0 && E1; in reduceCode()
212 R_SExpr reduceField(Field &Orig, R_SExpr E0, R_SExpr E1) { in reduceField() argument
213 return E0 && E1; in reduceField()
216 R_SExpr reduceApply(Apply &Orig, R_SExpr E0, R_SExpr E1) { in reduceApply() argument
217 return E0 && E1; in reduceApply()
220 R_SExpr reduceSApply(SApply &Orig, R_SExpr E0, R_SExpr E1) { in reduceSApply() argument
221 return E0 && E1; in reduceSApply()
228 R_SExpr reduceStore(Store &Orig, R_SExpr E0, R_SExpr E1) { return E0 && E1; } in reduceStore() argument
230 R_SExpr reduceArrayIndex(Store &Orig, R_SExpr E0, R_SExpr E1) { in reduceArrayIndex() argument
[all …]
/freebsd/contrib/gdtoa/
H A DstrtoIg.c44 Long e1; local
52 e1 = exp[0];
78 if (++e1 > fpi->emax)
93 e1 = fpi->emax;
107 if (e1 == fpi->emin) {
117 --e1;
128 exp[0] = e1;
134 exp[1] = e1;
H A Dstrtodg.c326 int dsign, e, e1, e2, emin, esign, finished, i, inex, irv; local
530 e1 = e -= nf;
569 e1 -= e;
579 e1 -= i;
599 e1 -= e2;
607 e1 -= e;
612 e1 += nd - k;
614 /* Get starting approximation = rv * 10**e1 */
617 if (e1 > 0) {
618 if ( (i = e1 & 15) !=0)
[all …]
H A Dstrtod.c96 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
340 e1 = e -= nf;
431 e1 += nd - k;
453 /* Get starting approximation = rv * 10**e1 */
455 if (e1 > 0) {
456 if ( (i = e1 & 15) !=0)
458 if (e1 &= ~15) {
459 if (e1 > DBL_MAX_10_EXP) {
500 e1 >>= 4;
501 for(j = 0; e1 > 1; j++, e1 >>= 1)
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/
H A Dtst.struct.d49 uint32_t e1; member
55 uint64_t e1; member
66 printf("e1 = \"%s\"\n", stringof(copyinstr(e32->e1)));
79 printf("e1 = \"%s\"\n", stringof(copyinstr(e64->e1)));
H A Dtst.typedef.d50 uint32_t e1; member
56 uint64_t e1; member
67 printf("e1 = \"%s\"\n", stringof(copyinstr(e32->e1)));
80 printf("e1 = \"%s\"\n", stringof(copyinstr(e64->e1)));
/freebsd/crypto/krb5/src/tests/
H A Dt_salt.py7 # matched with and not to subsequent keys. e1 and e2 are enctypes,
9 def test_salt(realm, e1, salt, e2): argument
10 keysalts = e1 + ':' + salt + ',' + e2
29 for e1, string in salts:
31 test_salt(realm, e1, string, e2)
/freebsd/crypto/krb5/src/kdc/
H A Dt_replay.c194 struct entry *e1, *e2; in test_insert_entry_multiple() local
200 e1 = insert_entry(context, &req1, &rep1, 20); in test_insert_entry_multiple()
202 assert_ptr_equal(k5_hashtab_get(hash_table, req1.data, req1.length), e1); in test_insert_entry_multiple()
203 assert_ptr_equal(K5_TAILQ_FIRST(&expiration_queue), e1); in test_insert_entry_multiple()
204 assert_true(data_eq(e1->req_packet, req1)); in test_insert_entry_multiple()
205 assert_true(data_eq(e1->reply_packet, rep1)); in test_insert_entry_multiple()
206 assert_int_equal(e1->timein, 20); in test_insert_entry_multiple()
304 struct entry *e1; in test_kdc_remove_lookaside_multiple() local
310 e1 = insert_entry(context, &req1, &rep1, 0); in test_kdc_remove_lookaside_multiple()
316 assert_ptr_equal(k5_hashtab_get(hash_table, req1.data, req1.length), e1); in test_kdc_remove_lookaside_multiple()
[all …]
/freebsd/contrib/nvi/ex/
H A Dex_mkexrc.c77 goto e1; in ex_mkexrc()
79 goto e1; in ex_mkexrc()
81 goto e1; in ex_mkexrc()
83 goto e1; in ex_mkexrc()
92 e1: sverrno = errno; in ex_mkexrc()
/freebsd/usr.sbin/nscd/
H A Dconfig.c68 configuration_entry_sort_cmp(const void *e1, const void *e2) in configuration_entry_sort_cmp() argument
70 return (strcmp((*((struct configuration_entry **)e1))->name, in configuration_entry_sort_cmp()
76 configuration_entry_cmp(const void *e1, const void *e2) in configuration_entry_cmp() argument
78 return (strcmp((const char *)e1, in configuration_entry_cmp()
84 configuration_entry_cache_mp_sort_cmp(const void *e1, const void *e2) in configuration_entry_cache_mp_sort_cmp() argument
86 return (strcmp((*((cache_entry *)e1))->params->entry_name, in configuration_entry_cache_mp_sort_cmp()
92 configuration_entry_cache_mp_cmp(const void *e1, const void *e2) in configuration_entry_cache_mp_cmp() argument
94 return (strcmp((const char *)e1, in configuration_entry_cache_mp_cmp()
100 configuration_entry_cache_mp_part_cmp(const void *e1, const void *e2) in configuration_entry_cache_mp_part_cmp() argument
102 return (strncmp((const char *)e1, in configuration_entry_cache_mp_part_cmp()
[all …]

12345678910>>...23