Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dreg_bounds.c1347 struct range *usubranges, *ssubranges; member
1360 free(ctx->usubranges); in cleanup_ctx()
1670 ctx->usubranges = calloc(ctx->subrange_cnt, sizeof(*ctx->usubranges)); in gen_ranges()
1671 if (!ASSERT_OK_PTR(ctx->usubranges, "usubranges_calloc")) in gen_ranges()
1680 ctx->usubranges[cnt] = range(U32, ctx->usubvals[i], ctx->usubvals[j]); in gen_ranges()
1802 ranges = init_t == U32 ? ctx.usubranges : ctx.ssubranges; in validate_gen_range_vs_const_32()
1846 ranges = ctx.usubranges; in validate_gen_range_vs_range()