Home
last modified time | relevance | path

Searched defs:DLL (Results 351 – 375 of 728) sorted by relevance

1...<<11121314151617181920>>...30

/dports/audio/faust/faust-2.37.3/tools/faust2pd/examples/faust/
H A DMakefile1 DLL = .pd_linux macro
8 DLL = .dll macro
13 DLL = .pd_darwin macro
/dports/audio/faust/faust-2.37.3/tools/faust2pd/examples/basic/
H A DMakefile1 DLL = .pd_linux macro
8 DLL = .dll macro
13 DLL = .pd_darwin macro
/dports/audio/faust/faust-2.37.3/tools/faust2pd/examples/synth/
H A DMakefile10 DLL = .pd_linux macro
17 DLL = .dll macro
22 DLL = .pd_darwin macro
/dports/audio/faust/faust-2.37.3/tools/faust2pd/examples/seqdemo/
H A DMakefile1 DLL = .pd_linux macro
8 DLL = .dll macro
13 DLL = .pd_darwin macro
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/
H A Dsyscall_windows_test.go24 type DLL struct { struct
25 *syscall.DLL anonMember
26 t *testing.T
37 func (d *DLL) Proc(name string) *syscall.Proc {
705 func resumeChildThread(kernel32 *syscall.DLL, childpid int) error {
/dports/www/trafficserver/trafficserver-9.1.1/include/tscore/
H A DList.h216 template <class C, class L = typename C::Link_link> struct DLL { struct
217 C *head;
219 empty() const in empty()
228 in(C *e) in in()
233 clear() in clear()
258 DLL() : head(nullptr) {} in DLL() function
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DDLL.java36 public class DLL implements LoadObject { class
38 …public DLL(WindbgDebugger dbg, String filename, long size, Address relocation) throws COFFExceptio… in DLL() method in DLL
55 public DLL(Address base) throws COFFException { in DLL() method in DLL
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DDLL.java36 public class DLL implements LoadObject { class
38 …public DLL(WindbgDebugger dbg, String filename, long size, Address relocation) throws COFFExceptio… in DLL() method in DLL
55 public DLL(Address base) throws COFFException { in DLL() method in DLL
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DDLL.java36 public class DLL implements LoadObject { class
38 …public DLL(WindbgDebugger dbg, String filename, long size, Address relocation) throws COFFExceptio… in DLL() method in DLL
55 public DLL(Address base) throws COFFException { in DLL() method in DLL
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DDLL.java36 public class DLL implements LoadObject { class
38 …public DLL(WindbgDebugger dbg, String filename, long size, Address relocation) throws COFFExceptio… in DLL() method in DLL
55 public DLL(Address base) throws COFFException { in DLL() method in DLL
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DDLL.java36 public class DLL implements LoadObject { class
38 …public DLL(WindbgDebugger dbg, String filename, long size, Address relocation) throws COFFExceptio… in DLL() method in DLL
55 public DLL(Address base) throws COFFException { in DLL() method in DLL
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DDLL.java36 public class DLL implements LoadObject { class
38 …public DLL(WindbgDebugger dbg, String filename, long size, Address relocation) throws COFFExceptio… in DLL() method in DLL
55 public DLL(Address base) throws COFFException { in DLL() method in DLL
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DDLL.java36 public class DLL implements LoadObject { class
38 …public DLL(WindbgDebugger dbg, String filename, long size, Address relocation) throws COFFExceptio… in DLL() method in DLL
55 public DLL(Address base) throws COFFException { in DLL() method in DLL
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DDLL.java36 public class DLL implements LoadObject { class
38 …public DLL(WindbgDebugger dbg, String filename, long size, Address relocation) throws COFFExceptio… in DLL() method in DLL
55 public DLL(Address base) throws COFFException { in DLL() method in DLL
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DDLL.java36 public class DLL implements LoadObject { class
38 …public DLL(WindbgDebugger dbg, String filename, long size, Address relocation) throws COFFExceptio… in DLL() method in DLL
55 public DLL(Address base) throws COFFException { in DLL() method in DLL
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DDLL.java36 public class DLL implements LoadObject { class
38 …public DLL(WindbgDebugger dbg, String filename, long size, Address relocation) throws COFFExceptio… in DLL() method in DLL
55 public DLL(Address base) throws COFFException { in DLL() method in DLL
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/syscall/
H A Ddll_windows.go34 type DLL struct { struct
35 Name string
36 Handle Handle
84 func (d *DLL) FindProc(name string) (proc *Proc, err error) {
106 func (d *DLL) MustFindProc(name string) *Proc {
115 func (d *DLL) Release() (err error) {
/dports/devel/mongo-c-driver/mongo-c-driver-1.8.1/.evergreen/
H A Dcheck-installed-files.bat5 set DLL=%INSTALL_DIR%\bin\libmongoc-1.0.dll variable
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/external/pmrrr/src/
H A Drrr.c50 double *restrict DL, double *restrict DLL, in PMR_create_rrr()
79 double *restrict DLL, int size, int depth) in PMR_reset_rrr()
/dports/shells/ksh93/ast-93u/src/cmd/ie/
H A DPROMO.mm11 system call by preloading a DLL (shared library) at runtime, function
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ie/
H A DPROMO.mm11 system call by preloading a DLL (shared library) at runtime, function
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ie/
H A DPROMO.mm11 system call by preloading a DLL (shared library) at runtime, function
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/syscall/
H A Ddll_windows.go35 type DLL struct { struct
36 Name string
37 Handle Handle
109 func (d *DLL) FindProc(name string) (proc *Proc, err error) {
131 func (d *DLL) MustFindProc(name string) *Proc {
140 func (d *DLL) Release() (err error) {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/syscall/
H A Ddll_windows.go51 type DLL struct { struct
52 Name string
53 Handle Handle
125 func (d *DLL) FindProc(name string) (proc *Proc, err error) {
147 func (d *DLL) MustFindProc(name string) *Proc {
156 func (d *DLL) Release() (err error) {
/dports/audio/faust-lv2/agraef-faust-lv2-4dc83e28e998/
H A DMakefile125 DLL = .so macro
133 DLL = .dll macro
137 DLL = .dylib macro

1...<<11121314151617181920>>...30