Searched refs:maxint (Results 1 – 21 of 21) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | punyref.c | 103 static const punycode_uint maxint = (punycode_uint) (-1); variable 168 for (m = maxint, j = 0; j < input_length; ++j) { in punycode_encode() 177 if (m - n > (maxint - delta) / (h + 1)) return punycode_overflow; in punycode_encode() 262 if (digit > (maxint - i) / w) return punycode_overflow; in punycode_decode() 267 if (w > maxint / (base - t)) return punycode_overflow; in punycode_decode() 276 if (i / (out + 1) > maxint - n) return punycode_overflow; in punycode_decode()
|
/external/v8/test/webkit/fast/js/kde/ |
D | Array.js | 158 var maxint = Math.pow(2,32)-1; variable 166 arr[maxint] = "test"; 169 delete arr[maxint]; 172 arr[maxint-1] = "test2";
|
D | Array-expected.txt | 96 PASS arr[maxint] is "test" 98 PASS arr[maxint] is undefined 99 PASS arr.length is maxint 100 PASS arr[maxint-1] is "test2"
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
D | PunycodeReference.java | 114 private static long maxint = 0xFFFFFFFFL; field in PunycodeReference 175 for (m = maxint, j = 0; j < input_length; ++j) { in encode() 184 if (m - n > (maxint - delta) / (h + 1)) return punycode_overflow; in encode() 344 if (digit > (maxint - i) / w) return punycode_overflow; in decode() 349 if (w > maxint / (base - t)) return punycode_overflow; in decode() 358 if (i / (out + 1) > maxint - n) return punycode_overflow; in decode()
|
/external/lldb/test/python_api/default-constructor/ |
D | sb_module.py | 13 obj.ResolveFileAddress(sys.maxint) 17 obj.GetSymbolAtIndex(sys.maxint)
|
D | sb_breakpoint.py | 11 obj.FindLocationByAddress(sys.maxint) 12 obj.FindLocationIDByAddress(sys.maxint)
|
D | sb_address.py | 12 obj.OffsetAddress(sys.maxint)
|
/external/clang/test/PCH/ |
D | stmts.h | 93 #define maxint(a,b) ({int _a = (a), _b = (b); _a > _b ? _a : _b; }) macro 95 return maxint(++x, --y); in weird_max()
|
/external/v8/tools/push-to-trunk/ |
D | auto_tag.py | 124 next_svn = sys.maxint
|
/external/deqp/modules/gles2/scripts/ |
D | gen-swizzles.py | 9 indices = xrange(sys.maxint)
|
D | gen-conversions.py | 9 indices = xrange(sys.maxint)
|
/external/deqp/modules/gles3/scripts/ |
D | gen-swizzles.py | 9 indices = xrange(sys.maxint)
|
D | gen-conversions.py | 9 indices = xrange(sys.maxint)
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetCtrls.py | 124 index = self.InsertStringItem(sys.maxint, row) 182 index = self.InsertStringItem(sys.maxint, row) 231 index = self.InsertStringItem(sys.maxint, str(track.track))
|
D | JetAudition.py | 214 index = self.segList.InsertStringItem(sys.maxint, StrNoneChk(segment.segname)) 329 index = self.queueList.InsertStringItem(sys.maxint, item.name)
|
D | JetFile.py | 206 sys.maxint,
|
D | JetCreator.py | 303 index = self.segList.InsertStringItem(sys.maxint, StrNoneChk(segment.segname)) 346 … index = self.eventList.InsertStringItem(sys.maxint, StrNoneChk(jet_event.event_name))
|
/external/v8/tools/ |
D | run-deopt-fuzzer.py | 86 seed = seed or random.randint(1, sys.maxint)
|
/external/selinux/sepolgen/src/sepolgen/ |
D | yacc.py | 1516 N[stack[-1]] = sys.maxint 1520 N[stack[-1]] = sys.maxint
|
/external/chromium-trace/trace-viewer/third_party/six/documentation/ |
D | index.rst | 86 :data:`py2:sys.maxint` in Python 2. There is no direct equivalent to 87 :data:`py2:sys.maxint` in Python 3 because its integer type has no limits
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/ |
D | httpserver.py | 417 cert.set_serial_number(random.randint(0, sys.maxint))
|