Home
last modified time | relevance | path

Searched defs:big_int16_t (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/endian/test/
Dspeed_test_functions.cpp29 int16_t return_x_big_int16(int16_t x, big_int16_t) BOOST_NOEXCEPT { return x; } in return_x_big_int16() argument
31 int16_t return_x_value_big_int16(int16_t x, big_int16_t) BOOST_NOEXCEPT in return_x_value_big_int16() argument
39 int16_t return_x_inplace_big_int16(int16_t x, big_int16_t) BOOST_NOEXCEPT in return_x_inplace_big_int16() argument
/third_party/boost/boost/endian/
Darithmetic.hpp110 typedef endian_arithmetic<order::big, int_least16_t, 16> big_int16_t; typedef