/freebsd/contrib/libcbor/test/ |
H A D | uint_test.c | 20 unsigned char data5[] = {0x1b, 0xa5, 0xf7, 0x02, 0xb3, variable 86 number = cbor_load(data5, 10, &res); in test_long_int() 100 number = cbor_load(data5, 10, &res); in test_refcounting() 110 number = cbor_load(data5, 0, &res); in test_empty_input()
|
H A D | bad_inputs_test.c | 51 unsigned char data5[] = {0x9A, 0xDA, 0x3A, 0xB2, 0x7F, 0x29}; variable 54 item = cbor_load(data5, 6, &res); in test_5()
|
H A D | negint_test.c | 19 unsigned char data5[] = {0x3b, 0xa5, 0xf7, 0x02, 0xb3, variable 79 number = cbor_load(data5, 10, &res); in test_long_int()
|
H A D | bytestring_test.c | 41 unsigned char data5[] = { variable 192 bs = cbor_load(data5, 259, &res); in test_half_bs() 198 assert_memory_equal(cbor_bytestring_handle(bs), data5 + 3, 0xFF); in test_half_bs()
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | rxmq.c | 1150 he->data5 |= le16_encode_bits(le32_get_bits(phy_data->d0, in iwl_mvm_reorder() 1153 he->data5 |= le16_encode_bits(le32_get_bits(phy_data->d0, in iwl_mvm_reorder() 1156 he->data5 |= le16_encode_bits(le32_get_bits(phy_data->d1, in iwl_mvm_reorder() 1280 __le32 data5 = phy_data->d5; in iwl_mvm_decode_he_mu_ext() 1283 IWL_MVM_ENC_USIG_VALUE_MASK(usig, data5, 1286 IWL_MVM_ENC_USIG_VALUE_MASK(usig, data5, in iwl_mvm_decode_he_phy_ru_alloc() 1298 LE32_DEC_ENC(data5, IWL_RX_PHY_DATA5_EHT_MU_STA_ID_USR, in iwl_mvm_decode_he_phy_ru_alloc() 1303 (data5, IWL_RX_PHY_DATA5_EHT_MU_NUM_USR_NON_OFDMA, in iwl_mvm_decode_he_phy_ru_alloc() 1386 __le32 data5 = phy_data->d5; in iwl_mvm_decode_he_phy_data() 1388 IWL_MVM_ENC_USIG_VALUE_MASK(usig, data5, in iwl_mvm_decode_he_phy_data() 1557 __le32 data5 = phy_data->d5; iwl_mvm_decode_eht_ext_mu() local 1663 __le32 data5 = phy_data->d5; iwl_mvm_decode_eht_ext_tb() local [all...] |
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | mt76_connac3_mac.c | 130 he->data5 = HE_PREP(DATA5_PE_DISAMBIG, PE_DISAMBIG, rxv[5]) | in mt76_connac3_mac_decode_he_radiotap() 134 he->data5 |= HE_BITS(DATA5_TXBF); in mt76_connac3_mac_decode_he_radiotap()
|
H A D | mt76_connac_mac.c | 881 he->data5 = HE_PREP(DATA5_PE_DISAMBIG, PE_DISAMBIG, rxv[2]) | in mt76_connac2_mac_decode_he_radiotap() 885 he->data5 |= HE_BITS(DATA5_TXBF); in mt76_connac2_mac_decode_he_radiotap()
|
/freebsd/sys/net80211/ |
H A D | ieee80211_radiotap.h | 404 uint16_t data1, data2, data3, data4, data5, data6; member
|
/freebsd/sys/contrib/device-tree/src/arm/nvidia/ |
H A D | tegra124-apalis.dtsi | 866 ulpi-data5-po6 {
|
H A D | tegra124-apalis-v1.2.dtsi | 869 ulpi-data5-po6 {
|