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

/freebsd-current/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-current/sys/dev/vt/hw/efifb/
H A Defifb.c104 int roff, goff, boff; local
155 goff = ffs(efifb->fb_mask_green) - 1;
159 efifb->fb_mask_green >> goff, goff,
/freebsd-current/sys/dev/vt/hw/vbefb/
H A Dvbefb.c103 int format, roff, goff, boff; local
133 goff = ffs(vbefb->fb_mask_green) - 1;
137 vbefb->fb_mask_green >> goff, goff,
/freebsd-current/stand/i386/libi386/
H A Dvidconsole.c634 int i, roff, goff, boff, rc; local
643 goff = ffs(gfx_state.tg_fb.fb_mask_green) - 1;
647 gfx_state.tg_fb.fb_mask_green >> goff, goff,
884 int format, roff, goff, boff; local
945 goff = ffs(gfx_state.tg_fb.fb_mask_green) - 1;
949 gfx_state.tg_fb.fb_mask_green >> goff, goff,
/freebsd-current/stand/efi/libefi/
H A Defi_console.c924 int roff, goff, boff; local
927 goff = ffs(gfx_state.tg_fb.fb_mask_green) - 1;
932 gfx_state.tg_fb.fb_mask_green >> goff, goff,
/freebsd-current/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 123 milliseconds