Searched refs:tmp16 (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/arm64/arm64/
H A Ddb_interface.c123 uint16_t tmp16; local
137 tmp16 = *((const short *)src);
138 src = (const char *)&tmp16;
160 uint16_t tmp16; local
176 dst = (char *)&tmp16;
179 *((uint32_t *)addr) = tmp16;
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c206 __m128i tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16, tmp17, tmp18; local
237 tmp16 = _mm_slli_epi32(tmp15, 1);
242 tmp29 = _mm_or_si128(tmp16, tmp25);
279 __m128i tmp16 = _mm_slli_epi32(tmp15, 1); local
284 __m128i tmp29 = _mm_or_si128(tmp16, tmp25);
/freebsd-13-stable/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c3302 uint16_t tmp16; local
3342 tmp16 = (bwn_current_band(mac) == BWN_BAND_2G) ?
3344 BWN_PHY_WRITE(mac, BWN_NPHY_ENDROP_TLEN, tmp16);
3411 tmp16 = 0x96;
3415 tmp16 = 0x89;
3421 tmp16 = 0x8b;
3425 tmp16 = 0x70;
3431 vmid[3] = tmp16;
6472 uint16_t tmp16; local
6479 tmp16
[all...]
/freebsd-13-stable/sys/dev/bwn/
H A Dif_bwn_phy_lp.c821 uint16_t old, scale, tmp16; local
936 tmp16 = BWN_RF_READ(mac, BWN_B2063_JTAG_CALNRST) & 0xf8;
937 BWN_RF_WRITE(mac, BWN_B2063_JTAG_CALNRST, tmp16);
939 BWN_RF_WRITE(mac, BWN_B2063_JTAG_CALNRST, tmp16 | 0x4);
941 BWN_RF_WRITE(mac, BWN_B2063_JTAG_CALNRST, tmp16 | 0x6);
943 BWN_RF_WRITE(mac, BWN_B2063_JTAG_CALNRST, tmp16 | 0x7);
H A Dif_bwn_phy_g.c2686 int16_t tmp16; local
2722 tmp16 = bwn_nrssi_read(mac, 0x20);
2723 if (tmp16 >= 0x20)
2724 tmp16 -= 0x40;
2725 BWN_PHY_SETMASK(mac, 0x048a, 0xf000, (tmp16 < 3) ? 0x09eb : 0x0aed);

Completed in 264 milliseconds