Searched refs:value_high (Results 1 – 1 of 1) sorted by relevance
772 unsigned long value_low, value_high; in bitmap_read() local781 value_high = map[index + 1] & BITMAP_LAST_WORD_MASK(start + nbits); in bitmap_read()782 return (value_low >> offset) | (value_high << space); in bitmap_read()
Completed in 3 milliseconds