Home
last modified time | relevance | path

Searched refs:m0m1 (Results 1 – 12 of 12) sorted by relevance

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Dblake2.cpp3979 uint64x2_t m0m1,m2m3,m4m5,m6m7,m8m9,m10m11,m12m13,m14m15; in BLAKE2_NEON_Compress64() local
3981 m0m1 = vreinterpretq_u64_u8(vld1q_u8(input+ 0)); in BLAKE2_NEON_Compress64()
4003 b0 = vsetq_lane_u64(vgetq_lane_u64(m0m1,LANE_L64),b0,LANE_L64); in BLAKE2_NEON_Compress64()
4020 b0 = vsetq_lane_u64(vgetq_lane_u64(m0m1,LANE_H64),b0,LANE_L64); in BLAKE2_NEON_Compress64()
4135 b0 = vsetq_lane_u64(vgetq_lane_u64(m0m1,LANE_H64),b0,LANE_L64); in BLAKE2_NEON_Compress64()
4136 b0 = vsetq_lane_u64(vgetq_lane_u64(m0m1,LANE_L64),b0,LANE_H64); in BLAKE2_NEON_Compress64()
4197 b0 = vsetq_lane_u64(vgetq_lane_u64(m0m1,LANE_L64),b0,LANE_H64); in BLAKE2_NEON_Compress64()
4242 b1 = vsetq_lane_u64(vgetq_lane_u64(m0m1,LANE_H64),b1,LANE_L64); in BLAKE2_NEON_Compress64()
4285 b0 = vsetq_lane_u64(vgetq_lane_u64(m0m1,LANE_H64),b0,LANE_H64); in BLAKE2_NEON_Compress64()
4330 b1 = vsetq_lane_u64(vgetq_lane_u64(m0m1,LANE_L64),b1,LANE_L64); in BLAKE2_NEON_Compress64()
[all …]
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/crypto_onetimeauth/poly1305/neon2/
H A Dblocks.q219 v01 = d01[1]d01[0] v01[2,3] # m1, m0, m0m1>>26, m4m5>>26
223 v01 = v01[1]d01[2] v01[2,3] # m0, m4, m0m1>>26, m4m5>>26
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c1893 u16 m0m1; in wlc_lcnphy_get_bbmult() local
1896 tab.tbl_ptr = &m0m1; in wlc_lcnphy_get_bbmult()
1903 return (u8) ((m0m1 & 0xff00) >> 8); in wlc_lcnphy_get_bbmult()
1908 u16 m0m1 = (u16) m0 << 8; in wlc_lcnphy_set_bbmult() local
1911 tab.tbl_ptr = &m0m1; in wlc_lcnphy_set_bbmult()
H A Dphy_n.c18279 u16 m0m1, curr_m0m1; in wlc_phy_cal_txgainctrl_nphy() local
18336 wlc_phy_table_read_nphy(pi, 15, 1, 87, 16, &m0m1); in wlc_phy_cal_txgainctrl_nphy()
18347 curr_m0m1 = m0m1 & 0xff00; in wlc_phy_cal_txgainctrl_nphy()
18349 curr_m0m1 = m0m1 & 0x00ff; in wlc_phy_cal_txgainctrl_nphy()
24234 u16 m0m1; in wlc_phy_ipa_get_bbmult_nphy() local
24236 wlc_phy_table_read_nphy(pi, 15, 1, 87, 16, &m0m1); in wlc_phy_ipa_get_bbmult_nphy()
24238 return m0m1; in wlc_phy_ipa_get_bbmult_nphy()
24243 u16 m0m1 = (u16) ((m0 << 8) | m1); in wlc_phy_ipa_set_bbmult_nphy() local
24245 wlc_phy_table_write_nphy(pi, 15, 1, 87, 16, &m0m1); in wlc_phy_ipa_set_bbmult_nphy()
24246 wlc_phy_table_write_nphy(pi, 15, 1, 95, 16, &m0m1); in wlc_phy_ipa_set_bbmult_nphy()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c1893 u16 m0m1; in wlc_lcnphy_get_bbmult() local
1896 tab.tbl_ptr = &m0m1; in wlc_lcnphy_get_bbmult()
1903 return (u8) ((m0m1 & 0xff00) >> 8); in wlc_lcnphy_get_bbmult()
1908 u16 m0m1 = (u16) m0 << 8; in wlc_lcnphy_set_bbmult() local
1911 tab.tbl_ptr = &m0m1; in wlc_lcnphy_set_bbmult()
H A Dphy_n.c18279 u16 m0m1, curr_m0m1; in wlc_phy_cal_txgainctrl_nphy() local
18336 wlc_phy_table_read_nphy(pi, 15, 1, 87, 16, &m0m1); in wlc_phy_cal_txgainctrl_nphy()
18347 curr_m0m1 = m0m1 & 0xff00; in wlc_phy_cal_txgainctrl_nphy()
18349 curr_m0m1 = m0m1 & 0x00ff; in wlc_phy_cal_txgainctrl_nphy()
24234 u16 m0m1; in wlc_phy_ipa_get_bbmult_nphy() local
24236 wlc_phy_table_read_nphy(pi, 15, 1, 87, 16, &m0m1); in wlc_phy_ipa_get_bbmult_nphy()
24238 return m0m1; in wlc_phy_ipa_get_bbmult_nphy()
24243 u16 m0m1 = (u16) ((m0 << 8) | m1); in wlc_phy_ipa_set_bbmult_nphy() local
24245 wlc_phy_table_write_nphy(pi, 15, 1, 87, 16, &m0m1); in wlc_phy_ipa_set_bbmult_nphy()
24246 wlc_phy_table_write_nphy(pi, 15, 1, 95, 16, &m0m1); in wlc_phy_ipa_set_bbmult_nphy()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c1893 u16 m0m1; in wlc_lcnphy_get_bbmult() local
1896 tab.tbl_ptr = &m0m1; in wlc_lcnphy_get_bbmult()
1903 return (u8) ((m0m1 & 0xff00) >> 8); in wlc_lcnphy_get_bbmult()
1908 u16 m0m1 = (u16) m0 << 8; in wlc_lcnphy_set_bbmult() local
1911 tab.tbl_ptr = &m0m1; in wlc_lcnphy_set_bbmult()
H A Dphy_n.c18279 u16 m0m1, curr_m0m1; in wlc_phy_cal_txgainctrl_nphy() local
18336 wlc_phy_table_read_nphy(pi, 15, 1, 87, 16, &m0m1); in wlc_phy_cal_txgainctrl_nphy()
18347 curr_m0m1 = m0m1 & 0xff00; in wlc_phy_cal_txgainctrl_nphy()
18349 curr_m0m1 = m0m1 & 0x00ff; in wlc_phy_cal_txgainctrl_nphy()
24234 u16 m0m1; in wlc_phy_ipa_get_bbmult_nphy() local
24236 wlc_phy_table_read_nphy(pi, 15, 1, 87, 16, &m0m1); in wlc_phy_ipa_get_bbmult_nphy()
24238 return m0m1; in wlc_phy_ipa_get_bbmult_nphy()
24243 u16 m0m1 = (u16) ((m0 << 8) | m1); in wlc_phy_ipa_set_bbmult_nphy() local
24245 wlc_phy_table_write_nphy(pi, 15, 1, 87, 16, &m0m1); in wlc_phy_ipa_set_bbmult_nphy()
24246 wlc_phy_table_write_nphy(pi, 15, 1, 95, 16, &m0m1); in wlc_phy_ipa_set_bbmult_nphy()
/dports/chinese/scim-tables/scim-tables-0.5.10/tables/zh/
H A DEZ-Big.txt.in70700 m0m1 雅馴
/dports/textproc/scim-table-imengine/scim-tables-0.5.10/tables/zh/
H A DEZ-Big.txt.in70700 m0m1 雅馴
/dports/japanese/scim-tables/scim-tables-0.5.10/tables/zh/
H A DEZ-Big.txt.in70700 m0m1 雅馴
/dports/korean/scim-tables/scim-tables-0.5.10/tables/zh/
H A DEZ-Big.txt.in70700 m0m1 雅馴