Home
last modified time | relevance | path

Searched refs:t (Results 1 – 7 of 7) sorted by relevance

/DragonOS-0.1.5/user/port/binutils/2.38/
DREADME.md18 docker build --no-cache -t dragonos-binutils-build .
/DragonOS-0.1.5/kernel/src/driver/virtio/
Dvirtio.rs75 t => { in virtio_device()
76 kwarn!("Unrecognized virtio device: {:?}", t); in virtio_device()
/DragonOS-0.1.5/docs/
Dmake.bat23 echo.If you don't have Sphinx installed, grab it from
/DragonOS-0.1.5/
Dbochsrc38 logprefix: %t%e%d
/DragonOS-0.1.5/kernel/src/libs/
Didr.c12 struct idr_layer *t = *a; in __swap() local
13 *a = *b, *b = t; in __swap()
343 struct idr_layer *t = idp->top->layer ? idp->top->ary[0] : NULL; in __idr_erase_full() local
345 idp->top = t; in __idr_erase_full()
Dlz4.c736 U64 const t = (((val >> 8) - mask) | val) & mask; in LZ4_NbCommonBytes()
737 return ctz7_tab[(t * 0x0080402010080402ULL) >> 57]; in LZ4_NbCommonBytes()
1857 LZ4_stream_t t; in LZ4_stream_t_alignment() member
/DragonOS-0.1.5/kernel/src/driver/interrupt/apic/
Dapic.c72 struct acpi_IO_APIC_Structure_t *t = (struct acpi_IO_APIC_Structure_t *)ent; in apic_io_apic_init() local
74 io_apic_ICS = t; in apic_io_apic_init()