Home
last modified time | relevance | path

Searched refs:idx (Results 1 – 16 of 16) sorted by relevance

/lib/fonts/
Dfonts.c129 if (MACH_IS_AMIGA && f->idx == PEARL8x8_IDX) in get_default_font()
133 if (MACH_IS_MAC && xres < 640 && f->idx == VGA6x11_IDX) in get_default_font()
Dfont_6x10.c3080 .idx = FONT6x10_IDX,
Dfont_acorn_8x8.c265 .idx = ACORN8x8_IDX,
Dfont_mini_4x6.c2151 .idx = MINI4x6_IDX,
Dfont_6x11.c3345 .idx = VGA6x11_IDX,
Dfont_pearl_8x8.c2581 .idx = PEARL8x8_IDX,
Dfont_7x14.c4112 .idx = FONT7x14_IDX,
Dfont_8x8.c2577 .idx = VGA8x8_IDX,
Dfont_sun12x22.c6155 .idx = SUN12x22_IDX,
Dfont_10x18.c5136 .idx = FONT10x18_IDX,
Dfont_8x16.c4626 .idx = VGA8x16_IDX,
Dfont_sun8x16.c265 .idx = SUN8x16_IDX,
/lib/
Ddynamic_debug.c60 unsigned int idx; member
692 iter->idx = 0; in ddebug_iter_first()
697 iter->idx = 0; in ddebug_iter_first()
698 return &iter->table->ddebugs[iter->idx]; in ddebug_iter_first()
711 if (++iter->idx == iter->table->num_ddebugs) { in ddebug_iter_next()
713 iter->idx = 0; in ddebug_iter_next()
721 return &iter->table->ddebugs[iter->idx]; in ddebug_iter_next()
Ddma-debug.c249 int idx = hash_fn(entry); in get_hash_bucket() local
252 spin_lock_irqsave(&dma_entry_hash[idx].lock, __flags); in get_hash_bucket()
254 return &dma_entry_hash[idx]; in get_hash_bucket()
400 int idx; in debug_dma_dump_mappings() local
402 for (idx = 0; idx < HASH_SIZE; idx++) { in debug_dma_dump_mappings()
403 struct hash_bucket *bucket = &dma_entry_hash[idx]; in debug_dma_dump_mappings()
413 type2name[entry->type], idx, in debug_dma_dump_mappings()
Dradix-tree.c131 int idx; in any_tag_set() local
132 for (idx = 0; idx < RADIX_TREE_TAG_LONGS; idx++) { in any_tag_set()
133 if (node->tags[tag][idx]) in any_tag_set()
Dvsprintf.c325 int idx, len; in num_to_str() local
337 for (idx = 0; idx < len; ++idx) in num_to_str()
338 buf[idx] = tmp[len - idx - 1]; in num_to_str()