Lines Matching refs:goff
196 size_t goff; in bitmap_get() local
200 goff = bit >> LG_BITMAP_GROUP_NBITS; in bitmap_get()
201 g = bitmap[goff]; in bitmap_get()
207 size_t goff; in bitmap_set() local
213 goff = bit >> LG_BITMAP_GROUP_NBITS; in bitmap_set()
214 gp = &bitmap[goff]; in bitmap_set()
225 bit = goff; in bitmap_set()
226 goff = bit >> LG_BITMAP_GROUP_NBITS; in bitmap_set()
227 gp = &bitmap[binfo->levels[i].group_offset + goff]; in bitmap_set()
332 size_t goff; in bitmap_unset() local
339 goff = bit >> LG_BITMAP_GROUP_NBITS; in bitmap_unset()
340 gp = &bitmap[goff]; in bitmap_unset()
352 bit = goff; in bitmap_unset()
353 goff = bit >> LG_BITMAP_GROUP_NBITS; in bitmap_unset()
354 gp = &bitmap[binfo->levels[i].group_offset + goff]; in bitmap_unset()