Searched refs:m1 (Results 51 - 75 of 128) sorted by relevance

123456

/freebsd-13-stable/sys/dev/isp/
H A Disp_target.c279 ISP_MEMZERO(cto->rsp.m1.ct_resp, sizeof (cto->rsp.m1.ct_resp));
280 cto->rsp.m1.ct_resp[0] = 0xf0;
281 cto->rsp.m1.ct_resp[2] = (code >> 12) & 0xf;
282 cto->rsp.m1.ct_resp[7] = 8;
283 cto->rsp.m1.ct_resp[12] = (code >> 16) & 0xff;
284 cto->rsp.m1.ct_resp[13] = (code >> 24) & 0xff;
288 cto->rsp.m1.ct_resplen = 4;
289 ISP_MEMZERO(cto->rsp.m1.ct_resp, sizeof (cto->rsp.m1
[all...]
/freebsd-13-stable/sys/dev/rtwn/pci/
H A Drtwn_pci_rx.c96 struct mbuf *m, *m1; local
131 m1 = m_getjcl(M_NOWAIT, MT_DATA, M_PKTHDR, MJUMPAGESIZE);
132 if (__predict_false(m1 == NULL)) {
140 error = bus_dmamap_load(ring->data_dmat, rx_data->map, mtod(m1, void *),
143 m_freem(m1);
157 rx_data->m = m1;
/freebsd-13-stable/sys/modules/dtb/allwinner/
H A DMakefile19 sun8i-h3-nanopi-m1.dts \
20 sun8i-h3-nanopi-m1-plus.dts \
/freebsd-13-stable/sys/netinet/
H A Dip_mroute.h87 #define VIFM_SAME(m1, m2) ((m1) == (m2))
/freebsd-13-stable/contrib/wpa/src/wps/
H A Dwps_er.h67 void (*m1_handler)(struct wps_er_ap *ap, struct wpabuf *m1);
H A Dwps_er.c31 struct wpabuf *m1));
474 static void wps_er_ap_get_m1(struct wps_er_ap *ap, struct wpabuf *m1) argument
478 if (wps_parse_msg(m1, &attr) < 0) {
763 int m1; local
765 m1 = !probe_req && attr->msg_type && *attr->msg_type == WPS_M1;
773 if (!probe_req && !m1)
785 if (m1)
829 if (m1 || new_sta)
1788 static void wps_er_ap_learn_m1(struct wps_er_ap *ap, struct wpabuf *m1) argument
1807 wps_er_ap_process(ap, m1);
1864 wps_er_send_get_device_info(struct wps_er_ap *ap, void (*m1_handler)(struct wps_er_ap *ap, struct wpabuf *m1)) argument
1971 wps_er_ap_config_m1(struct wps_er_ap *ap, struct wpabuf *m1) argument
[all...]
/freebsd-13-stable/crypto/openssl/crypto/rsa/
H A Drsa_ossl.c599 BIGNUM *r1, *m1, *vrfy, *r2, *m[RSA_MAX_PRIME_NUM - 2]; local
607 m1 = BN_CTX_get(ctx);
667 if (/* m1 = I moq q */
668 !bn_from_mont_fixed_top(m1, I, rsa->_method_mod_q, ctx)
669 || !bn_to_mont_fixed_top(m1, m1, rsa->_method_mod_q, ctx)
670 /* m1 = m1^dmq1 mod q */
671 || !BN_mod_exp_mont_consttime(m1, m1, rs
[all...]
/freebsd-13-stable/crypto/openssl/crypto/bn/asm/
H A Dppc-mont.pl119 my $m1="r24";
181 $UMULL $m1,$lo0,$n0 ; "tp[0]"*n0
186 $UMULL $lo1,$nj,$m1 ; np[0]*m1
187 $UMULH $hi1,$nj,$m1
192 $UMULL $nlo,$nj,$m1 ; np[1]*m1
193 $UMULH $nhi,$nj,$m1
207 $UMULL $nlo,$nj,$m1 ; np[j]*m1
[all...]
/freebsd-13-stable/usr.bin/ncal/
H A Dncal.c596 int m1, m2; local
609 m1 = y * 12 + m - 1;
610 m2 = m1 + after;
619 printyearheader = (after >= mpl - 1) && (M2M(m1) - 1) % mpl == 0;
621 m = m1;
630 if (m != m1)
684 int m1, m2; local
696 m1 = y * 12 + m - 1;
697 m2 = m1 + after;
706 printyearheader = (after >= mpl - 1) && (M2M(m1)
[all...]
/freebsd-13-stable/sys/dev/drm2/ttm/
H A Dttm_bo_vm.c109 vm_page_t m, m1; local
239 m1 = vm_page_lookup(vm_obj, OFF_TO_IDX(offset));
241 if (m1 == NULL) {
252 KASSERT(m == m1,
253 ("inconsistent insert bo %p m %p m1 %p offset %jx",
254 bo, m, m1, (uintmax_t)offset));
/freebsd-13-stable/sys/net/altq/
H A Daltq_hfsc.c223 rtsc.m1 = opts->rtsc_m1;
226 lssc.m1 = opts->lssc_m1;
229 ulsc.m1 = opts->ulsc_m1;
449 if (rsc != NULL && (rsc->m1 != 0 || rsc->m2 != 0)) {
458 if (fsc != NULL && (fsc->m1 != 0 || fsc->m2 != 0)) {
466 if (usc != NULL && (usc->m1 != 0 || usc->m2 != 0)) {
1420 isc->sm1 = m2sm(sc->m1);
1421 isc->ism1 = m2ism(sc->m1);
1562 sp->rsc.m1 = SATU32(sm2m(cl->cl_rsc->sm1));
1566 sp->rsc.m1
[all...]
H A Daltq_hfsc.h47 u_int m1; /* slope of the first segment in bits/sec */ member in struct:service_curve_v0
53 u_int64_t m1; /* slope of the first segment in bits/sec */ member in struct:service_curve_v1
/freebsd-13-stable/crypto/openssl/crypto/bn/
H A Dbn_local.h564 BN_ULONG m,m1,lt,ht; \
570 m1=(bl)*(ht); \
572 m=(m+m1)&BN_MASK2; if (m < m1) ht+=L2HBITS((BN_ULONG)1); \
574 m1=L2HBITS(m); \
575 lt=(lt+m1)&BN_MASK2; if (lt < m1) ht++; \
/freebsd-13-stable/contrib/nvi/vi/
H A Dvs_msg.c157 vs_update(SCR *sp, const char *m1, const CHAR_T *m2) argument
178 "%s\n", m1 == NULL? "" : m1, m2 == NULL ? "" : np);
196 if (m1 != NULL) {
197 mlen = len = strlen(m1);
200 (void)gp->scr_addstr(sp, m1, mlen);
/freebsd-13-stable/sys/dev/bxe/
H A Decore_init.h610 #define BLOCK_PRTY_INFO(block, en_mask, m1, m1h, m2, m3) \
614 en_mask, {m1, m1h, m2, m3}, #block \
617 #define BLOCK_PRTY_INFO_0(block, en_mask, m1, m1h, m2, m3) \
621 en_mask, {m1, m1h, m2, m3}, #block"_0" \
624 #define BLOCK_PRTY_INFO_1(block, en_mask, m1, m1h, m2, m3) \
628 en_mask, {m1, m1h, m2, m3}, #block"_1" \
/freebsd-13-stable/contrib/bearssl/src/symcipher/
H A Dpoly1305_ctmulq.c111 #define MX(hi, lo, m0, m1, m2) do { \
116 MUL128(mxhi, mxlo, a1, m1); \
260 #define MX(hi, lo, m0, m1, m2) do { \
265 MUL128(mxhi, mxlo, a1, m1); \
/freebsd-13-stable/sys/net80211/
H A Dieee80211_superg.h144 struct mbuf * ieee80211_amsdu_encap(struct ieee80211vap *vap, struct mbuf *m1,
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-compress-sse41.c49 const __m128i m1 = LOADU(block + 16); local
H A Dblake2b-compress-ssse3.c43 const uint64_t m1 = ((uint64_t *) block)[1]; local
/freebsd-13-stable/sbin/pfctl/
H A Dpfctl_parser.h146 struct node_queue_bw m1; /* slope of 1st segment; bps */ member in struct:node_hfsc_sc
147 u_int d; /* x-projection of m1; msec */
160 struct node_queue_bw m1; /* slope of 1st segment; bps */ member in struct:node_fairq_sc
161 u_int d; /* x-projection of m1; msec */
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cpp137 DDMutex *m1 = (DDMutex*)dd.getData(to); local
146 rep->loop[i].mtx_ctx1 = m1->ctx;
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock_output_test_.cc282 const testing::Matcher<int> m1 = Ge(48); local
283 EXPECT_THAT((std::pair<int, bool>(42, true)), IsPair(m1, true));
H A Dgmock-generated-matchers_test.cc783 const Matcher<int> m1 = IsEven2(); local
784 EXPECT_EQ("is even", Describe(m1));
785 EXPECT_EQ("is odd", DescribeNegation(m1));
794 const Matcher<int> m1 = IsEven2(); local
795 EXPECT_EQ("OK", Explain(m1, 4));
796 EXPECT_EQ("% 2 == 1", Explain(m1, 5));
817 const Matcher< ::std::string> m1 = IsEmptyString(); local
818 EXPECT_TRUE(m1.Matches(""));
1108 MATCHER_P3(TwoOf, m1, m2, m3, "") {
1109 const int count = static_cast<int>(Value(arg, m1))
[all...]
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-generated-function-mockers.h92 MockSpec<F> With(const Matcher<A1>& m1) { argument
93 return MockSpec<F>(this, ::testing::make_tuple(m1));
112 MockSpec<F> With(const Matcher<A1>& m1, const Matcher<A2>& m2) { argument
113 return MockSpec<F>(this, ::testing::make_tuple(m1, m2));
133 MockSpec<F> With(const Matcher<A1>& m1, const Matcher<A2>& m2, argument
135 return MockSpec<F>(this, ::testing::make_tuple(m1, m2, m3));
155 MockSpec<F> With(const Matcher<A1>& m1, const Matcher<A2>& m2, argument
157 return MockSpec<F>(this, ::testing::make_tuple(m1, m2, m3, m4));
179 MockSpec<F> With(const Matcher<A1>& m1, const Matcher<A2>& m2, argument
181 return MockSpec<F>(this, ::testing::make_tuple(m1, m
203 With(const Matcher<A1>& m1, const Matcher<A2>& m2, const Matcher<A3>& m3, const Matcher<A4>& m4, const Matcher<A5>& m5, const Matcher<A6>& m6) argument
229 With(const Matcher<A1>& m1, const Matcher<A2>& m2, const Matcher<A3>& m3, const Matcher<A4>& m4, const Matcher<A5>& m5, const Matcher<A6>& m6, const Matcher<A7>& m7) argument
255 With(const Matcher<A1>& m1, const Matcher<A2>& m2, const Matcher<A3>& m3, const Matcher<A4>& m4, const Matcher<A5>& m5, const Matcher<A6>& m6, const Matcher<A7>& m7, const Matcher<A8>& m8) argument
283 With(const Matcher<A1>& m1, const Matcher<A2>& m2, const Matcher<A3>& m3, const Matcher<A4>& m4, const Matcher<A5>& m5, const Matcher<A6>& m6, const Matcher<A7>& m7, const Matcher<A8>& m8, const Matcher<A9>& m9) argument
313 With(const Matcher<A1>& m1, const Matcher<A2>& m2, const Matcher<A3>& m3, const Matcher<A4>& m4, const Matcher<A5>& m5, const Matcher<A6>& m6, const Matcher<A7>& m7, const Matcher<A8>& m8, const Matcher<A9>& m9, const Matcher<A10>& m10) argument
[all...]
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dpkinit.c2049 struct krb5_dh_moduli *m1; local
2055 m1 = calloc(1, sizeof(*m1));
2056 if (m1 == NULL) {
2065 free(m1);
2077 m1->name = strdup(p1);
2078 if (m1->name == NULL) {
2092 m1->bits = atoi(p1);
2093 if (m1->bits == 0) {
2100 ret = parse_integer(context, &p, file, lineno, "p", &m1
[all...]

Completed in 317 milliseconds

123456