Home
last modified time | relevance | path

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

/xen/xen/include/xen/
A Dtypes.h17 #define INT8_MIN (-127-1) macro
/xen/tools/libxl/
A Dlibxlu_disk_l.h274 #ifndef INT8_MIN
275 #define INT8_MIN (-128) macro
A Dlibxlu_cfg_l.h297 #ifndef INT8_MIN
298 #define INT8_MIN (-128) macro
A Dlibxlu_cfg_l.c293 #ifndef INT8_MIN
294 #define INT8_MIN (-128) macro
A Dlibxlu_disk_l.c270 #ifndef INT8_MIN
271 #define INT8_MIN (-128) macro
/xen/xen/common/
A Dkernel.c33 if ( val > UINT8_MAX && val < (uint64_t)INT8_MIN ) in assign_integer_param()

Completed in 15 milliseconds