Home
last modified time | relevance | path

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

/third_party/boost/libs/endian/test/
Dspeed_test_functions.cpp75 int64_t return_x_big_int64(int64_t x, big_int64_t) BOOST_NOEXCEPT { return x; } in return_x_big_int64() argument
77 int64_t return_x_value_big_int64(int64_t x, big_int64_t) BOOST_NOEXCEPT in return_x_value_big_int64() argument
85 int64_t return_x_inplace_big_int64(int64_t x, big_int64_t) BOOST_NOEXCEPT in return_x_inplace_big_int64() argument
/third_party/boost/boost/endian/
Darithmetic.hpp116 typedef endian_arithmetic<order::big, int_least64_t, 64> big_int64_t; typedef