Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_bswap.c51 #define BSWAP_RANGE_TEST(name, op, in_value, out_value) \ macro
75 BSWAP_RANGE_TEST(bswap16_range, "bswap16", 0x3f00, 0x3f)
76 BSWAP_RANGE_TEST(bswap32_range, "bswap32", 0x3f00, 0x3f0000)
77 BSWAP_RANGE_TEST(bswap64_range, "bswap64", 0x3f00, 0x3f000000000000)
79 BSWAP_RANGE_TEST(be16_range, "be16", 0x3f00, 0x3f)
80 BSWAP_RANGE_TEST(be32_range, "be32", 0x3f00, 0x3f0000)
81 BSWAP_RANGE_TEST(be64_range, "be64", 0x3f00, 0x3f000000000000)
82 BSWAP_RANGE_TEST(le16_range, "le16", 0x3f00, 0x3f00)
83 BSWAP_RANGE_TEST(le32_range, "le32", 0x3f00, 0x3f00)
84 BSWAP_RANGE_TEST(le64_range, "le64", 0x3f00, 0x3f00)
[all …]