Searched defs:first_bit (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/boost/gil/ |
D | channel.hpp | 471 unsigned first_bit() const { return FirstBit; } in first_bit() function in boost::gil::packed_channel_reference 508 unsigned first_bit() const { return FirstBit; } in first_bit() function in boost::gil::packed_channel_reference 602 …packed_dynamic_channel_reference(const void* data_ptr, unsigned first_bit) : parent_t(data_ptr), _… in packed_dynamic_channel_reference() 606 unsigned first_bit() const { return _first_bit; } in first_bit() function in boost::gil::packed_dynamic_channel_reference 631 …packed_dynamic_channel_reference(void* data_ptr, unsigned first_bit) : parent_t(data_ptr), _first_… in packed_dynamic_channel_reference() 648 unsigned first_bit() const { return _first_bit; } in first_bit() function in boost::gil::packed_dynamic_channel_reference
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_nir_analyze_ubo_ranges.c | 258 int first_bit = ffsll(offsets) - 1; in brw_nir_analyze_ubo_ranges() local
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | blkmap64_ba.c | 217 unsigned int first_bit = 0; in ba_test_clear_bmap_extent() local
|
D | gen_bitmap.c | 472 int first_bit = 0; in ext2fs_test_clear_generic_bitmap_range() local
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_bc.h | 845 #define BC_FIELD(fmt, name, shortname, last_bit, first_bit) \ argument 854 #define BC_RSRVD(fmt, last_bit, first_bit) argument
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_builder.h | 1092 unsigned first_bit, in nir_extract_bits()
|