Searched refs:goff (Results 1 – 1 of 1) sorted by relevance
196 size_t goff; in bitmap_get() local200 goff = bit >> LG_BITMAP_GROUP_NBITS; in bitmap_get()201 g = bitmap[goff]; in bitmap_get()207 size_t goff; in bitmap_set() local213 goff = bit >> LG_BITMAP_GROUP_NBITS; in bitmap_set()214 gp = &bitmap[goff]; in bitmap_set()225 bit = goff; in bitmap_set()332 size_t goff; in bitmap_unset() local339 goff = bit >> LG_BITMAP_GROUP_NBITS; in bitmap_unset()340 gp = &bitmap[goff]; in bitmap_unset()[all …]