Lines Matching refs:ba_128_expected

285 	uint32_t ba_128_expected[4];  in alloc_and_free_predefined()  local
298 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()
320 zassert_true(cmp_u32_arrays(ba_128.bundles, ba_128_expected, ba_128.num_bundles), in alloc_and_free_predefined()
325 zassert_true(cmp_u32_arrays(ba_128.bundles, ba_128_expected, ba_128.num_bundles), in alloc_and_free_predefined()
330 zassert_true(cmp_u32_arrays(ba_128.bundles, ba_128_expected, ba_128.num_bundles), in alloc_and_free_predefined()
334 ba_128_expected[2] = 0x0F0F0F0F; in alloc_and_free_predefined()
335 ba_128_expected[3] = 0x0F0F0000; in alloc_and_free_predefined()
337 zassert_true(cmp_u32_arrays(ba_128.bundles, ba_128_expected, ba_128.num_bundles), in alloc_and_free_predefined()
346 ba_128_expected[0] = 0x7FFFFFFF; in alloc_and_free_predefined()
347 ba_128_expected[1] = 0xFFFFFFFF; in alloc_and_free_predefined()
348 ba_128_expected[2] = 0xFFFFFFFF; in alloc_and_free_predefined()
349 ba_128_expected[3] = 0x00000003; in alloc_and_free_predefined()
354 zassert_true(cmp_u32_arrays(ba_128.bundles, ba_128_expected, ba_128.num_bundles), in alloc_and_free_predefined()