Searched refs:m1 (Results 76 - 100 of 148) sorted by relevance

123456

/freebsd-current/sys/dev/bxe/
H A Decore_init.h608 #define BLOCK_PRTY_INFO(block, en_mask, m1, m1h, m2, m3) \
612 en_mask, {m1, m1h, m2, m3}, #block \
615 #define BLOCK_PRTY_INFO_0(block, en_mask, m1, m1h, m2, m3) \
619 en_mask, {m1, m1h, m2, m3}, #block"_0" \
622 #define BLOCK_PRTY_INFO_1(block, en_mask, m1, m1h, m2, m3) \
626 en_mask, {m1, m1h, m2, m3}, #block"_1" \
/freebsd-current/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-current/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-compress-ssse3.c43 const uint64_t m1 = ((uint64_t *) block)[1]; local
H A Dblake2b-compress-sse41.c49 const __m128i m1 = LOADU(block + 16); local
/freebsd-current/sys/net80211/
H A Dieee80211_superg.h142 struct mbuf * ieee80211_amsdu_encap(struct ieee80211vap *vap, struct mbuf *m1,
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Dx86_64-mont5.pl87 $m1="%rbp";
258 mov $n0,$m1
263 imulq $lo0,$m1 # "tp[0]"*n0
266 mulq $m1 # np[0]*m1
280 add $hi0,$hi1 # np[j]*m1+ap[j]*bp[0]
294 mulq $m1 # np[j]*m1
301 add $hi0,$hi1 # np[j]*m1+ap[j]*bp[0]
348 mov $n0,$m1
[all...]
/freebsd-current/tools/test/stress2/misc/
H A Dnfsdelegation.sh77 tail -3 /var/log/messages | grep -m1 nfsdelegation: && s=2
H A Dfsck3.sh60 sblock=`dumpfs md$u2 | grep -m1 "superblock location" | awk '{print $3}'`
/freebsd-current/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-current/contrib/googletest/googlemock/test/
H A Dgmock_output_test_.cc261 const testing::Matcher<int> m1 = Ge(48); local
262 EXPECT_THAT((std::pair<int, bool>(42, true)), IsPair(m1, true));
/freebsd-current/sys/net/altq/
H A Daltq_hfsc.h46 u_int m1; /* slope of the first segment in bits/sec */ member in struct:service_curve_v0
52 u_int64_t m1; /* slope of the first segment in bits/sec */ member in struct:service_curve_v1
/freebsd-current/sys/netinet/
H A Dip_mroute.h84 #define VIFM_SAME(m1, m2) ((m1) == (m2))
/freebsd-current/sys/modules/dtb/allwinner/
H A DMakefile18 allwinner/sun8i-h3-nanopi-m1.dts \
19 allwinner/sun8i-h3-nanopi-m1-plus.dts \
/freebsd-current/sbin/pfctl/
H A Dpfctl_parser.h162 struct node_queue_bw m1; /* slope of 1st segment; bps */ member in struct:node_hfsc_sc
163 u_int d; /* x-projection of m1; msec */
176 struct node_queue_bw m1; /* slope of 1st segment; bps */ member in struct:node_fairq_sc
177 u_int d; /* x-projection of m1; msec */
/freebsd-current/contrib/wpa/src/wps/
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-current/crypto/heimdal/lib/krb5/
H A Dpkinit.c2141 struct krb5_dh_moduli *m1; local
2147 m1 = calloc(1, sizeof(*m1));
2148 if (m1 == NULL) {
2157 free(m1);
2169 m1->name = strdup(p1);
2170 if (m1->name == NULL) {
2184 m1->bits = atoi(p1);
2185 if (m1->bits == 0) {
2192 ret = parse_integer(context, &p, file, lineno, "p", &m1
[all...]
/freebsd-current/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_addrs.c90 * m1 < m2 : -1
91 * m1 > m2 : +1
92 * m1 = m2 : 0
95 bridge_compare_macs(const uint8_t *m1, const uint8_t *m2) argument
100 if (m1[i] < m2[i])
102 if (m1[i] > m2[i])
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_hsi_init_tool.h392 u16 m1 /* multiplier 1 */; member in struct:iro
/freebsd-current/sys/dev/clk/allwinner/
H A Daw_clk.h431 .m1.shift = _m1shift, \
432 .m1.width = _m1width, \
433 .m1.value = _m1value, \
434 .m1.flags = _m1flags, \
/freebsd-current/sys/arm64/iommu/
H A Diommu_pmap.c794 vm_page_t m, m0, m1; local
820 m1 = PHYS_TO_VM_PAGE(pa1);
841 vm_page_unwire_noq(m1);
850 vm_page_free(m1);
/freebsd-current/crypto/openssl/crypto/bn/
H A Drsaz_exp_x2.c119 const BN_ULONG *m1,
180 to_words52(m1_red, exp_digits, m1, factor_size);
205 amm(rr1_red, rr1_red, rr1_red, m1_red, k0_1); /* (2) for m1 */
206 amm(rr1_red, rr1_red, coeff_red, m1_red, k0_1); /* (3) for m1 */
226 bn_reduce_once_in_place(res1, /*carry=*/0, m1, storage, factor_size);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp849 AsanChunk *m1 = GetAsanChunkByAddr(addr); local
851 if (!m1 || AsanChunkView(m1).AddrIsAtLeft(addr, 1, &offset)) {
858 if (m2 == m1) continue; // Still the same chunk.
862 m1 = ChooseChunk(addr, m2, m1);
864 return AsanChunkView(m1);
/freebsd-current/contrib/ntp/ntpdc/
H A Dntpdc_ops.c1960 const struct info_monitor_1 *m1; local
1999 m1 = (const void*)struct_star;
2005 SET_ADDRS(dstadr, addr, m1, daddr, addr);
2007 ((pcmd->argval->ival == 6) && (m1->v6_flag != 0)) ||
2008 ((pcmd->argval->ival == 4) && (m1->v6_flag == 0)))
2012 ntohs(m1->port),
2014 (u_long)ntohl(m1->count),
2015 m1->mode,
2016 m1->version,
2017 (u_long)ntohl(m1
[all...]
/freebsd-current/sys/dev/syscons/
H A Dscvgarndr.c1189 uint8_t m1; local
1209 m1 = m >> (8 * (2 - k));
1210 if (m1 != 0 && x + 8 * k < scp->xpixel) {
1213 writeb(p + k, m1);
1216 outw(GDCIDX, (m1 << 8) | 0x08);
1228 m1 = m >> (8 * (2 - k));
1229 if (m1 != 0 && x + 8 * k < scp->xpixel) {
1232 writeb(p + k, m1);
1235 outw(GDCIDX, (m1 << 8) | 0x08);
/freebsd-current/sys/netgraph/
H A Dng_pipe.c685 struct mbuf *m1; local
701 m1 = ngp_h->m;
703 hinfo->run.qin_octets -= m1->m_pkthdr.len;
704 hinfo->stats.in_disc_octets += m1->m_pkthdr.len;
705 m_freem(m1);

Completed in 1000 milliseconds

123456