HomeSort by: relevance | last modified time | path
    Searched refs:gb_map (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/wscons/
wsdisplay_glyphcachevar.h 40 uint32_t gb_map[223]; /* we only care about char codes 0x21 and up */ member in struct:_gc_bucket
wsdisplay_glyphcache.c 221 b->gb_map[j] = -1;
253 b->gb_map[c - 33] = (cx << 16) | cy;
328 b->gb_map[i] = -1;
341 cell = b->gb_map[c - 33];
  /src/sys/dev/wsfb/
genfb.c 1092 for (j = 0; j < 223; j++) b->gb_map[j] = -1;
1168 b->gb_map[i] = -1;
1180 cell = b->gb_map[c - 33];
1185 b->gb_map[c - 33] = cell;

Completed in 20 milliseconds