Home
last modified time | relevance | path

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

/linux/scripts/gcc-plugins/
H A 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/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c2111 static u64 rand_const(enum num_t t) in validate_rand_ranges()
2118 u64 x = rand_const(t), y = rand_const(t); in test_reg_bounds_rand_consts_u64_u32()
2155 t = rand_const(init_t); in test_reg_bounds_rand_ranges_s32_s32()
2051 static u64 rand_const(enum num_t t) rand_const() function