Searched defs:maxint (Results 1 – 4 of 4) sorted by relevance
93 #define maxint(a,b) ({int _a = (a), _b = (b); _a > _b ? _a : _b; }) macro
158 var maxint = Math.pow(2,32)-1; variable
103 static const punycode_uint maxint = (punycode_uint) (-1); variable
114 private static long maxint = 0xFFFFFFFFL; field in PunycodeReference