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

  /src/sys/dev/wscons/
wsdisplay_glyphcache.c 125 (gc->gc_buckets[0].gb_index == attr2idx(attr)))) {
166 b->gb_index = -1;
178 gc->gc_buckets[0].gb_index = idx;
213 idx = gc->gc_buckets[0].gb_index;
219 b->gb_index = -1;
230 gc->gc_buckets[0].gb_index = idx;
294 (gc->gc_buckets[bi].gb_index != -1)) {
301 b->gb_index = idx;
322 gc->gc_attrmap[b->gb_index] = -1;
323 b->gb_index = idx
    [all...]
wsdisplay_glyphcache.c 125 (gc->gc_buckets[0].gb_index == attr2idx(attr)))) {
166 b->gb_index = -1;
178 gc->gc_buckets[0].gb_index = idx;
213 idx = gc->gc_buckets[0].gb_index;
219 b->gb_index = -1;
230 gc->gc_buckets[0].gb_index = idx;
294 (gc->gc_buckets[bi].gb_index != -1)) {
301 b->gb_index = idx;
322 gc->gc_attrmap[b->gb_index] = -1;
323 b->gb_index = idx
    [all...]
wsdisplay_glyphcachevar.h 39 int gb_index; /* -1 for unused buckets */ member in struct:_gc_bucket
wsdisplay_glyphcachevar.h 39 int gb_index; /* -1 for unused buckets */ member in struct:_gc_bucket
  /src/sys/dev/wsfb/
genfb.c 1091 b->gb_index = -1;
1106 scp->sc_buckets[0].gb_index = idx;
1134 (scp->sc_buckets[bi].gb_index != -1)) {
1141 b->gb_index = idx;
1162 scp->sc_attrmap[b->gb_index] = -1;
1163 b->gb_index = idx;
genfb.c 1091 b->gb_index = -1;
1106 scp->sc_buckets[0].gb_index = idx;
1134 (scp->sc_buckets[bi].gb_index != -1)) {
1141 b->gb_index = idx;
1162 scp->sc_attrmap[b->gb_index] = -1;
1163 b->gb_index = idx;

Completed in 54 milliseconds