Searched defs:maxint (Results 1 – 8 of 8) sorted by relevance
93 #define maxint(a,b) ({int _a = (a), _b = (b); _a > _b ? _a : _b; }) macro
105 static const punycode_uint maxint = (punycode_uint) (-1); variable
119 private static long maxint = 0xFFFFFFFFL; field in PunycodeReference
116 private static long maxint = 0xFFFFFFFFL; field in PunycodeReference
846 unsigned long maxint = 1; in bp_uint() local1068 unsigned long maxint = 1; in lp_uint() local
918 unsigned long maxint = 1; in bp_uint() local1133 unsigned long maxint = 1; in lp_uint() local
1260 static inline int maxint(int a, int b) {return (a > b) ? a : b;} in maxint() function