Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c1450 struct range *usubranges, *ssubranges; member
1463 free(ctx->usubranges); in cleanup_ctx()
1773 ctx->usubranges = calloc(ctx->subrange_cnt, sizeof(*ctx->usubranges)); in gen_ranges()
1774 if (!ASSERT_OK_PTR(ctx->usubranges, "usubranges_calloc")) in gen_ranges()
1783 ctx->usubranges[cnt] = range(U32, ctx->usubvals[i], ctx->usubvals[j]); in gen_ranges()
1905 ranges = init_t == U32 ? ctx.usubranges : ctx.ssubranges; in validate_gen_range_vs_const_32()
1949 ranges = ctx.usubranges; in validate_gen_range_vs_range()