Searched defs:DLL (Results 1 - 4 of 4) sorted by relevance

/external/syslinux/com32/lib/
H A Dvdprintf.c20 DLL = 0, enumerator in enum:serial_port_regs
73 outb(0x01, debug_base + DLL);
76 dll = inb(debug_base + DLL);
/external/syslinux/com32/libupload/
H A Dserial.c14 DLL = 0, enumerator in enum:__anon20920
84 sif->old.dll = inb(port + DLL);
86 outb(divisor, port + DLL);
90 dll = inb(port + DLL);
156 outb(sif->old.dll, port + DLL);
/external/python/cpython2/PC/os2emx/
H A DMakefile10 # The output of the build is a largish Python26.DLL containing the
13 # Python26.DLL is needed. We also build python_s.a static library (which
47 # I have had no success trying to use a DLL version, even when
80 LDFLAGS.DLL= $(LDFLAGS) -Zdll
212 $(LD) $(LDFLAGS.DLL) -o $@ $(^^) $(L^) $(LIBS)
215 $(LD) $(LDFLAGS.DLL) -o $@ $(^^) $(PYTHON.IMPLIB) $(LIBS)
250 PYTHON.DLL= $(PYTHON_LIB).dll
267 DESCRIPTION.zlib$(MODULE.EXT)= Python Extension DLL for accessing the InfoZip compression library
268 DESCRIPTION.crypt$(MODULE.EXT)= Python Extension DLL implementing the crypt$(BRO)$(BRC) function
269 DESCRIPTION._tkinter$(MODULE.EXT)= Python Extension DLL fo
[all...]
/external/clang/lib/Driver/
H A DTools.cpp10029 bool DLL = Args.hasArg(options::OPT__SLASH_LD, options::OPT__SLASH_LDd, local
10031 if (DLL) {
10048 } else if (DLL) {

Completed in 211 milliseconds