Searched refs:tables (Results 1 - 4 of 4) sorted by relevance

/haiku/src/tests/kits/shared/
H A DKeymapTest.cpp72 // Test each of the keymap's character tables
74 table_map_t tables; local
75 tables[0] = &keymap->normal_map;
76 tables[B_SHIFT_KEY] = &keymap->shift_map;
77 tables[B_CAPS_LOCK] = &keymap->caps_map;
78 tables[B_CAPS_LOCK | B_SHIFT_KEY] = &keymap->caps_shift_map;
79 tables[B_CONTROL_KEY] = &keymap->control_map;
80 tables[B_OPTION_KEY] = &keymap->option_map;
81 tables[B_OPTION_KEY | B_SHIFT_KEY] = &keymap->option_shift_map;
82 tables[B_OPTION_KE
[all...]
/haiku/src/system/boot/platform/efi/arch/arm64/
H A Darch_mmu.h196 bool tables; member in struct:ARMv8TranslationRegime::TranslationLevel
215 return fRegime[level].tables;
/haiku/src/apps/terminal/
H A DTermParse.cpp288 } tables[] = { local
306 for (i = 0; tables[i].p; i++) {
307 if (tables[i].p == groundtable)
308 fprintf(stderr, "%s\t", tables[i].name);
311 for (i = 0; tables[i].p; i++) {
312 if (tables[i].p == parsestate)
313 fprintf(stderr, "%s\t", tables[i].name);
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingMethod040.cpp41 * Since m68k page tables are smaller than 1 page, but we allocate them
306 #warning M68K:FIXME: insert *all* page tables!

Completed in 59 milliseconds