Home
last modified time | relevance | path

Searched refs:array1 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/lib/kunit/
H A Dkunit-example-test.c110 const u32 array1[] = { 0x0F, 0xFF }; in example_all_expect_macros_test() local
137 KUNIT_EXPECT_MEMEQ(test, array1, array1, sizeof(array1)); in example_all_expect_macros_test()
138 KUNIT_EXPECT_MEMNEQ(test, array1, array2, sizeof(array1)); in example_all_expect_macros_test()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dcore_kern.c17 } array1 SEC(".maps");
28 struct bpf_map *map = (struct bpf_map *)&array1; in randmap()