| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/ |
| nouveau_nvkm_subdev_fb_sddr2.c | 69 int CL, WR, DLL = 0, ODT = 0; 75 DLL = !ram->next->bios.ramcfg_DLLoff; 104 ram->mr[1] |= !DLL;
|
| nouveau_nvkm_subdev_fb_sddr3.c | 78 int CWL, CL, WR, DLL = 0, ODT = 0; 80 DLL = !ram->next->bios.ramcfg_DLLoff; 121 ram->mr[1] |= !DLL;
|
| nouveau_nvkm_subdev_fb_gddr3.c | 78 int CL, WR, CWL, DLL = 0, ODT = 0, RON, hi; 85 DLL = !ram->next->bios.ramcfg_DLLoff; 94 DLL = !(ram->mr[1] & 0x1); 122 ram->mr[1] |= !DLL << 6;
|
| /src/crypto/external/bsd/heimdal/dist/lib/heimdal/ |
| NTMakefile | 57 dlllflags=$(dlllflags) /DELAYLOAD:bcrypt.dll 75 DLL=$(BINDIR)\heimdal.dll 77 $(LIBHEIMDAL): $(BINDIR)\heimdal.dll 79 $(DLL): $(DLLDEPS) $(DEF) $(RES) 81 -def:$(DEF) -out:$(DLL) \
|
| /src/common/dist/zlib/contrib/dotzlib/DotZLib/ |
| ChecksumImpl.cs | 106 #region DLL imports
108 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
157 #region DLL imports
159 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
|
| DotZLib.cs | 84 /// The exception that is thrown when an error occurs on the zlib dll
218 #region DLL imports
219 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
222 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
|
| /src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/ |
| ChecksumImpl.cs | 106 #region DLL imports
108 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
157 #region DLL imports
159 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
|
| DotZLib.cs | 84 /// The exception that is thrown when an error occurs on the zlib dll
218 #region DLL imports
219 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
222 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
|
| /src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/ |
| ChecksumImpl.cs | 106 #region DLL imports
108 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
157 #region DLL imports
159 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
|
| DotZLib.cs | 84 /// The exception that is thrown when an error occurs on the zlib dll
218 #region DLL imports
219 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
222 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
|
| /src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/ |
| ChecksumImpl.cs | 106 #region DLL imports
108 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
157 #region DLL imports
159 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
|
| DotZLib.cs | 84 /// The exception that is thrown when an error occurs on the zlib dll
218 #region DLL imports
219 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
222 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
|
| /src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/ |
| ChecksumImpl.cs | 106 #region DLL imports
108 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
157 #region DLL imports
159 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
|
| DotZLib.cs | 84 /// The exception that is thrown when an error occurs on the zlib dll
218 #region DLL imports
219 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
222 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
|
| /src/crypto/external/apache2/openssl/dist/util/ |
| mkdef.pl | 300 ; Definition file for the DLL version of the $libname library from OpenSSL
|
| /src/crypto/external/bsd/openssl/dist/util/ |
| mkdef.pl | 299 ; Definition file for the DLL version of the $libname library from OpenSSL
|
| /src/sys/arch/mmeye/mmeye/ |
| machdep.c | 575 #define DLL 0 618 OUTP(DLL, 0xff & diviser);
|
| /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| MSVC.cpp | 453 bool DLL = Args.hasArg(options::OPT__SLASH_LD, options::OPT__SLASH_LDd, 455 if (DLL) { 456 CmdArgs.push_back(Args.MakeArgString("-dll")); 491 } else if (DLL) {
|
| /src/external/public-domain/sqlite/dist/ |
| Makefile.msc | 251 # This is the name to use for the SQLite dynamic link library (DLL). 255 SQLITE3DLL = winsqlite3.dll 257 SQLITE3DLL = sqlite3.dll 417 # nmake /f Makefile.msc sqlite3.dll 424 # nmake /f Makefile.msc sqlite3.dll 1000 core: dll shell 1012 dll: $(SQLITE3DLL) 1020 $(LD) $(LDFLAGS) $(LTLINKOPTS) $(LTLIBPATHS) /DLL $(CORE_LINK_OPTS) /OUT:$@ $(LIBOBJ) $(LIBRESOBJS) $(LTLIBS) $(TLIBS)
|
| /src/crypto/external/bsd/openssl.old/dist/util/ |
| mkdef.pl | 243 # The latter is needed so libssl.so/.dll/.exe can link properly. 1156 ; Definition file for the DLL version of the $name library from OpenSSL
|
| /src/sys/external/isc/libsodium/dist/build-aux/ |
| ltmain.sh | 3248 # True iff FILE is a Windows DLL '.def' file. 3741 -os2dllname NAME force a short DLL name on OS/2 (no effect on other OSes) 4284 # At present, this check doesn't affect windows .dll's that 4318 *.dll.a) 4705 func_warning "Could not compute DLL name from $name" 4964 *DLL*) 4965 win32_libid_type="x86 DLL" 4970 win32_libid_type="x86 DLL" 4981 # name of the DLL associated with the specified 4998 # DLL associated with the specified import library LIBNAME [all...] |
| /src/sys/external/isc/libsodium/dist/ |
| ltmain.sh | 2963 # At present, this check doesn't affect windows .dll's that 2997 *.dll.a) 3374 func_warning "Could not compute DLL name from $name" 3571 *DLL*) 3572 win32_libid_type="x86 DLL" 3577 win32_libid_type="x86 DLL" 3588 # name of the DLL associated with the specified 3604 # DLL associated with the specified import library LIBNAME. 3609 # Echos the name of the DLL associated with the 3687 # name of the DLL associated with the specifie [all...] |
| /src/external/bsd/am-utils/dist/ |
| ltmain.sh | 2963 # At present, this check doesn't affect windows .dll's that 2997 *.dll.a) 3374 func_warning "Could not compute DLL name from $name" 3571 *DLL*) 3572 win32_libid_type="x86 DLL" 3577 win32_libid_type="x86 DLL" 3588 # name of the DLL associated with the specified 3604 # DLL associated with the specified import library LIBNAME. 3609 # Echos the name of the DLL associated with the 3687 # name of the DLL associated with the specifie [all...] |
| /src/external/bsd/file/dist/ |
| ltmain.sh | 3251 # True iff FILE is a Windows DLL '.def' file. 3744 -os2dllname NAME force a short DLL name on OS/2 (no effect on other OSes) 4287 # At present, this check doesn't affect windows .dll's that 4321 *.dll.a) 4708 func_warning "Could not compute DLL name from $name" 4967 *DLL*) 4968 win32_libid_type="x86 DLL" 4973 win32_libid_type="x86 DLL" 4984 # name of the DLL associated with the specified 5001 # DLL associated with the specified import library LIBNAME [all...] |
| /src/external/bsd/flex/dist/build-aux/ |
| ltmain.sh | 3248 # True iff FILE is a Windows DLL '.def' file. 3741 -os2dllname NAME force a short DLL name on OS/2 (no effect on other OSes) 4284 # At present, this check doesn't affect windows .dll's that 4318 *.dll.a) 4705 func_warning "Could not compute DLL name from $name" 4964 *DLL*) 4965 win32_libid_type="x86 DLL" 4970 win32_libid_type="x86 DLL" 4981 # name of the DLL associated with the specified 4998 # DLL associated with the specified import library LIBNAME [all...] |