Searched refs:dte (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/sys/arch/sun3/include/
H A Dmc68851.h78 struct mmu_long_dte_struct { /* 'dte' stands for 'descriptor table entry' */
194 struct mmu_short_dte_struct { /* 'dte' stands for 'descriptor table entry' */
274 #define MMU_VALID_DT(dte) ((dte).attr.raw & MMU_DT_MASK)
276 #define MMU_INVALID_DT(dte) (!((dte).attr.raw & MMU_DT_MASK))
283 /* extracts the physical address from a dte */
284 #define MMU_DTE_PA(dte) ((dte).attr.raw & MMU_SHORT_DTE_BASEADDR)
/netbsd-current/sys/arch/sun3/sun3x/
H A Dpmap.c1362 mmu_long_dte_t *dte; local
1371 * flush_atc_crp(mmu_vtop(a_tbl->dte));
1390 dte = a_tbl->at_dtbl;
1396 if (MMU_VALID_DT(dte[i])) {
1403 * to in the A table entry dte[i].
1415 dtbl = mmu_ptov(dte[i].addr.raw);
1421 dte[i].attr.raw = MMU_DT_INVALID;
1447 mmu_short_dte_t *dte; local
1455 dte = b_tbl->bt_dtbl;
1457 if (MMU_VALID_DT(dte[
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtraits.d85 if (auto dte = e.isDotTemplateExp())
86 return dte.td;
1099 else if (auto dte = ex.isDotTemplateExp)
1101 auto td = dte.td;
1106 if (dte.e1.op != EXP.dotType && dte.e1.op != EXP.this_)
1107 ex = dte.e1;
H A Dexpressionsem.d779 else if (auto dte = e1.isDotTemplateExp())
780 return handleTemplateDecl(dte.td);
1209 else if (auto dte = e1.isDotTemplateExp())
1211 s = dte.td;
1213 tthis = dte.e1.type;
4646 DotTemplateExp dte;
4651 dte = null;
4658 dte = cast(DotTemplateExp)exp.e1;
4659 s = dte.td;
4725 exp.e1 = new DotVarExp(exp.loc, dte
[all...]
H A Dtypesem.d2808 else if (auto dte = exp.isDotTemplateExp())
2809 s = dte.td;
H A Ddinterpret.d4750 if (auto dte = pthis.isDotTypeExp())
4751 pthis = dte.e1;
/netbsd-current/sys/arch/hp300/stand/common/
H A Dscsireg.h357 u_char dte : 1; /* disable transfer on error */ member in struct:scsi_sense::__anon1::scsi_err_recovery
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpressionsem.c3113 DotTemplateExp *dte; local
3118 dte = NULL;
3125 dte = (DotTemplateExp *)(exp->e1);
3126 s = dte->td;
3197 exp->e1 = new DotVarExp(exp->loc, dte->e1, exp->f, false);
8728 DotTemplateExp *dte = (DotTemplateExp *)e; local
8729 exp->e1 = dte->e1; // pull semantic() result
8731 exp->ti->tempdecl = dte->td;
H A Dexpression.c339 DotTemplateExp *dte = (DotTemplateExp *)e1; local
340 s = dte->td;
342 tthis = dte->e1->type;
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Dtimezone.d2260 catch (DateTimeException dte)
2261 throw dte;
H A Dsystime.d8074 catch (DateTimeException dte)
8085 catch (DateTimeException dte)
8349 catch (DateTimeException dte)
8590 catch (DateTimeException dte)
9311 catch (DateTimeException dte)
9312 throw new DateTimeException("Invalid DosFileTime", __FILE__, __LINE__, dte);
9604 catch (DateTimeException dte)
9605 throw new DateTimeException("date-time format is correct, but the resulting SysTime is invalid.", dte);
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Dtimezone.d2386 catch (DateTimeException dte)
2387 throw dte;
H A Dsystime.d8859 catch (DateTimeException dte)
8870 catch (DateTimeException dte)
9148 catch (DateTimeException dte)
9398 catch (DateTimeException dte)
10219 catch (DateTimeException dte)
10220 throw new DateTimeException("Invalid DosFileTime", __FILE__, __LINE__, dte);
10534 catch (DateTimeException dte)
10535 throw new DateTimeException("date-time format is correct, but the resulting SysTime is invalid.", dte);

Completed in 215 milliseconds