Home
last modified time | relevance | path

Searched refs:expected_count (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/tpm/
H A Dtpm_tis_lpc.c307 u32 expected_count = len; in tis_readresponse() local
332 while (burst-- && (offset < expected_count)) { in tis_readresponse()
348 expected_count = be32_to_cpu(real_length); in tis_readresponse()
350 if ((expected_count < offset) || in tis_readresponse()
351 (expected_count > len)) { in tis_readresponse()
354 expected_count); in tis_readresponse()
369 if (offset == expected_count) in tis_readresponse()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsoup/libsoup-2.4/
H A D0001-Fix-possibly-uninitialized-warnings.patch33 expected_count = 1;
40 g_assert_cmpuint (size, ==, expected_count);
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dfetch.py1661 def assertRevCount(self, expected_count, args=None): argument
1666 …self.assertEqual(expected_count, actual_count, msg='Object count `%d` is not the expected `%d`' % …
1795 def assertRevCount(self, expected_count, args=None, cwd=None): argument
1802 …self.assertEqual(expected_count, actual_count, msg='Object count `%d` is not the expected `%d`' % …