__const_min
__const_min(INT_MAX, ~(size_t)0/sizeof(void *)) & -BITS_PER_LONG;
#define __const_min(x, y) ((x) < (y) ? (x) : (y))