HomeSort by relevance Sort by last modified time
    Searched defs:maxIntegerValue (Results 1 - 2 of 2) sorted by null

  /art/test/952-invoke-custom/src/
TestInvocationKinds.java 158 private static int maxIntegerValue(TestInvocationKinds receiver, int x, int y) {
170 int result = maxIntegerValue(receiver, 77, -3);
  /external/jsoncpp/src/lib_json/
json_reader.cpp 523 Value::LargestUInt maxIntegerValue =
526 Value::LargestUInt threshold = maxIntegerValue / 10;
541 digit > maxIntegerValue % 10) {

Completed in 790 milliseconds