Home
last modified time | relevance | path

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

/linux-6.12.1/scripts/gcc-plugins/
Dlatent_entropy_plugin.c434 tree frame_addr, rand_const, tmp, fndecl, udi_frame_addr; in init_local_entropy() local
470 rand_const = build_int_cstu(long_unsigned_type_node, rand_cst); in init_local_entropy()
472 assign = create_assign(op, local_entropy, local_entropy, rand_const); in init_local_entropy()
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dreg_bounds.c1948 static u64 rand_const(enum num_t t) in rand_const() function
1955 u64 x = rand_const(t), y = rand_const(t); in rand_range()
1992 t = rand_const(init_t); in validate_rand_ranges()