Searched refs:ba_128_expected (Results 1 – 1 of 1) sorted by relevance
285 uint32_t ba_128_expected[4]; in alloc_and_free_predefined() local298 ba_128_expected[0] = 0x0F0FFF0F; in alloc_and_free_predefined()299 ba_128_expected[1] = 0x0F0F0F0F; in alloc_and_free_predefined()300 ba_128_expected[2] = 0x0F0F0F0F; in alloc_and_free_predefined()301 ba_128_expected[3] = 0x0F0F0000; in alloc_and_free_predefined()306 zassert_true(cmp_u32_arrays(ba_128.bundles, ba_128_expected, ba_128.num_bundles), in alloc_and_free_predefined()310 ba_128_expected[2] = 0xFF0F0F0F; in alloc_and_free_predefined()311 ba_128_expected[3] = 0x0F0F0FFF; in alloc_and_free_predefined()314 zassert_true(cmp_u32_arrays(ba_128.bundles, ba_128_expected, ba_128.num_bundles), in alloc_and_free_predefined()318 ba_128_expected[0] = 0x0F0F070F; in alloc_and_free_predefined()[all …]