Home
last modified time | relevance | path

Searched refs:byte_shift_mask (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 Dbitwise.hpp440 static const limb_type byte_shift_mask = CHAR_BIT - 1; in eval_left_shift() local
445 else if((s & byte_shift_mask) == 0) in eval_left_shift()
450 static const limb_type byte_shift_mask = CHAR_BIT - 1; in eval_left_shift() local
451 if((s & byte_shift_mask) == 0) in eval_left_shift()
567 static const limb_type byte_shift_mask = CHAR_BIT - 1; in eval_right_shift() local
570 else if((s & byte_shift_mask) == 0) in eval_right_shift()
573 static const limb_type byte_shift_mask = CHAR_BIT - 1; in eval_right_shift() local
574 if((s & byte_shift_mask) == 0) in eval_right_shift()
600 static const limb_type byte_shift_mask = CHAR_BIT - 1; in eval_right_shift() local
603 else if((s & byte_shift_mask) == 0) in eval_right_shift()
[all …]