Searched full:dll (Results 1 – 25 of 539) sorted by relevance
12345678910>>...22
8 restriction is that the included ZLIB1..DLL and LIBGOMP-1.DLL must be89 with the DLL's that perform decoding and encoding of MP3 data because94 MP3 support can be enabled by placing Lame encoding DLL and/or95 MAD decoding DLL into the same directory as SOX.EXE. These98 on your system. For encoding/writing, try searching for lame-enc.dll,99 libmp3lame-0.dll, libmp3lame.dll, or cygmp3lame-0.dll. For100 decoding/reading, try searching for libmad-0.dll, libmad.dll or cygmad-0.dll.102 Instructions are included here for using MSYS to create the DLL's.115 cp libmp3lame/.libs/libmp3lame-0.dll /path/to/sox118 building DLL under mingw. This can be resolved by adding LDFLAGS[all …]
113 …dll | grep "DLL Name:" | sed "s|DLL Name: |${SYS_ROOT}/mingw/bin/|" | grep -v KERNEL32.dll | grep …114 dlls="$dlls src/.libs/libsox-3.dll"115 dlls="$dlls ${SYS_ROOT}/mingw/bin/libwinpthread-1.dll"124 # Special case fixup for nsiswrapper. Rename libFLAC-8.dll to libflac-8.dll.125 mv $dir/libFLAC-8.dll $dir/libflac-8.dll140 nsiswrapper --run --name $dir --outfile ../${dir}-win32.exe *.exe *.dll *.ini *.txt *.pdf *.bat
82 libraries, which contains information for linking to dll’s. They are89 <dt><em>exporting DLL symbols</em></dt>90 <dd><a name="index-exporting-DLL-symbols"></a>91 <p>The cygwin/mingw <code>ld</code> has several ways to export symbols for dll’s.108 (global and common) symbols it finds in a DLL, with the exception of a few110 often not be desirable to export all of a DLL’s symbols, which may include130 exported when a dll is created. Usually it is named ‘<samp><dll135 <pre class="example">gcc -o <output> <objectfiles> <dll name>.def141 <p>Here is an example of a DEF file for a shared library called ‘<samp>xyz.dll</samp>’:144 <pre class="example">LIBRARY "xyz.dll" BASE=0x20000000[all …]
180 When creating a \s-1DLL,\s0 along with the source for the \s-1DLL,\s0 it is necessary185 exported from the \s-1DLL,\s0 which functions the \s-1DLL\s0 imports, and so on. This192 In order to mark a function as being exported from a \s-1DLL,\s0 it needs to204 The second file needed for \s-1DLL\s0 creation is an exports file. This file205 is linked with the object files that make up the body of the \s-1DLL\s0 and it206 handles the interface between the \s-1DLL\s0 and the outside world. This is a210 The third file needed for \s-1DLL\s0 creation is the library file that programs211 will link with in order to access the functions in the \s-1DLL \s0(an `import217 a program to link to the dll only as soon as an imported function is232 Here is an example of creating a \s-1DLL\s0 from a source file \fBdll.c\fR and[all …]
17 <title>Debugging with GDB: Non-debug DLL Symbols</title>19 <meta name="description" content="Debugging with GDB: Non-debug DLL Symbols">20 <meta name="keywords" content="Debugging with GDB: Non-debug DLL Symbols">64 <a name="Non_002ddebug-DLL-Symbols"></a>77 <samp>kernel32.dll</samp>). When <small>GDB</small> doesn’t recognize any debugging78 symbols in a DLL, it relies on the minimal amount of symbolic79 information contained in the DLL’s export table. This section88 <a name="DLL-Name-Prefixes"></a>89 <h4 class="subsubsection">21.1.4.2 DLL Name Prefixes</h4>92 tools, DLL export symbols are made available with a prefix based on the[all …]
29 <link href="Non_002ddebug-DLL-Symbols.html#Non_002ddebug-DLL-Symbols" rel="next" title="Non-debug D…90 described in <a href="Non_002ddebug-DLL-Symbols.html#Non_002ddebug-DLL-Symbols">Non-debug DLL Symbo…143 <a name="index-debugging-the-Cygwin-DLL"></a>148 happen inside the Cygwin DLL. If <var>mode</var> is <code>off</code>,150 exceptions which seem to be caused by internal Cygwin DLL152 Cygwin DLL itself; the default value is <code>off</code> to avoid annoying159 inside the Cygwin DLL itself.193 signal thread and process creation and exit, DLL loading and230 …lign="top">• <a href="Non_002ddebug-DLL-Symbols.html#Non_002ddebug-DLL-Symbols" accesskey="1"…
... DriverAssitant_v5.12/ADBDriver/amd64/WdfCoInstaller01009.dll DriverAssitant_v5.12/ADBDriver/amd64/winusbcoinstaller2. ...
... mkimage_for_windows_0109/usr/bin/msys-2.0.dll mkimage_for_windows_0109/usr/bin/msys-crypto-
3 * Purpose: GL shim which redirects to a specified DLL27 A GL shim which redirects to a specified DLL30 GL calls can be directed to mesa cygGL-1.dll, or cygnativeGLthunk.dll31 (which contains cdecl-to-stdcall thunks to the native openGL32.dll)55 Implement the __glGetProcAddress function by just using GetProcAddress() on the selected DLL74 Select a GL implementation DLL81 dllname = "cygnativeGLthunk.dll"; in glWinSelectImplementation()84 dllname = "cygGL-1.dll"; in glWinSelectImplementation()
69 <a name="index-DLL"></a>74 files such as Windows. A DLL contains an export table which contains80 will be in the DLL. A <samp>.o</samp> file can contain information in127 <p>When creating a DLL, along with the source for the DLL, it is necessary132 exported from the DLL, which functions the DLL imports, and so on. This139 <p>In order to mark a function as being exported from a DLL, it needs to151 <p>The second file needed for DLL creation is an exports file. This file152 is linked with the object files that make up the body of the DLL and it153 handles the interface between the DLL and the outside world. This is a157 <p>The third file needed for DLL creation is the library file that programs[all …]
647 ; extension=msql.dll659 ; Note that ODBC support is built in, so no dll is needed for it.660 ; Note that many DLL files are located in the extensions/ (PHP 4) ext/ (PHP 5)661 ; extension folders as well as the separate PECL DLL download (PHP 5).664 ;extension=php_bz2.dll665 ;extension=php_curl.dll666 ;extension=php_dba.dll667 ;extension=php_dbase.dll668 ;extension=php_exif.dll669 ;extension=php_fdf.dll[all …]
31 * R0 : DLL ctrl value pre-Sleep36 * when we get called, but the DLL probably isn't. We will wait a bit more in37 * case the DPLL isn't quite there yet. The code will wait on DLL for DDR even48 * The DLL load value is not kept in RETENTION or OFF. It needs to be restored60 mov r5, #0x2000 @ set delay (DPLL relock + DLL relock)76 strne r0, [r1] @ rewrite DLLA to force DLL reload78 strne r0, [r1] @ rewrite DLLB to force DLL reload
45 /* dll lock mode */52 orr r10, r10, #0x8 @ make sure DLL on (es2 bit pos)55 bl i_dll_wait @ wait for dll to lock57 /* get dll value */84 /* ensure the DLL has relocked */86 mov r4, #0x800 @ delay DLL relock, min 0x400 L3 clocks172 cmp r2, #0x1 @ (SDR or DDR) do we need to adjust DLL173 bne freq_out @ leave if SDR, no DLL function175 /* With DDR, we need to take care of the DLL for the frequency change */180 mov r1, #0x2000 @ wait DLL relock, min 0x400 L3 clocks[all …]
85 * Issue an extended mode register set(EMRS1) to enable DLL and in ddr2_init()91 /* Enable DLL reset */ in ddr2_init()95 /* A mode register set(MRS) cycle is issued to reset DLL */ in ddr2_init()105 /* Disable DLL reset */ in ddr2_init()109 /* A mode register set (MRS) cycle is issued to disable DLL reset */ in ddr2_init()202 * Write a one to the DLL bit (enable DLL reset) in the MPDDRC in ddr3_init()206 /* A Mode Register Set (MRS) cycle is issued to reset DLL. */ in ddr3_init()
32 # PHY DLL input delays:82 # PHY DLL clock delays:90 cdns,phy-dll-delay-sdclk:98 cdns,phy-dll-delay-sdclk-hsmmc:106 cdns,phy-dll-delay-strobe:133 cdns,phy-dll-delay-sdclk = <0>;
76 dev_err(&phy->dev, "turn off the dll failed: %d\n", ret); in keembay_emmc_phy_power()131 /* Set the frequency of the DLL operation */ in keembay_emmc_phy_power()135 dev_err(&phy->dev, "set the frequency of dll failed:%d\n", ret); in keembay_emmc_phy_power()139 /* Turn on the DLL */ in keembay_emmc_phy_power()143 dev_err(&phy->dev, "turn on the dll failed: %d\n", ret); in keembay_emmc_phy_power()148 * We turned on the DLL even though the rate was 0 because we the in keembay_emmc_phy_power()149 * clock might be turned on later. ...but we can't wait for the DLL in keembay_emmc_phy_power()160 * After enabling analog DLL circuits docs say that we need 10.2 us if in keembay_emmc_phy_power()168 * NOTE: There appear to be corner cases where the DLL seems to take in keembay_emmc_phy_power()
21 #define DLL 0 /* Divisor Latch Low */ macro39 outb(divisor & 0xff, port + DLL); in early_serial_init()104 unsigned char lcr, dll, dlh; in probe_baud() local109 dll = inb(port + DLL); in probe_baud()112 quot = (dlh << 8) | dll; in probe_baud()