Home
last modified time | relevance | path

Searched refs:int_least8 (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/config/test/
Dcstdint_test2.cpp53 static const boost::int_least8_t int_least8 = INT8_C(-127); member
82 BOOST_TEST( int_least8 == -127 ); in check()
173 boost::int_least8_t int_least8 = INT8_C(-127); in main() local
213 BOOST_TEST( int_least8 == -127 ); in main()
Dcstdint_test.cpp43 static const boost::int_least8_t int_least8 = INT8_C(-127); member
72 BOOST_TEST( int_least8 == -127 ); in check()
163 boost::int_least8_t int_least8 = INT8_C(-127); in main() local
203 BOOST_TEST( int_least8 == -127 ); in main()