Home
last modified time | relevance | path

Searched full:dll (Results 1 – 25 of 539) sorted by relevance

12345678910>>...22

/OK3568_Linux_fs/buildroot/dl/sox/git/
H A DREADME.win328 restriction is that the included ZLIB1..DLL and LIBGOMP-1.DLL must be
89 with the DLL's that perform decoding and encoding of MP3 data because
94 MP3 support can be enabled by placing Lame encoding DLL and/or
95 MAD decoding DLL into the same directory as SOX.EXE. These
98 on your system. For encoding/writing, try searching for lame-enc.dll,
99 libmp3lame-0.dll, libmp3lame.dll, or cygmp3lame-0.dll. For
100 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/sox
118 building DLL under mingw. This can be resolved by adding LDFLAGS
[all …]
H A Dmingwbuild113dll | 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.dll
140 nsiswrapper --run --name $dir --outfile ../${dir}-win32.exe *.exe *.dll *.ini *.txt *.pdf *.bat
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/ld.html/
H A DWIN32.html82 libraries, which contains information for linking to dll’s. They are
89 <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&rsquo;s.
108 (global and common) symbols it finds in a DLL, with the exception of a few
110 often not be desirable to export all of a DLL&rsquo;s symbols, which may include
130 exported when a dll is created. Usually it is named &lsquo;<samp>&lt;dll
135 <pre class="example">gcc -o &lt;output&gt; &lt;objectfiles&gt; &lt;dll name&gt;.def
141 <p>Here is an example of a DEF file for a shared library called &lsquo;<samp>xyz.dll</samp>&rsquo;:
144 <pre class="example">LIBRARY &quot;xyz.dll&quot; BASE=0x20000000
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/ld.html/
H A DWIN32.html82 libraries, which contains information for linking to dll&rsquo;s. They are
89 <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&rsquo;s.
108 (global and common) symbols it finds in a DLL, with the exception of a few
110 often not be desirable to export all of a DLL&rsquo;s symbols, which may include
130 exported when a dll is created. Usually it is named &lsquo;<samp>&lt;dll
135 <pre class="example">gcc -o &lt;output&gt; &lt;objectfiles&gt; &lt;dll name&gt;.def
141 <p>Here is an example of a DEF file for a shared library called &lsquo;<samp>xyz.dll</samp>&rsquo;:
144 <pre class="example">LIBRARY &quot;xyz.dll&quot; BASE=0x20000000
[all …]
/OK3568_Linux_fs/buildroot/dl/lz4/
HDlz4-1.9.3.tar.gz
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/man/man1/
H A Darm-none-linux-gnueabihf-dlltool.1180 When creating a \s-1DLL,\s0 along with the source for the \s-1DLL,\s0 it is necessary
185 exported from the \s-1DLL,\s0 which functions the \s-1DLL\s0 imports, and so on. This
192 In order to mark a function as being exported from a \s-1DLL,\s0 it needs to
204 The second file needed for \s-1DLL\s0 creation is an exports file. This file
205 is linked with the object files that make up the body of the \s-1DLL\s0 and it
206 handles the interface between the \s-1DLL\s0 and the outside world. This is a
210 The third file needed for \s-1DLL\s0 creation is the library file that programs
211 will link with in order to access the functions in the \s-1DLL \s0(an `import
217 a program to link to the dll only as soon as an imported function is
232 Here is an example of creating a \s-1DLL\s0 from a source file \fBdll.c\fR and
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/man/man1/
H A Daarch64-none-linux-gnu-dlltool.1180 When creating a \s-1DLL,\s0 along with the source for the \s-1DLL,\s0 it is necessary
185 exported from the \s-1DLL,\s0 which functions the \s-1DLL\s0 imports, and so on. This
192 In order to mark a function as being exported from a \s-1DLL,\s0 it needs to
204 The second file needed for \s-1DLL\s0 creation is an exports file. This file
205 is linked with the object files that make up the body of the \s-1DLL\s0 and it
206 handles the interface between the \s-1DLL\s0 and the outside world. This is a
210 The third file needed for \s-1DLL\s0 creation is the library file that programs
211 will link with in order to access the functions in the \s-1DLL \s0(an `import
217 a program to link to the dll only as soon as an imported function is
232 Here is an example of creating a \s-1DLL\s0 from a source file \fBdll.c\fR and
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/
H A DNon_002ddebug-DLL-Symbols.html17 <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&rsquo;t recognize any debugging
78 symbols in a DLL, it relies on the minimal amount of symbolic
79 information contained in the DLL&rsquo;s export table. This section
88 <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 …]
H A DCygwin-Native.html29 <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 DLL
152 Cygwin DLL itself; the default value is <code>off</code> to avoid annoying
159 inside the Cygwin DLL itself.
193 signal thread and process creation and exit, DLL loading and
230 …lign="top">&bull; <a href="Non_002ddebug-DLL-Symbols.html#Non_002ddebug-DLL-Symbols" accesskey="1"…
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/
H A DNon_002ddebug-DLL-Symbols.html17 <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&rsquo;t recognize any debugging
78 symbols in a DLL, it relies on the minimal amount of symbolic
79 information contained in the DLL&rsquo;s export table. This section
88 <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 …]
H A DCygwin-Native.html29 <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 DLL
152 Cygwin DLL itself; the default value is <code>off</code> to avoid annoying
159 inside the Cygwin DLL itself.
193 signal thread and process creation and exit, DLL loading and
230 …lign="top">&bull; <a href="Non_002ddebug-DLL-Symbols.html#Non_002ddebug-DLL-Symbols" accesskey="1"…
/OK3568_Linux_fs/tools/windows/
HDDriverAssitant_v5.12.zip ... DriverAssitant_v5.12/ADBDriver/amd64/WdfCoInstaller01009.dll DriverAssitant_v5.12/ADBDriver/amd64/winusbcoinstaller2. ...
HDRKImageMaker_20230109.zip ... mkimage_for_windows_0109/usr/bin/msys-2.0.dll mkimage_for_windows_0109/usr/bin/msys-crypto-
/OK3568_Linux_fs/external/xserver/hw/xwin/glx/
H A Dglshim.c3 * Purpose: GL shim which redirects to a specified DLL
27 A GL shim which redirects to a specified DLL
30 GL calls can be directed to mesa cygGL-1.dll, or cygnativeGLthunk.dll
31 (which contains cdecl-to-stdcall thunks to the native openGL32.dll)
55 Implement the __glGetProcAddress function by just using GetProcAddress() on the selected DLL
74 Select a GL implementation DLL
81 dllname = "cygnativeGLthunk.dll"; in glWinSelectImplementation()
84 dllname = "cygGL-1.dll"; in glWinSelectImplementation()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/binutils.html/
H A Ddlltool.html69 <a name="index-DLL"></a>
74 files such as Windows. A DLL contains an export table which contains
80 will be in the DLL. A <samp>.o</samp> file can contain information in
127 <p>When creating a DLL, along with the source for the DLL, it is necessary
132 exported from the DLL, which functions the DLL imports, and so on. This
139 <p>In order to mark a function as being exported from a DLL, it needs to
151 <p>The second file needed for DLL creation is an exports file. This file
152 is linked with the object files that make up the body of the DLL and it
153 handles the interface between the DLL and the outside world. This is a
157 <p>The third file needed for DLL creation is the library file that programs
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/binutils.html/
H A Ddlltool.html69 <a name="index-DLL"></a>
74 files such as Windows. A DLL contains an export table which contains
80 will be in the DLL. A <samp>.o</samp> file can contain information in
127 <p>When creating a DLL, along with the source for the DLL, it is necessary
132 exported from the DLL, which functions the DLL imports, and so on. This
139 <p>In order to mark a function as being exported from a DLL, it needs to
151 <p>The second file needed for DLL creation is an exports file. This file
152 is linked with the object files that make up the body of the DLL and it
153 handles the interface between the DLL and the outside world. This is a
157 <p>The third file needed for DLL creation is the library file that programs
[all …]
/OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/
H A Dphp.ini647 ; extension=msql.dll
659 ; 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.dll
665 ;extension=php_curl.dll
666 ;extension=php_dba.dll
667 ;extension=php_dbase.dll
668 ;extension=php_exif.dll
669 ;extension=php_fdf.dll
[all …]
/OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/
H A Dphp.ini647 ; extension=msql.dll
659 ; 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.dll
665 ;extension=php_curl.dll
666 ;extension=php_dba.dll
667 ;extension=php_dbase.dll
668 ;extension=php_exif.dll
669 ;extension=php_fdf.dll
[all …]
/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Dsleep24xx.S31 * R0 : DLL ctrl value pre-Sleep
36 * when we get called, but the DLL probably isn't. We will wait a bit more in
37 * case the DPLL isn't quite there yet. The code will wait on DLL for DDR even
48 * The DLL load value is not kept in RETENTION or OFF. It needs to be restored
60 mov r5, #0x2000 @ set delay (DPLL relock + DLL relock)
76 strne r0, [r1] @ rewrite DLLA to force DLL reload
78 strne r0, [r1] @ rewrite DLLB to force DLL reload
H A Dsram243x.S45 /* dll lock mode */
52 orr r10, r10, #0x8 @ make sure DLL on (es2 bit pos)
55 bl i_dll_wait @ wait for dll to lock
57 /* get dll value */
84 /* ensure the DLL has relocked */
86 mov r4, #0x800 @ delay DLL relock, min 0x400 L3 clocks
172 cmp r2, #0x1 @ (SDR or DDR) do we need to adjust DLL
173 bne freq_out @ leave if SDR, no DLL function
175 /* 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 …]
H A Dsram242x.S45 /* dll lock mode */
52 orr r10, r10, #0x8 @ make sure DLL on (es2 bit pos)
55 bl i_dll_wait @ wait for dll to lock
57 /* get dll value */
84 /* ensure the DLL has relocked */
86 mov r4, #0x800 @ delay DLL relock, min 0x400 L3 clocks
172 cmp r2, #0x1 @ (SDR or DDR) do we need to adjust DLL
173 bne freq_out @ leave if SDR, no DLL function
175 /* 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 …]
/OK3568_Linux_fs/u-boot/arch/arm/mach-at91/
H A Dmpddrc.c85 * 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()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mmc/
H A Dcdns,sdhci.yaml32 # 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>;
/OK3568_Linux_fs/kernel/drivers/phy/intel/
H A Dphy-intel-keembay-emmc.c76 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()
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dearly_serial_console.c21 #define DLL 0 /* Divisor Latch Low */ macro
39 outb(divisor & 0xff, port + DLL); in early_serial_init()
104 unsigned char lcr, dll, dlh; in probe_baud() local
109 dll = inb(port + DLL); in probe_baud()
112 quot = (dlh << 8) | dll; in probe_baud()

12345678910>>...22