Home
last modified time | relevance | path

Searched defs:big_int32_t (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/endian/test/
Dspeed_test_functions.cpp52 int32_t return_x_big_int32(int32_t x, big_int32_t) BOOST_NOEXCEPT { return x; } in return_x_big_int32() argument
54 int32_t return_x_value_big_int32(int32_t x, big_int32_t) BOOST_NOEXCEPT in return_x_value_big_int32() argument
62 int32_t return_x_inplace_big_int32(int32_t x, big_int32_t) BOOST_NOEXCEPT in return_x_inplace_big_int32() argument
Dendian_operations_test.cpp364 void f_big_int32_ut(be::big_int32_t) {} in f_big_int32_ut()
/third_party/boost/boost/endian/
Darithmetic.hpp112 typedef endian_arithmetic<order::big, int_least32_t, 32> big_int32_t; typedef