Searched refs:m2 (Results 26 - 50 of 112) sorted by relevance

12345

/openbsd-current/usr.sbin/unbound/dnscrypt/
H A Ddnscrypt.h141 int dnsc_shared_secrets_compfunc(void *m1, void *m2);
161 int dnsc_nonces_compfunc(void *m1, void *m2);
/openbsd-current/sbin/unwind/libunbound/dnscrypt/
H A Ddnscrypt.h141 int dnsc_shared_secrets_compfunc(void *m1, void *m2);
161 int dnsc_nonces_compfunc(void *m1, void *m2);
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_dpll.c33 } dot, vco, n, m, m1, m2, p, p1; member in struct:intel_limit
46 .m2 = { .min = 6, .max = 16 },
59 .m2 = { .min = 6, .max = 16 },
72 .m2 = { .min = 6, .max = 16 },
85 .m2 = { .min = 3, .max = 7 },
98 .m2 = { .min = 3, .max = 7 },
112 .m2 = { .min = 5, .max = 11 },
127 .m2 = { .min = 5, .max = 11 },
140 .m2 = { .min = 5, .max = 11 },
154 .m2
717 u64 m2; local
[all...]
H A Dg4x_dp.c31 { .dot = 162000, .p1 = 2, .p2 = 10, .n = 2, .m1 = 23, .m2 = 8, },
32 { .dot = 270000, .p1 = 1, .p2 = 10, .n = 1, .m1 = 14, .m2 = 2, },
36 { .dot = 162000, .p1 = 2, .p2 = 10, .n = 1, .m1 = 12, .m2 = 9, },
37 { .dot = 270000, .p1 = 1, .p2 = 10, .n = 2, .m1 = 14, .m2 = 8, },
41 { .dot = 162000, .p1 = 3, .p2 = 2, .n = 5, .m1 = 3, .m2 = 81, },
42 { .dot = 270000, .p1 = 2, .p2 = 2, .n = 1, .m1 = 2, .m2 = 27, },
46 /* m2 is .22 binary fixed point */
47 { .dot = 162000, .p1 = 4, .p2 = 2, .n = 1, .m1 = 2, .m2 = 0x819999a /* 32.4 */ },
48 { .dot = 270000, .p1 = 4, .p2 = 1, .n = 1, .m1 = 2, .m2 = 0x6c00000 /* 27.0 */ },
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Dstack1.C131 matrix<> m1,m2; local
132 adaptor<> bam1 (m1), bam2 (m2);
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-dlx.c570 int m2 = 0; local
592 m2 = 1;
595 if (!m2)
623 m2 = 1;
637 if (m2)
641 for (i++, m2 = 0; i < pb; m2++,i++)
642 imm[m2] = ptr[i];
644 imm[m2] = '\0';
687 int m2 local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-dlx.c333 int m2 = 0; local
355 m2 = 1;
358 if (!m2)
386 m2 = 1;
400 if (m2)
404 for (i++, m2 = 0; i < pb; m2++,i++)
405 imm[m2] = ptr[i];
407 imm[m2] = '\0';
449 int m2 local
[all...]
/openbsd-current/sys/net/
H A Dhfsc.h50 u_int m2; /* slope of the second segment in bits/sec */ member in struct:hfsc_sc
H A Dhfsc.c422 if (q->linkshare.m1.absolute == 0 && q->linkshare.m2.absolute == 0 &&
442 rtsc.m2 = q->realtime.m2.absolute;
445 lssc.m2 = q->linkshare.m2.absolute;
448 ulsc.m2 = q->upperlimit.m2.absolute;
653 if (rsc != NULL && (rsc->m1 != 0 || rsc->m2 != 0)) {
659 if (fsc != NULL && (fsc->m1 != 0 || fsc->m2 != 0)) {
664 if (usc != NULL && (usc->m1 != 0 || usc->m2 !
[all...]
H A Dpf_norm.c742 struct mbuf *m, *m2; local
754 m2 = m->m_next;
756 m_cat(m, m2);
763 m2 = frent->fe_m;
765 m_adj(m2, frent->fe_hdrlen);
767 if (frent->fe_len < m2->m_pkthdr.len)
768 m_adj(m2, frent->fe_len - m2->m_pkthdr.len);
771 m_removehdr(m2);
772 m_cat(m, m2);
[all...]
/openbsd-current/gnu/llvm/clang/utils/
H A Dmodfuzz.py112 m2 = CodeModel()
114 d(m2)
115 if m2.fails():
117 model = m2
/openbsd-current/lib/libc/gdtoa/
H A Ddtoa.c119 j, j1, k, k0, k_check, leftright, m2, m5, s2, s5, local
498 m2 = b2;
517 if (m2 > 0 && s2 > 0) {
518 i = m2 < s2 ? m2 : s2;
520 m2 -= i;
593 m2 += i;
599 m2 += i;
642 if (m2 > 0) {
643 mhi = lshift(mhi, m2);
[all...]
H A Dgdtoa.c159 int j, j1, k, k0, k_check, kind, leftright, m2, m5, nbits; local
508 m2 = b2;
530 m2 -= i;
540 if (m2 > 0 && s2 > 0) {
541 i = m2 < s2 ? m2 : s2;
543 m2 -= i;
599 m2 += i;
642 if (m2 > 0) {
643 mhi = lshift(mhi, m2);
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dgenmodes.c996 struct mode_data * m2; local
998 for (m2 = m;
999 m2 && m2 != void_mode;
1000 m2 = m2->wider)
1002 if (m2->bytesize < 2 * m->bytesize)
1006 if (m2->precision != 2 * m->precision)
1011 if (m2->precision != (unsigned int) -1)
1017 if (m2
[all...]
H A Dtarghooks.c80 default_cc_modes_compatible (enum machine_mode m1, enum machine_mode m2) argument
82 if (m1 == m2)
/openbsd-current/gnu/usr.bin/perl/dist/Safe/t/
H A Dsafe2.t98 my $m2 = $cpt->mask;
100 is(opset("negate", @masked), $m2);
/openbsd-current/sys/netinet/
H A Dip_mroute.h49 #define VIFM_SAME(m1, m2) ((m1) == (m2))
/openbsd-current/usr.sbin/smtpd/
H A Dutil.c386 struct mailaddr m2 = *maddr2; local
390 if (m2.user[0] == '\0' && m2.domain[0] == '\0')
393 if (m2.domain[0] && !hostname_match(m1.domain, m2.domain))
396 if (m2.user[0]) {
398 if (strchr(m2.user, *env->sc_subaddressing_delim) == NULL) {
404 if (strcasecmp(m1.user, m2.user))
/openbsd-current/usr.bin/dig/lib/dns/rdata/generic/
H A Dloc_29.c29 int d2, m2, s2, fs2; local
118 m2 = (int)(longitude % 60);
136 d2, m2, s2, fs2, east ? "E" : "W",
/openbsd-current/gnu/llvm/llvm/lib/Support/BLAKE3/
H A Dblake3_avx512.c127 __m128i m2 = loadu_128(&block[sizeof(__m128i) * 2]); local
139 t2 = _mm_shuffle_ps2(m2, m3, _MM_SHUFFLE(2, 0, 2, 0)); // 14 12 10 8
142 t3 = _mm_shuffle_ps2(m2, m3, _MM_SHUFFLE(3, 1, 3, 1)); // 15 13 11 9
148 m2 = t2;
156 t1 = _mm_shuffle_ps2(m2, m3, _MM_SHUFFLE(3, 3, 2, 2));
162 tt = _mm_blend_epi16(t2, m2, 0xC0);
166 tt = _mm_unpacklo_epi32(m2, t3);
172 m2 = t2;
179 t1 = _mm_shuffle_ps2(m2, m3, _MM_SHUFFLE(3, 3, 2, 2));
185 tt = _mm_blend_epi16(t2, m2,
[all...]
/openbsd-current/libexec/tradcpp/
H A Dmacro.c213 macro_eq(const struct macro *m1, const struct macro *m2) argument
219 if (strcmp(m1->name, m2->name) != 0) {
223 if (m1->hasparams != m2->hasparams) {
228 num2 = expansionitemarray_num(&m2->expansion);
235 ei2 = expansionitemarray_get(&m2->expansion, i);
242 num2 = stringarray_num(&m2->params);
249 p2 = stringarray_get(&m2->params, i);
347 struct macro *m, *m2; local
366 m2 = macroarray_get(bucket, num-1);
367 macroarray_set(bucket, i, m2);
[all...]
/openbsd-current/usr.bin/vi/vi/
H A Dvs_msg.c163 vs_update(SCR *sp, const char *m1, const char *m2) argument
180 "%s\n", m1 == NULL? "" : m1, m2 == NULL ? "" : m2);
205 if (m2 != NULL) {
206 mlen = strlen(m2);
209 (void)gp->scr_addstr(sp, m2, mlen);
/openbsd-current/gnu/usr.bin/perl/t/run/
H A Dfresh_perl.t151 my($m2) = $#Shells++;
152 $Shells[$m2]{HOST} = $Host;
153 return $m2;
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Di960-dis.c467 int m1, m2, m3;
724 m2 = (word1 >> 12) & 1;
745 regop (m2, s2, src2, fp);
755 regop (m2, s2, src2, fp);
466 int m1, m2, m3; local
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Di960-dis.c467 int m1, m2, m3;
724 m2 = (word1 >> 12) & 1;
745 regop (m2, s2, src2, fp);
755 regop (m2, s2, src2, fp);
466 int m1, m2, m3; local

Completed in 264 milliseconds

12345