Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/bpf/
Dverifier.c5933 s32 init_s32_max, init_s32_min, s32_max, s32_min, u32_val; in coerce_subreg_to_size_sx() local
5965 s32_max = max(init_s32_max, init_s32_min); in coerce_subreg_to_size_sx()
5968 if ((s32_min >= 0) == (s32_max >= 0)) { in coerce_subreg_to_size_sx()
5970 reg->s32_max_value = s32_max; in coerce_subreg_to_size_sx()
5972 reg->u32_max_value = (u32)s32_max; in coerce_subreg_to_size_sx()