Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dimport_export.hpp230 int bit_step = msv_first ? -static_cast<int>(chunk_size) : chunk_size; in export_bits() local
231 while(bit_location % bit_step) ++bit_location; in export_bits()
237 bit_location += bit_step; in export_bits()