Searched refs:bcount (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/tests/qtest/ |
| H A D | tpm-tis-util.c | 379 uint16_t bcount; in tpm_tis_test_check_transmit() local 396 bcount = (sts >> 8) & 0xffff; in tpm_tis_test_check_transmit() 397 g_assert_cmpint(bcount, >=, 128); in tpm_tis_test_check_transmit() 415 g_assert_cmpint((sts >> 8) & 0xffff, ==, --bcount); in tpm_tis_test_check_transmit() 432 bcount = (sts >> 8) & 0xffff; in tpm_tis_test_check_transmit() 436 g_assert_cmpint(sizeof(tpm_msg), ==, bcount); in tpm_tis_test_check_transmit() 443 g_assert_cmpint((sts >> 8) & 0xffff, ==, --bcount); in tpm_tis_test_check_transmit() 458 uint16_t bcount; in tpm_tis_transfer() local 466 bcount = (sts >> 8) & 0xffff; in tpm_tis_transfer() 467 g_assert_cmpint(bcount, >=, req_size); in tpm_tis_transfer() [all …]
|
| H A D | tpm-tis-i2c-test.c | 507 uint16_t bcount, csum, bcount2; in tpm_tis_i2c_test_check_transmit() local 531 bcount = (sts >> 8) & 0xffff; in tpm_tis_i2c_test_check_transmit() 532 g_assert_cmpint(bcount, >=, 128); in tpm_tis_i2c_test_check_transmit() 536 g_assert_cmpint(bcount, ==, bcount2); in tpm_tis_i2c_test_check_transmit() 557 g_assert_cmpint((sts >> 8) & 0xffff, ==, --bcount); in tpm_tis_i2c_test_check_transmit() 578 bcount = (sts >> 8) & 0xffff; in tpm_tis_i2c_test_check_transmit() 582 g_assert_cmpint(sizeof(tpm_msg), ==, bcount); in tpm_tis_i2c_test_check_transmit() 589 g_assert_cmpint((sts >> 8) & 0xffff, ==, --bcount); in tpm_tis_i2c_test_check_transmit()
|
| /openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
| H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 9162 + int bcount = get_bits_count(&h->HEVClc->gb); 9163 + uint32_t boff = (ptr_from_index(buffer, bcount/8 + 1) - (buffer + bcount/8 + 1)) * 8 + bcount;
|