HomeSort by relevance Sort by last modified time
    Searched defs:INT_MAX (Results 76 - 78 of 78) sorted by null

1 2 34

  /external/oprofile/gui/
oprof_start.cpp 181 iv = new QIntValidator(0, INT_MAX, callgraph_depth_edit);
183 iv = new QIntValidator(0, INT_MAX, buffer_watershed_edit);
682 if (temp > INT_MAX) {
687 << INT_MAX << "]";
  /external/protobuf/gtest/test/
gtest-death-test_test.cc     [all...]
  /external/libxml2/
xmlregexp.c 36 #ifndef INT_MAX
37 #define INT_MAX 123456789 /* easy to flag and big enough for our needs */
    [all...]

Completed in 169 milliseconds

1 2 34