Searched defs:INT64_MIN (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/include/arch/aarch64/machine/
H A D_stdint.h63 #define INT64_MIN (-0x7fffffffffffffffL-1) macro
/barrelfish-master/include/arch/arm/machine/
H A D_stdint.h63 #define INT64_MIN (-0x7fffffffffffffffLL-1) macro
/barrelfish-master/include/arch/x86_32/machine/
H A D_stdint.h87 #define INT64_MIN (-0x7fffffffffffffff-1) macro
91 #define INT64_MIN (-0x7fffffffffffffffLL-1) macro
/barrelfish-master/include/arch/x86_64/machine/
H A D_stdint.h87 #define INT64_MIN (-0x7fffffffffffffff-1) macro
91 #define INT64_MIN (-0x7fffffffffffffffLL-1) macro

Completed in 95 milliseconds