Searched refs:off2 (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 011 | 57 let off2=$off1+512 62 $QEMU_IO -c "aio_write $off1 1M" -c "aio_write $off2 1M" "$TEST_IMG" | \
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-hbitmap.c | 928 int64_t off1, off2; in test_hbitmap_next_dirty_area_check_limited() local 940 for (off2 = offset; off2 < end && !hbitmap_get(data->hb, off2); off2++) { in test_hbitmap_next_dirty_area_check_limited() 944 for (len2 = 1; (off2 + len2 < end && len2 < max_dirty && in test_hbitmap_next_dirty_area_check_limited() 945 hbitmap_get(data->hb, off2 + len2)); len2++) in test_hbitmap_next_dirty_area_check_limited() 950 ret2 = off2 < end; in test_hbitmap_next_dirty_area_check_limited() 954 g_assert_cmpint(off1, ==, off2); in test_hbitmap_next_dirty_area_check_limited()
|
| /openbmc/u-boot/drivers/clk/ |
| H A D | clk_stm32mp1.c | 467 #define STM32MP1_CLK_PLL(idx, type, off1, off2, off3, off4, off5, off6,\ argument 472 .pllxcfgr1 = (off2), \
|