Home
last modified time | relevance | path

Searched defs:DLL (Results 151 – 175 of 728) sorted by path

12345678910>>...30

/dports/emulators/qemu/qemu-6.2.0/roms/openbios/arch/amd64/
H A Dconsole.c29 #define DLL(x) x==2?0x2f8:0x3f8 macro
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/arch/x86/
H A Dconsole.c30 #define DLL(x) x==2?0x2f8:0x3f8 macro
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/drivers/
H A Dpc_serial.c29 #define DLL(x) x==2?0x2f8:0x3f8 macro
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/arch/arm/include/asm/arch-ixp/
H A Dixp425.h204 #define DLL(x) __REG(IXP425_UART_CFG_BASE_PHYS+(x)+IXP425_UART_DLL_OFFSET) macro
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot/arch/mips/mach-mtmips/include/mach/
H A Dmc.h141 #define DLL 0x01 macro
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/arch/amd64/
H A Dconsole.c29 #define DLL(x) x==2?0x2f8:0x3f8 macro
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/arch/x86/
H A Dconsole.c30 #define DLL(x) x==2?0x2f8:0x3f8 macro
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/drivers/
H A Dpc_serial.c29 #define DLL(x) x==2?0x2f8:0x3f8 macro
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/arch/arm/include/asm/arch-ixp/
H A Dixp425.h204 #define DLL(x) __REG(IXP425_UART_CFG_BASE_PHYS+(x)+IXP425_UART_DLL_OFFSET) macro
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/arch/amd64/
H A Dconsole.c29 #define DLL(x) x==2?0x2f8:0x3f8 macro
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/arch/x86/
H A Dconsole.c30 #define DLL(x) x==2?0x2f8:0x3f8 macro
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/drivers/
H A Dpc_serial.c29 #define DLL(x) x==2?0x2f8:0x3f8 macro
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/arch/arm/include/asm/arch-ixp/
H A Dixp425.h204 #define DLL(x) __REG(IXP425_UART_CFG_BASE_PHYS+(x)+IXP425_UART_DLL_OFFSET) macro
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/arch/amd64/
H A Dconsole.c29 #define DLL(x) x==2?0x2f8:0x3f8 macro
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/arch/x86/
H A Dconsole.c30 #define DLL(x) x==2?0x2f8:0x3f8 macro
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/drivers/
H A Dpc_serial.c29 #define DLL(x) x==2?0x2f8:0x3f8 macro
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/arch/arm/include/asm/arch-ixp/
H A Dixp425.h204 #define DLL(x) __REG(IXP425_UART_CFG_BASE_PHYS+(x)+IXP425_UART_DLL_OFFSET) macro
/dports/finance/cointop/cointop-1.5.4/vendor/github.com/fatih/color/color-1.7.0/vendor/golang.org/x/sys/windows/
H A Ddll_windows.go28 type DLL struct { struct
29 Name string
30 Handle Handle
69 func (d *DLL) FindProc(name string) (proc *Proc, err error) {
91 func (d *DLL) MustFindProc(name string) *Proc {
100 func (d *DLL) Release() (err error) {
/dports/finance/cointop/cointop-1.5.4/vendor/golang.org/x/sys/sys-51ab0e2deafa/windows/
H A Ddll_windows.go28 type DLL struct { struct
29 Name string
30 Handle Handle
69 func (d *DLL) FindProc(name string) (proc *Proc, err error) {
91 func (d *DLL) MustFindProc(name string) *Proc {
100 func (d *DLL) Release() (err error) {
/dports/ftp/curlie/curlie-1.6.7/vendor/golang.org/x/sys/windows/
H A Ddll_windows.go36 type DLL struct { struct
37 Name string
38 Handle Handle
77 func (d *DLL) FindProc(name string) (proc *Proc, err error) {
99 func (d *DLL) MustFindProc(name string) *Proc {
108 func (d *DLL) Release() (err error) {
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/golang.org/x/sys/windows/
H A Ddll_windows.go38 type DLL struct { struct
39 Name string
40 Handle Handle
79 func (d *DLL) FindProc(name string) (proc *Proc, err error) {
101 func (d *DLL) MustFindProc(name string) *Proc {
111 func (d *DLL) FindProcByOrdinal(ordinal uintptr) (proc *Proc, err error) {
130 func (d *DLL) MustFindProcByOrdinal(ordinal uintptr) *Proc {
139 func (d *DLL) Release() (err error) {
/dports/games/automuteus/automuteus-6.15.2/vendor/golang.org/x/sys/windows/
H A Ddll_windows.go38 type DLL struct { struct
39 Name string
40 Handle Handle
79 func (d *DLL) FindProc(name string) (proc *Proc, err error) {
101 func (d *DLL) MustFindProc(name string) *Proc {
111 func (d *DLL) FindProcByOrdinal(ordinal uintptr) (proc *Proc, err error) {
130 func (d *DLL) MustFindProcByOrdinal(ordinal uintptr) *Proc {
139 func (d *DLL) Release() (err error) {
/dports/games/libretro-mu/Mu-ff746b8/include/pxa260/
H A Dpxa260_UART.h73 UInt8 DLL; //divisor latch low member
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/
H A Dnetlink.h62 u8 DLL; member
/dports/games/neo-cowsay/Neo-cowsay-2.0.1/vendor/golang.org/x/sys/windows/
H A Ddll_windows.go38 type DLL struct { struct
39 Name string
40 Handle Handle
79 func (d *DLL) FindProc(name string) (proc *Proc, err error) {
101 func (d *DLL) MustFindProc(name string) *Proc {
111 func (d *DLL) FindProcByOrdinal(ordinal uintptr) (proc *Proc, err error) {
130 func (d *DLL) MustFindProcByOrdinal(ordinal uintptr) *Proc {
139 func (d *DLL) Release() (err error) {

12345678910>>...30