Searched refs:extract_bits (Results 1 – 2 of 2) 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 D | import_export.hpp | 183 …boost::uintmax_t extract_bits(const Backend& val, unsigned location, unsigned count, const mpl::fa… in extract_bits() function 191 …result = extract_bits(val, location + sizeof(limb_type) * CHAR_BIT - shift, count - sizeof(limb_ty… in extract_bits() 200 …inline boost::uintmax_t extract_bits(const Backend& val, unsigned location, unsigned count, const … in extract_bits() function 235 *out = detail::extract_bits(val.backend(), bit_location, chunk_size, tag_type()); in export_bits()
|
| /OK3568_Linux_fs/u-boot/drivers/clk/rockchip/ |
| H A D | clk_rk3368.c | 509 static inline u32 extract_bits(u32 val, unsigned width, unsigned shift) in extract_bits() function 530 div = extract_bits(val, 7, spiclk->div_shift); in rk3368_spi_get_clk()
|