Home
last modified time | relevance | path

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

/xen/xen/include/xen/
A Dtypes.h19 #define INT32_MIN (-2147483647-1) macro
/xen/tools/libxl/
A Dlibxlu_disk_l.h280 #ifndef INT32_MIN
281 #define INT32_MIN (-2147483647-1) macro
A Dlibxlu_cfg_l.h303 #ifndef INT32_MIN
304 #define INT32_MIN (-2147483647-1) macro
A Dlibxlu_cfg_l.c299 #ifndef INT32_MIN
300 #define INT32_MIN (-2147483647-1) macro
A Dlibxlu_disk_l.c276 #ifndef INT32_MIN
277 #define INT32_MIN (-2147483647-1) macro
/xen/xen/arch/arm/arm64/
A Dlivepatch.c133 if ( sval < INT32_MIN || sval > UINT32_MAX ) in reloc_data()
/xen/xen/common/
A Dkernel.c43 if ( val > UINT32_MAX && val < (uint64_t)INT32_MIN ) in assign_integer_param()

Completed in 17 milliseconds