Searched refs:dindex (Results 1 - 7 of 7) sorted by relevance

/haiku/src/system/boot/arch/m68k/
H A Dmmu_040.cpp269 uint32 rindex, dindex, pindex; local
276 dindex = VADDR_TO_PDENT(virtualAddress);
277 if (PDE_TYPE(pd[dindex]) != DT_DIR)
278 panic("lookup_pte: invalid entry pgrt[%d] prdir[%d]", rindex, dindex);
279 pt = (page_table_entry *)PDE_TO_TA(pd[dindex]);
285 rindex, dindex, pindex);
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KVMTranslationMap040.cpp229 uint32 rindex, dindex, pindex; local
284 dindex = VADDR_TO_PDENT(va);
285 if (PDE_TYPE(pd[dindex]) != DT_DIR) {
302 uint32 aindex = dindex & ~(NUM_PAGETBL_PER_PAGE-1); /* aligned */
323 pt = (page_table_entry*)MapperGetPageTableAt(PDE_TO_PA(pd[dindex]));
325 //pt += (dindex % NUM_PAGETBL_PER_PAGE) * NUM_PAGEENT_PER_TBL;
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp523 unsigned int rindex, dindex, pindex; local
584 dindex = VADDR_TO_PDENT(va);
585 if (pd[dindex].type != DT_DIR) {
601 unsigned aindex = dindex & ~(NUM_PAGETBL_PER_PAGE-1); /* aligned */
619 err = get_physical_page_tmap_internal(PDE_TO_PA(pd[dindex]),
624 pt += (dindex % NUM_PAGETBL_PER_PAGE) * NUM_PAGEENT_PER_TBL;
/haiku/src/add-ons/translators/raw/
H A DRAW.h121 int _LosslessJPEGDiff(struct decode *dindex);
H A DRAW.cpp2285 DCRaw::_LosslessJPEGDiff(struct decode *dindex)
2287 while (dindex->branch[0]) {
2288 dindex = dindex->branch[_GetDecodeBits(1)];
2291 int length = dindex->leaf;
2504 struct decode* dindex = decode;
2505 while (dindex->branch[0]) {
2506 dindex = dindex->branch[_GetDecodeBits(1)];
2508 int leaf = dindex
[all...]
/haiku/headers/os/drivers/pcmcia/
H A Dcistpl.h518 u_short dindex; member in struct:cistpl_vers_2_t
/haiku/src/bin/pcmcia-cs/
H A Ddump_cis.c775 printf("%sversion 0x%2.2x, compliance 0x%2.2x, dindex 0x%4.4x\n",
776 indent, v2->vers, v2->comply, v2->dindex);

Completed in 68 milliseconds