Searched defs:LONG_MIN (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Headers/
H A Dlimits.h51 #undef LONG_MIN macro
68 #define LONG_MIN (-__LONG_MAX__ -1L) macro
/external/stlport/test/unit/
H A Dsstream_test.cpp206 << INT_MIN << " " << LONG_MIN; local
224 CPPUNIT_ASSERT( l == LONG_MIN );

Completed in 5976 milliseconds