Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxlu_disk_l.h73 #ifndef INT32_MIN
74 #define INT32_MIN (-2147483647-1) macro
A Dlibxlu_cfg_l.h69 #ifndef INT32_MIN
70 #define INT32_MIN (-2147483647-1) macro
A Dlibxlu_cfg_l.c65 #ifndef INT32_MIN
66 #define INT32_MIN (-2147483647-1) macro
A Dlibxlu_disk_l.c69 #ifndef INT32_MIN
70 #define INT32_MIN (-2147483647-1) macro
/xen-4.10.0-shim-comet/xen/include/xen/
A Dtypes.h19 #define INT32_MIN (-2147483647-1) macro
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/
A Dlivepatch.c133 if ( sval < INT32_MIN || sval > UINT32_MAX ) in reloc_data()
/xen-4.10.0-shim-comet/xen/common/
A Dkernel.c41 if ( val > UINT32_MAX && val < (uint64_t)INT32_MIN ) in assign_integer_param()
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dzconf.lex.c_shipped83 #ifndef INT32_MIN
84 #define INT32_MIN (-2147483647-1)

Completed in 21 milliseconds