Searched refs:total_size (Results 1 – 5 of 5) sorted by relevance
| /test/py/tests/ |
| A D | test_spi.py | 140 total_size *= 1024 * 1024 156 'total_size': total_size, 207 total_size, 286 total_size, 329 for size in random.randint(4, page_size), random.randint(4, total_size), total_size: 419 total_size = get_total_size() 594 lock_addr = random.randint((total_size // 2), total_size - 1) 632 eoffset = random.randint(total_size, (total_size + int(0x1000000))) 639 esize = random.randint((total_size - start), (total_size + int(0x1000000))) 663 size = random.randint((total_size - offset), (total_size + int(0x1000000))) [all …]
|
| A D | test_vboot.py | 246 total_size = 0 249 total_size = handle.read(4) 252 return struct.unpack(">I", total_size)[0]
|
| /test/dm/ |
| A D | devres.c | 157 ut_asserteq(TEST_DEVRES_SIZE, stats.total_size); in dm_test_devres_phase() 163 ut_asserteq(TEST_DEVRES_SIZE + TEST_DEVRES_SIZE3, stats.total_size); in dm_test_devres_phase() 171 stats.total_size); in dm_test_devres_phase() 177 ut_asserteq(TEST_DEVRES_SIZE, stats.total_size); in dm_test_devres_phase()
|
| /test/image/ |
| A D | spl_load.c | 166 size_t prop_size = 596, total_size = prop_size + spl_image->size; in create_fit() local 175 size = total_size; in create_fit() 240 return total_size; in create_fit()
|
| /test/common/ |
| A D | bloblist.c | 208 hdr->total_size--; in bloblist_test_checksum() 210 hdr->total_size++; in bloblist_test_checksum() 527 new_size = small_size + (hdr->total_size - hdr->used_size); in bloblist_test_resize_fail()
|
Completed in 20 milliseconds