Searched refs:uvals (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | reg_bounds.c | 1342 u64 uvals[ARRAY_SIZE(upper_seeds) * ARRAY_SIZE(lower_seeds)]; member 1550 ctx->uvals[cnt++] = (((u64)upper_seeds[i]) << 32) | lower_seeds[j]; in gen_vals() 1555 qsort(ctx->uvals, cnt, sizeof(*ctx->uvals), u64_cmp); in gen_vals() 1557 if (ctx->uvals[j] == ctx->uvals[i]) in gen_vals() 1560 ctx->uvals[j] = ctx->uvals[i]; in gen_vals() 1568 ctx->svals[i] = ctx->uvals[i]; in gen_vals() 1577 snprintf_num(U64, sb1, ctx->uvals[i]); in gen_vals() 1628 snprintf_range(U64, sb1, range(U64, ctx->uvals[i], ctx->uvals[j])); in gen_ranges() 1647 ctx->uranges[cnt] = range(U64, ctx->uvals[i], ctx->uvals[j]); in gen_ranges() 1764 vals = init_t == U64 ? ctx.uvals : (const u64 *)ctx.svals; in validate_gen_range_vs_const_64()
|