Home
last modified time | relevance | path

Searched defs:DLL (Results 251 – 275 of 728) sorted by path

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

/dports/math/ipopt/Ipopt-3.12.13/Ipopt/contrib/JavaInterface/org/coinor/
H A DIpopt.java148 public Ipopt(String path, String DLL) in Ipopt()
/dports/math/mpir/mpir-3.0.0/build.vc/
H A D_msvc_project.py10 DLL = 2 variable in Project_Type
/dports/math/mumps/mumps-5.1.2/src/
H A Ddouble_linked_list.F28 TYPE ( IDLL_T ), POINTER :: DLL local
46 TYPE ( IDLL_T ), POINTER :: DLL local
66 TYPE ( IDLL_T ), POINTER :: DLL local
97 TYPE ( IDLL_T ), POINTER :: DLL local
126 TYPE ( IDLL_T ), POINTER :: DLL local
157 TYPE ( IDLL_T ), POINTER :: DLL local
186 TYPE ( IDLL_T ), POINTER :: DLL local
248 TYPE ( IDLL_T ), POINTER :: DLL local
279 TYPE ( IDLL_T ), POINTER :: DLL local
309 TYPE ( IDLL_T ), POINTER :: DLL local
[all …]
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/util/
H A Docamake.ml22 | DLL | SO | EXE | LIB Constructor
/dports/misc/cheat/cheat-4.2.2/vendor/golang.org/x/sys/sys-aa57babbf139/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/misc/chrono/chrono-1.1.0-4-g70cda7f/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/misc/concourse/concourse-6.7.2/vendor/code.cloudfoundry.org/credhub-cli/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/misc/concourse/concourse-6.7.2/vendor/github.com/Microsoft/hcsshim/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/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/containerd/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/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/continuity/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/misc/concourse/concourse-6.7.2/vendor/github.com/fatih/color/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/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/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/misc/concourse/concourse-6.7.2/vendor/github.com/miekg/dns/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/misc/concourse/concourse-6.7.2/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 {
109 func (d *DLL) FindProcByOrdinal(ordinal uintptr) (proc *Proc, err error) {
128 func (d *DLL) MustFindProcByOrdinal(ordinal uintptr) *Proc {
137 func (d *DLL) Release() (err error) {
/dports/misc/concourse/vault-bdd38fca2cff/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/misc/cryptoballot/cryptoballot-3753e1b/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/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/doc/gnat_ugn/
H A Dplatform_specific_information.rst1951 .. _Program_and_DLL_Both_Built_with_GCC/GNAT:
1953 Program and DLL Both Built with GCC/GNAT
1997 Program Built with Foreign Tools and DLL Built with GCC/GNAT
/dports/misc/estic/estic-1.61_10/spunk/dos32src/
H A D_sercom.asm106 DLL EQU DataReg ; divisor low latch define
/dports/misc/estic/estic-1.61_10/spunk/dossrc/
H A D_sercom.asm104 DLL EQU DataReg ; divisor low latch define
/dports/misc/exercism/cli-3.0.13/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/misc/fq/fq-0.0.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/misc/gobuster/gobuster-3.1.0/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 {
109 func (d *DLL) FindProcByOrdinal(ordinal uintptr) (proc *Proc, err error) {
128 func (d *DLL) MustFindProcByOrdinal(ordinal uintptr) *Proc {
137 func (d *DLL) Release() (err error) {
/dports/misc/lf/lf-r26/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/misc/orange3/orange3-3.29.1/Orange/tests/sql/
H A Dtest_sql_table.py121 from Orange.data.sql.table import AUTO_DL_LIMIT as DLL unknown
/dports/misc/perkeep/perkeep-0.11/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) {

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