Home
last modified time | relevance | path

Searched refs:m1 (Results 1 – 25 of 75) sorted by relevance

123

/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_fw_defs.h26 (IRO[163].base + ((funcId) * IRO[163].m1))
28 (IRO[153].base + ((funcId) * IRO[153].m1))
36 (IRO[323].base + ((pfId) * IRO[323].m1))
38 (IRO[324].base + ((pfId) * IRO[324].m1))
54 (IRO[322].base + ((pfId) * IRO[322].m1))
56 (IRO[314].base + ((pfId) * IRO[314].m1))
58 (IRO[313].base + ((pfId) * IRO[313].m1))
60 (IRO[312].base + ((pfId) * IRO[312].m1))
64 (IRO[146].base + ((pfId) * IRO[146].m1))
66 (IRO[147].base + ((pfId) * IRO[147].m1))
[all …]
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_iro.h18 ((port_id) * IRO[2].m1))
22 ((vf_id) * IRO[3].m1))
141 ((pf_id) * IRO[37].m1))
157 ((pf_id) * IRO[41].m1))
201 ((pf_id) * IRO[51].m1))
205 ((pf_id) * IRO[52].m1))
217 ((pf_id) * IRO[55].m1))
221 ((pf_id) * IRO[56].m1))
225 ((pf_id) * IRO[57].m1))
229 ((pf_id) * IRO[58].m1))
[all …]
/f-stack/freebsd/netipsec/
H A Dipsec_mbuf.c204 for (m1 = m0; m1->m_next; m1 = m1->m_next) { in m_pad()
215 m0 = m1->m_next; in m_pad()
227 m0->m_next = m1; in m_pad()
228 m0 = m1; in m_pad()
247 struct mbuf *m1; in m_striphdr() local
252 if (m1 == NULL) in m_striphdr()
259 m_adj(m1, hlen); in m_striphdr()
260 if (m1 != m) in m_striphdr()
283 mo = m1->m_next; in m_striphdr()
289 if (m1 != m) in m_striphdr()
[all …]
/f-stack/freebsd/arm/allwinner/clkng/
H A Daw_clk_nmm.c113 uint32_t n, m0, m1; in aw_clk_nmm_find_best() local
127 for (m1 = min_m1; m1 <= max_m1; ) { in aw_clk_nmm_find_best()
138 m1++; in aw_clk_nmm_find_best()
184 m1 = aw_clk_factor_get_value(&sc->m1, best_m1); in aw_clk_nmm_set_freq()
190 val |= m1 << sc->m1.shift; in aw_clk_nmm_set_freq()
224 m1 = aw_clk_get_factor(val, &sc->m1); in aw_clk_nmm_recalc()
269 sc->m1.shift = clkdef->m1.shift; in aw_clk_nmm_register()
270 sc->m1.width = clkdef->m1.width; in aw_clk_nmm_register()
271 sc->m1.mask = ((1 << sc->m1.width) - 1) << sc->m1.shift; in aw_clk_nmm_register()
272 sc->m1.value = clkdef->m1.value; in aw_clk_nmm_register()
[all …]
/f-stack/freebsd/contrib/libb2/
H A Dblake2s-load-sse41.h37 t1 = _mm_blend_epi16(m1,m3,0xC0); \
42 t0 = _mm_slli_si128(m1, 4); \
48 t0 = _mm_unpackhi_epi32(m0,m1); \
67 t1 = _mm_srli_si128(m1, 12); \
78 t0 = _mm_unpackhi_epi32(m0,m1); \
96 t1 = _mm_unpackhi_epi32(m1,m2); \
100 t0 = _mm_unpacklo_epi64(m1,m2); \
106 t0 = _mm_unpackhi_epi64(m1,m3); \
143 t0 = _mm_slli_si128(m1, 12); \
149 t1 = _mm_srli_si128(m1, 4); \
[all …]
H A Dblake2b-load-sse41.h20 b0 = _mm_unpacklo_epi64(m0, m1); \
28 b0 = _mm_unpackhi_epi64(m0, m1); \
76 b0 = _mm_unpacklo_epi64(m6, m1); \
77 b1 = _mm_unpackhi_epi64(m3, m1); \
116 b0 = _mm_unpackhi_epi64(m3, m1); \
149 b1 = _mm_unpacklo_epi64(m1, m5); \
180 b0 = _mm_unpacklo_epi64(m1, m3); \
189 b1 = _mm_unpackhi_epi64(m5, m1); \
236 b0 = _mm_unpackhi_epi64(m3, m1); \
261 b1 = _mm_unpacklo_epi64(m4, m1); \
[all …]
H A Dblake2s-load-xop.h31 buf = _mm_perm_epi8(m0, m1, _mm_set_epi32(TOB(6),TOB(4),TOB(2),TOB(0)) );
34 buf = _mm_perm_epi8(m0, m1, _mm_set_epi32(TOB(7),TOB(5),TOB(3),TOB(1)) );
43 t0 = _mm_perm_epi8(m1, m2, _mm_set_epi32(TOB(0),TOB(5),TOB(0),TOB(0)) ); \
47 t1 = _mm_perm_epi8(m1, m2, _mm_set_epi32(TOB(2),TOB(0),TOB(4),TOB(6)) ); \
51 t0 = _mm_perm_epi8(m0, m1, _mm_set_epi32(TOB(5),TOB(0),TOB(0),TOB(1)) ); \
55 t1 = _mm_perm_epi8(m0, m1, _mm_set_epi32(TOB(3),TOB(7),TOB(2),TOB(0)) ); \
59 t0 = _mm_perm_epi8(m1, m2, _mm_set_epi32(TOB(0),TOB(1),TOB(0),TOB(7)) ); \
67 t0 = _mm_perm_epi8(m0, m1, _mm_set_epi32(TOB(0),TOB(7),TOB(3),TOB(0)) ); \
71 t1 = _mm_perm_epi8(m0, m1, _mm_set_epi32(TOB(4),TOB(1),TOB(6),TOB(0)) ); \
75 t0 = _mm_perm_epi8(m0, m1, _mm_set_epi32(TOB(0),TOB(0),TOB(3),TOB(7)) ); \
[all …]
H A Dblake2s-load-sse2.h18 #define LOAD_MSG_0_2(buf) buf = _mm_set_epi32(m7,m5,m3,m1)
23 #define LOAD_MSG_1_3(buf) buf = _mm_set_epi32(m5,m11,m0,m1)
28 #define LOAD_MSG_2_4(buf) buf = _mm_set_epi32(m4,m1,m6,m14)
30 #define LOAD_MSG_3_2(buf) buf = _mm_set_epi32(m14,m12,m1,m9)
36 #define LOAD_MSG_4_4(buf) buf = _mm_set_epi32(m13,m8,m12,m1)
39 #define LOAD_MSG_5_3(buf) buf = _mm_set_epi32(m1,m15,m7,m4)
41 #define LOAD_MSG_6_1(buf) buf = _mm_set_epi32(m4,m14,m1,m12)
46 #define LOAD_MSG_7_2(buf) buf = _mm_set_epi32(m9,m1,m14,m11)
51 #define LOAD_MSG_8_3(buf) buf = _mm_set_epi32(m10,m1,m13,m12)
53 #define LOAD_MSG_9_1(buf) buf = _mm_set_epi32(m1,m7,m8,m10)
H A Dblake2b-load-sse2.h18 #define LOAD_MSG_0_2(b0, b1) b0 = _mm_set_epi64x(m3, m1); b1 = _mm_set_epi64x(m7, m5)
23 #define LOAD_MSG_1_3(b0, b1) b0 = _mm_set_epi64x(m0, m1); b1 = _mm_set_epi64x(m5, m11)
28 #define LOAD_MSG_2_4(b0, b1) b0 = _mm_set_epi64x(m6, m14); b1 = _mm_set_epi64x(m4, m1)
30 #define LOAD_MSG_3_2(b0, b1) b0 = _mm_set_epi64x(m1, m9); b1 = _mm_set_epi64x(m14, m12)
36 #define LOAD_MSG_4_4(b0, b1) b0 = _mm_set_epi64x(m12, m1); b1 = _mm_set_epi64x(m13, m8)
39 #define LOAD_MSG_5_3(b0, b1) b0 = _mm_set_epi64x(m7, m4); b1 = _mm_set_epi64x(m1, m15)
41 #define LOAD_MSG_6_1(b0, b1) b0 = _mm_set_epi64x(m1, m12); b1 = _mm_set_epi64x(m4, m14)
46 #define LOAD_MSG_7_2(b0, b1) b0 = _mm_set_epi64x(m14, m11); b1 = _mm_set_epi64x(m9, m1)
53 #define LOAD_MSG_9_1(b0, b1) b0 = _mm_set_epi64x(m8, m10); b1 = _mm_set_epi64x(m1, m7)
58 #define LOAD_MSG_10_2(b0, b1) b0 = _mm_set_epi64x(m3, m1); b1 = _mm_set_epi64x(m7, m5)
[all …]
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-load-sse41.h21 b0 = _mm_unpacklo_epi64(m0, m1); \
27 b0 = _mm_unpackhi_epi64(m0, m1); \
63 b0 = _mm_unpacklo_epi64(m6, m1); \
64 b1 = _mm_unpackhi_epi64(m3, m1); \
93 b0 = _mm_unpackhi_epi64(m3, m1); \
118 b1 = _mm_unpacklo_epi64(m1, m5); \
141 b0 = _mm_unpacklo_epi64(m1, m3); \
148 b1 = _mm_unpackhi_epi64(m5, m1); \
202 b1 = _mm_unpacklo_epi64(m4, m1); \
220 b1 = _mm_alignr_epi8(m4, m1, 8); \
[all …]
H A Dblake2b-load-avx2.h6 t0 = _mm256_unpacklo_epi64(m0, m1); \
13 t0 = _mm256_unpackhi_epi64(m0, m1); \
55 t0 = _mm256_unpacklo_epi64(m6, m1); \
56 t1 = _mm256_unpackhi_epi64(m3, m1); \
70 t1 = _mm256_blend_epi32(m6, m1, 0x33); \
76 t0 = _mm256_blend_epi32(m1, m5, 0x33); \
90 t0 = _mm256_unpackhi_epi64(m3, m1); \
104 t0 = _mm256_blend_epi32(m2, m1, 0x33); \
119 t1 = _mm256_unpacklo_epi64(m1, m5); \
133 t1 = _mm256_blend_epi32(m1, m3, 0x33); \
[all …]
H A Dblake2b-load-sse2.h23 b0 = _mm_set_epi64x(m3, m1); \
38 b0 = _mm_set_epi64x(m0, m1); \
54 b1 = _mm_set_epi64x(m4, m1)
59 b0 = _mm_set_epi64x(m1, m9); \
77 b0 = _mm_set_epi64x(m12, m1); \
87 b1 = _mm_set_epi64x(m1, m15)
92 b0 = _mm_set_epi64x(m1, m12); \
108 b1 = _mm_set_epi64x(m9, m1)
123 b1 = _mm_set_epi64x(m10, m1)
129 b1 = _mm_set_epi64x(m1, m7)
[all …]
/f-stack/freebsd/net80211/
H A Dieee80211_superg.c385 m1 = ieee80211_mbuf_adjust(vap, hdrspace, key, m1); in ieee80211_ff_encap()
411 m1 = ieee80211_ff_encap1(vap, m1, &eh1); in ieee80211_ff_encap()
412 if (m1 == NULL) in ieee80211_ff_encap()
428 pad = roundup2(m1->m_pkthdr.len, 4) - m1->m_pkthdr.len; in ieee80211_ff_encap()
474 return m1; in ieee80211_ff_encap()
478 m_freem(m1); in ieee80211_ff_encap()
519 key, m1); in ieee80211_amsdu_encap()
544 m1 = ieee80211_ff_encap1(vap, m1, &eh1); in ieee80211_amsdu_encap()
561 pad = roundup2(m1->m_pkthdr.len, 4) - m1->m_pkthdr.len; in ieee80211_amsdu_encap()
581 return m1; in ieee80211_amsdu_encap()
[all …]
/f-stack/tools/libxo/tests/core/saved/
H A Dtest_08.HIPx.out82 …<div class="data" data-tag="test" data-xpath="/top/data3/m1/contents/item[name = 'water']/test">on…
98 …<div class="data" data-tag="name" data-xpath="/top/data4/m1/contents/item[name = 'gum']/m2/sub/nam…
100 …<div class="data" data-tag="next" data-xpath="/top/data4/m1/contents/item[name = 'gum']/m2/sub/nex…
106 …<div class="data" data-tag="name" data-xpath="/top/data4/m1/contents/item[name = 'gum']/m2/sub/nam…
108 …<div class="data" data-tag="next" data-xpath="/top/data4/m1/contents/item[name = 'gum']/m2/sub/nex…
122 …<div class="data" data-tag="last" data-xpath="/top/data4/m1/contents/item[name = 'gum']/last">3</d…
156 …<div class="data" data-tag="last" data-xpath="/top/data4/m1/contents/item[name = 'rope']/last">3</…
190 …<div class="data" data-tag="last" data-xpath="/top/data4/m1/contents/item[name = 'ladder']/last">3…
224 …<div class="data" data-tag="last" data-xpath="/top/data4/m1/contents/item[name = 'bolt']/last">3</…
258 …<div class="data" data-tag="last" data-xpath="/top/data4/m1/contents/item[name = 'water']/last">3<…
[all …]
H A Dtest_08.H.err1 test: close (xo_close_container) fails at marker 'm1'; not found 'data3'
17 test: close (xo_close_container) fails at marker 'm1'; not found 'data4'
18 test: close (xo_close_container) fails at marker 'm1'; not found 'top'
H A Dtest_08.JP.err1 test: close (xo_close_container) fails at marker 'm1'; not found 'data3'
17 test: close (xo_close_container) fails at marker 'm1'; not found 'data4'
18 test: close (xo_close_container) fails at marker 'm1'; not found 'top'
H A Dtest_08.X.err1 test: close (xo_close_container) fails at marker 'm1'; not found 'data3'
17 test: close (xo_close_container) fails at marker 'm1'; not found 'data4'
18 test: close (xo_close_container) fails at marker 'm1'; not found 'top'
H A Dtest_08.XP.err1 test: close (xo_close_container) fails at marker 'm1'; not found 'data3'
17 test: close (xo_close_container) fails at marker 'm1'; not found 'data4'
18 test: close (xo_close_container) fails at marker 'm1'; not found 'top'
H A Dtest_08.E.err1 test: close (xo_close_container) fails at marker 'm1'; not found 'data3'
17 test: close (xo_close_container) fails at marker 'm1'; not found 'data4'
18 test: close (xo_close_container) fails at marker 'm1'; not found 'top'
H A Dtest_08.T.err1 test: close (xo_close_container) fails at marker 'm1'; not found 'data3'
17 test: close (xo_close_container) fails at marker 'm1'; not found 'data4'
18 test: close (xo_close_container) fails at marker 'm1'; not found 'top'
H A Dtest_08.HIPx.err1 test: close (xo_close_container) fails at marker 'm1'; not found 'data3'
17 test: close (xo_close_container) fails at marker 'm1'; not found 'data4'
18 test: close (xo_close_container) fails at marker 'm1'; not found 'top'
H A Dtest_08.HP.err1 test: close (xo_close_container) fails at marker 'm1'; not found 'data3'
17 test: close (xo_close_container) fails at marker 'm1'; not found 'data4'
18 test: close (xo_close_container) fails at marker 'm1'; not found 'top'
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_irc_pxy.c271 mb_t *m1; local
326 for (m1 = m; m1->b_cont; m1 = m1->b_cont)
328 if ((inc > 0) && (m1->b_datap->db_lim - m1->b_wptr < inc)) {
335 nm->b_band = m1->b_band;
338 m1->b_wptr -= olen;
339 PANIC((m1->b_wptr < m1->b_rptr),
342 linkb(m1, nm);
345 if (m1->b_datap->db_struiolim == m1->b_wptr)
346 m1->b_datap->db_struiolim += inc;
347 m1->b_datap->db_struioflag &= ~STRUIO_IP;
[all …]
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dsecretstream.c14 unsigned char *m1, *m2, *m3; in main() local
53 randombytes_buf(m1, m1_len); in main()
54 memcpy(m1_, m1, m1_len); in main()
89 (state, m1, &res_len, &tag, in main()
93 assert(memcmp(m1, m1_, m1_len) == 0); in main()
162 (state, m1, NULL, &tag, in main()
187 (state, m1, NULL, &tag, in main()
223 (state, m1, NULL, &tag, in main()
276 (state, m1, &res_len, &tag, in main()
280 assert(memcmp(m1, m1_, m1_len) == 0); in main()
[all …]
/f-stack/freebsd/netgraph/
H A Dng_mppc.c583 struct mbuf *m1; in ng_mppc_compress() local
600 m1 = m; in ng_mppc_compress()
601 while (m1) { in ng_mppc_compress()
602 rc4_crypt(&d->rc4, mtod(m1, u_char *), in ng_mppc_compress()
603 mtod(m1, u_char *), m1->m_len); in ng_mppc_compress()
604 m1 = m1->m_next; in ng_mppc_compress()
710 struct mbuf *m1; in ng_mppc_decompress() local
729 m1 = m; in ng_mppc_decompress()
730 while (m1 != NULL) { in ng_mppc_decompress()
732 mtod(m1, u_char *), m1->m_len); in ng_mppc_decompress()
[all …]

123