Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/
H A Dlimits.h22 # define INT_MAX __INT32_MAX__ macro
23 # define INT_MIN (-INT_MAX - 1)
/kvm-unit-tests/lib/libfdt/
H A Dfdt_check.c60 if (depth > INT_MAX) in fdt_check_full()
H A Dfdt.c111 || (fdt_totalsize(fdt) > INT_MAX)) in fdt_check_header()