Searched defs:check_sizes (Results 1 - 4 of 4) sorted by relevance

/external/dtc/tests/
H A Dutilfdt_test.c66 static void check_sizes(char *modifier, int expected_size) function
97 check_sizes("", -1);
98 check_sizes("b", 1);
99 check_sizes("hh", 1);
100 check_sizes("h", 2);
101 check_sizes("l", 4);
/external/autotest/client/site_tests/platform_EncryptedStateful/
H A Dplatform_EncryptedStateful.py120 def check_sizes(self, finalized=True): member in class:EncryptedStateful
251 encstate.check_sizes(finalized=os.path.exists(encstate.key))
267 encstate.check_sizes()
291 encstate.check_sizes(finalized=False)
/external/xz-embedded/linux/lib/xz/
H A Dxz_dec_stream.c152 static const uint8_t check_sizes[16] = { variable
279 s->block.hash.unpadded += check_sizes[s->check_type];
392 while (s->pos < check_sizes[s->check_type]) {
/external/toybox/toys/pending/
H A Dxzcat.c2469 static const uint8_t check_sizes[16] = { variable
2597 s->block.hash.unpadded += check_sizes[s->check_type];
2703 while (s->pos < check_sizes[s->check_type]) {

Completed in 225 milliseconds