Home
last modified time | relevance | path

Searched refs:byte_hi_bit (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/
H A Dcrc.hpp501 unsigned char const byte_hi_bit = 1u << (CHAR_BIT - 1u); in init_table() local
510 for ( unsigned char mask = byte_hi_bit ; mask ; mask >>= 1 ) in init_table()