Searched refs:INT48_MIN (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/dccp/
H A Ddccp.h103 #define INT48_MIN 0x800000000000LL /* 2^47 */ macro
106 #define TO_SIGNED48(x) (((x) < INT48_MIN)? (x) : -COMPLEMENT48( (x)))

Completed in 89 milliseconds