Searched refs:smax1 (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/bpf/
H A Dverifier.c14305 s64 smax1 = is_jmp32 ? (s64)reg1->s32_max_value : reg1->smax_value; local
14321 if (smin1 > smax2 || smax1 < smin2)
14345 if (smin1 > smax2 || smax1 < smin2)
14381 else if (smax1 <= smin2)
14391 if (smax1 < smin2)
14405 else if (smax1 < smin2)
14415 if (smax1 <= smin2)

Completed in 216 milliseconds