Searched defs:maxint (Results 1 – 9 of 9) sorted by relevance
8 from sys import maxint as maxint unknown117 len = len, maxint = maxint): argument
171 def add_transitions(self, state, event, new_state, maxint=sys.maxint): argument
10 from sys import maxint as maxint unknown
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
201 void SstreamTest::maxint() in maxint() function in SstreamTest
961 static inline int maxint(int a, int b) {return (a > b) ? a: b;} in maxint() function