Lines Matching refs:goff
35 size_t goff; in bitmap_get() local
39 goff = bit >> LG_BITMAP_GROUP_NBITS; in bitmap_get()
40 g = bitmap[goff]; in bitmap_get()
47 size_t goff; in bitmap_set() local
53 goff = bit >> LG_BITMAP_GROUP_NBITS; in bitmap_set()
54 gp = &bitmap[goff]; in bitmap_set()
65 bit = goff; in bitmap_set()
66 goff = bit >> LG_BITMAP_GROUP_NBITS; in bitmap_set()
67 gp = &bitmap[binfo->levels[i].group_offset + goff]; in bitmap_set()
114 size_t goff; in bitmap_unset() local
121 goff = bit >> LG_BITMAP_GROUP_NBITS; in bitmap_unset()
122 gp = &bitmap[goff]; in bitmap_unset()
134 bit = goff; in bitmap_unset()
135 goff = bit >> LG_BITMAP_GROUP_NBITS; in bitmap_unset()
136 gp = &bitmap[binfo->levels[i].group_offset + goff]; in bitmap_unset()