Searched refs:bpf_rand_ux (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/
H A Dbpf_rand.h15 #define bpf_rand_ux(x, m) \ macro
21 bpf_rand_ux( 8, 0xffULL)
22 bpf_rand_ux(16, 0xffffULL)
23 bpf_rand_ux(24, 0xffffffULL)
24 bpf_rand_ux(32, 0xffffffffULL)
25 bpf_rand_ux(40, 0xffffffffffULL)
26 bpf_rand_ux(48, 0xffffffffffffULL)
27 bpf_rand_ux(56, 0xffffffffffffffULL)
28 bpf_rand_ux(64, 0xffffffffffffffffULL)

Completed in 73 milliseconds