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

/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dbitmap.h196 size_t goff; local
200 goff = bit >> LG_BITMAP_GROUP_NBITS;
201 g = bitmap[goff];
207 size_t goff; local
213 goff = bit >> LG_BITMAP_GROUP_NBITS;
214 gp = &bitmap[goff];
225 bit = goff;
226 goff = bit >> LG_BITMAP_GROUP_NBITS;
227 gp = &bitmap[binfo->levels[i].group_offset + goff];
332 size_t goff; local
[all...]
/freebsd-13-stable/sys/dev/vt/hw/efifb/
H A Defifb.c105 int roff, goff, boff; local
131 goff = ffs(efifb->fb_mask_green) - 1;
135 efifb->fb_mask_green >> goff, goff,
/freebsd-13-stable/sys/dev/vt/hw/vbefb/
H A Dvbefb.c105 int format, roff, goff, boff; local
135 goff = ffs(vbefb->fb_mask_green) - 1;
139 vbefb->fb_mask_green >> goff, goff,
/freebsd-13-stable/stand/i386/libi386/
H A Dvidconsole.c628 int i, roff, goff, boff, rc; local
637 goff = ffs(gfx_state.tg_fb.fb_mask_green) - 1;
641 gfx_state.tg_fb.fb_mask_green >> goff, goff,
878 int format, roff, goff, boff; local
939 goff = ffs(gfx_state.tg_fb.fb_mask_green) - 1;
943 gfx_state.tg_fb.fb_mask_green >> goff, goff,
/freebsd-13-stable/stand/efi/libefi/
H A Defi_console.c898 int roff, goff, boff; local
901 goff = ffs(gfx_state.tg_fb.fb_mask_green) - 1;
906 gfx_state.tg_fb.fb_mask_green >> goff, goff,
/freebsd-13-stable/stand/common/
H A Dgfx_fb.c281 int roff, goff, boff, bpp; local
284 goff = ffs(gfx_state.tg_fb.fb_mask_green) - 1;
294 gmask = gfx_state.tg_fb.fb_mask_green >> goff;
413 int roff, goff, boff; local
432 goff = ffs(gfx_state.tg_fb.fb_mask_green) - 1;
441 (gfx_state.tg_fb.fb_mask_green >> goff)) << goff;

Completed in 138 milliseconds