MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / LowestBitSet

Method LowestBitSet

external/parallel_hashmap/phmap.h:261–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259 uint32_t operator*() const { return LowestBitSet(); }
260
261 uint32_t LowestBitSet() const {
262 return priv::TrailingZeros(mask_) >> Shift;
263 }
264
265 uint32_t HighestBitSet() const {
266 return (sizeof(T) * CHAR_BIT - priv::LeadingZeros(mask_) - 1) >> Shift;

Callers 1

find_first_non_fullMethod · 0.80

Calls 1

TrailingZerosFunction · 0.85

Tested by

no test coverage detected