Home
last modified time | relevance | path

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

/xen/xen/include/xen/
A Dtypes.h18 #define INT16_MIN (-32767-1) macro
/xen/tools/libxl/
A Dlibxlu_disk_l.h277 #ifndef INT16_MIN
278 #define INT16_MIN (-32767-1) macro
A Dlibxlu_cfg_l.h300 #ifndef INT16_MIN
301 #define INT16_MIN (-32767-1) macro
A Dlibxlu_cfg_l.c296 #ifndef INT16_MIN
297 #define INT16_MIN (-32767-1) macro
A Dlibxlu_disk_l.c273 #ifndef INT16_MIN
274 #define INT16_MIN (-32767-1) macro
/xen/xen/arch/arm/arm64/
A Dlivepatch.c127 if ( sval < INT16_MIN || sval > UINT16_MAX ) in reloc_data()
/xen/xen/common/
A Dkernel.c38 if ( val > UINT16_MAX && val < (uint64_t)INT16_MIN ) in assign_integer_param()

Completed in 16 milliseconds