Searched refs:clear_bit_count (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dstack_map.h690 uint32_t clear_bit_count = 32 - bit_count; local
691 value = (value << clear_bit_count) >> clear_bit_count;

Completed in 44 milliseconds