Searched refs:idx (Results 1 – 16 of 16) sorted by relevance
/lib/fonts/ |
D | fonts.c | 129 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()
|
D | font_6x10.c | 3080 .idx = FONT6x10_IDX,
|
D | font_acorn_8x8.c | 265 .idx = ACORN8x8_IDX,
|
D | font_mini_4x6.c | 2151 .idx = MINI4x6_IDX,
|
D | font_6x11.c | 3345 .idx = VGA6x11_IDX,
|
D | font_pearl_8x8.c | 2581 .idx = PEARL8x8_IDX,
|
D | font_7x14.c | 4112 .idx = FONT7x14_IDX,
|
D | font_8x8.c | 2577 .idx = VGA8x8_IDX,
|
D | font_sun12x22.c | 6155 .idx = SUN12x22_IDX,
|
D | font_10x18.c | 5136 .idx = FONT10x18_IDX,
|
D | font_8x16.c | 4626 .idx = VGA8x16_IDX,
|
D | font_sun8x16.c | 265 .idx = SUN8x16_IDX,
|
/lib/ |
D | dynamic_debug.c | 60 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()
|
D | dma-debug.c | 249 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()
|
D | radix-tree.c | 131 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()
|
D | vsprintf.c | 325 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()
|