Searched defs:INT_MAX (Results 1 - 14 of 14) sorted by relevance

/external/clang/lib/Headers/
H A Dlimits.h49 #undef INT_MAX macro
62 #define INT_MAX __INT_MAX__ macro
/external/openfst/src/include/fst/
H A Drandequivalent.h124 int seed = time(0), int path_length = INT_MAX,
122 RandEquivalent(const Fst<Arc> &fst1, const Fst<Arc> &fst2, ssize_t num_paths, float delta = kDelta, int seed = time(0), int path_length = INT_MAX, bool *error = 0) argument
H A Drandgen.h170 int max_length = INT_MAX)
244 ArcSampler(const Fst<A> &fst, const S &arc_selector, int max_length = INT_MAX) argument
595 RandGenOptions(const S &sel, int len = INT_MAX, size_t n = 1, argument
169 ArcSampler(const Fst<A> &fst, const S &arc_selector, int max_length = INT_MAX) argument
/external/clang/test/Analysis/
H A Dadditive-folding.cpp6 #define INT_MAX (UINT_MAX & (UINT_MAX >> 1)) macro
7 #define INT_MIN (-INT_MAX - 1)
145 int max = INT_MAX;
153 int max = INT_MAX;
162 int max = INT_MAX;
171 int max = INT_MAX;
H A Dadditive-folding-range-constraints.c6 #define INT_MAX (UINT_MAX & (UINT_MAX >> 1)) macro
7 #define INT_MIN (-INT_MAX - 1)
165 int max = INT_MAX;
190 int max = INT_MAX;
197 int max = INT_MAX;
260 unsigned max = INT_MAX;
267 unsigned max = INT_MAX;
288 unsigned max = INT_MAX;
294 clang_analyzer_eval(a == INT_MAX); // expected-warning{{UNKNOWN}}
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drandgen.h108 RandGenOptions(const S &sel, int len = INT_MAX, size_t n = 1) argument
/external/libpcap/
H A Dinet.c76 #define INT_MAX 2147483647 macro
115 return INT_MAX;
H A Dpcap-dlpi.c120 #define INT_MAX 2147483647 macro
820 if (errno == ERANGE || unit > INT_MAX) {
/external/oprofile/gui/
H A Doprof_start.cpp181 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 << "]"; local
/external/chromium_org/testing/gtest/test/
H A Dgtest-death-test_test.cc1256 msg3 << INT_MAX; local
1260 EXPECT_EQ(INT_MAX, int_result);
/external/gtest/test/
H A Dgtest-death-test_test.cc1195 msg3 << INT_MAX; local
1199 EXPECT_EQ(INT_MAX, int_result);
/external/protobuf/gtest/test/
H A Dgtest-death-test_test.cc1098 msg3 << INT_MAX; local
1102 EXPECT_EQ(INT_MAX, int_result);
/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c36 #ifndef INT_MAX
37 #define INT_MAX 123456789 /* easy to flag and big enough for our needs */ macro
5199 max = INT_MAX;
/external/libxml2/
H A Dxmlregexp.c36 #ifndef INT_MAX
37 #define INT_MAX 123456789 /* easy to flag and big enough for our needs */ macro
5209 max = INT_MAX;

Completed in 410 milliseconds