Home
last modified time | relevance | path

Searched refs:dll (Results 1 – 25 of 167) sorted by relevance

1234567

/OK3568_Linux_fs/buildroot/dl/sox/git/
H A Dmingwbuild113 …/libsox-3.dll | grep "DLL Name:" | sed "s|DLL Name: |${SYS_ROOT}/mingw/bin/|" | grep -v KERNEL32.d…
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
H A DREADME.win3298 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.
115 cp libmp3lame/.libs/libmp3lame-0.dll /path/to/sox
126 cp libmad-0.dll /path/to/sox/
139 try searching for libamrnb-3.dll, libopencore-amrnb-0.dll, or
140 libopencore-amrnb.dll. For AMR-WB support, try searching for libamrwb-3.dll,
141 libopencore-amrwb-0.dll, or libopencore-amrwb.dll.
153 cp amrnb/.libs/libopencore-amrnb-0.dll /path/to/sox
154 cp amrwb/.libs/libopencore-amrwb-0.dll /path/to/sox
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dudbg_16550.c97 unsigned int dll, base_bauds; in udbg_uart_setup() local
108 dll = base_bauds / speed; in udbg_uart_setup()
114 udbg_uart_out(UART_DLL, dll & 0xff); in udbg_uart_setup()
115 udbg_uart_out(UART_DLM, dll >> 8); in udbg_uart_setup()
126 unsigned int dll, dlm, divisor, prescaler, speed; in udbg_probe_uart_speed() local
135 dll = udbg_uart_in(UART_DLL); in udbg_probe_uart_speed()
137 divisor = dlm << 8 | dll; in udbg_probe_uart_speed()
/OK3568_Linux_fs/buildroot/package/lua/5.1.5/
H A D0001-root-path.patch23 ".\\?.dll;" LUA_CDIR"?.dll;" LUA_CDIR"loadall.dll"
/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.
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
670 ;extension=php_gd2.dll
671 ;extension=php_gettext.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.
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
670 ;extension=php_gd2.dll
671 ;extension=php_gettext.dll
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/dram/
H A Drk3399_dram_timing.txt39 - ddr3_dll_dis_freq : It's defined the DDR3 dll bypass frequency in MHz (Mega Hz),
40 when ddr freq less than or equal this setting value, DDR3 dll will bypssed.
41 note: if dll was bypassed, the odt also stop working.
43 - phy_dll_dis_freq : Defined the PHY dll bypass frequency in MHz (Mega Hz),
44 when ddr freq less than or equal this setting value, phy dll will bypssed.
45 note: phy dll and phy odt are independent.
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dearly_serial_console.c104 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()
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A DMakefile44 SOX_mingw=dll
59 SO_LDFLAGS_mingw=-shared -Wl,--out-implib,librtmp.dll.a
64 INSTALL_IMPLIB_mingw=cp librtmp.dll.a $(LIBDIR)
/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_pxa.c66 unsigned int dll; in serial_pxa_dl_write() local
73 dll = serial_in(up, UART_DLL); in serial_pxa_dl_write()
74 WARN_ON(dll != (value & 0xff)); in serial_pxa_dl_write()
/OK3568_Linux_fs/buildroot/package/openpowerlink/
H A D0003-Add-top-level-CMakeLists.txt.patch103 - FIND_PROGRAM(OPLKDLL NAME ${OPLKLIB_NAME}.dll
119 - FIND_PROGRAM(OPLKDLL_DEBUG NAME ${OPLKLIB_DEBUG_NAME}.dll
139 + FIND_PROGRAM(OPLKDLL NAME ${OPLKLIB_NAME}.dll
155 + FIND_PROGRAM(OPLKDLL_DEBUG NAME ${OPLKLIB_DEBUG_NAME}.dll
/OK3568_Linux_fs/external/xserver/m4/
H A Dltoptions.m473 _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no
124 # win32-dll
126 # Declare package support for building win32 dll's.
127 LT_OPTION_DEFINE([LT_INIT], [win32-dll],
146 ])# win32-dll
150 _LT_SET_OPTION([LT_INIT], [win32-dll])
153 put the 'win32-dll' option into LT_INIT's first parameter.])
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/files/
H A D0001-use-library-sonames-for-linking.patch28 # define DEQP_GLES2_LIBRARY_PATH "libGLESv2.dll"
37 # define DEQP_OPENGL_LIBRARY_PATH "opengl32.dll"
55 return "libEGL.dll";
/OK3568_Linux_fs/buildroot/package/meson/
H A D0001-Prefer-ext-static-libs-when-default-library-static.patch37 shlibext = ['dll', 'dll.a']
/OK3568_Linux_fs/buildroot/package/libiio/
H A Dlibiio.mk90 $(TARGET_DIR)/usr/lib/cli/libiio-sharp-$(LIBIIO_VERSION)/libiio-sharp.dll
94 $(STAGING_DIR)/usr/lib/cli/libiio-sharp-$(LIBIIO_VERSION)/libiio-sharp.dll
/OK3568_Linux_fs/kernel/Documentation/usb/
H A Dlinux-cdc-acm.inf39 HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
66 HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mmc/
H A Dsdhci-msm.txt57 - qcom,dll-config: Chipset and Platform specific value. Use this field to
96 qcom,dll-config = <0x000f642c>;
116 qcom,dll-config = <0x0007642c>;
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dns16550.c151 serial_out(baud_divisor & 0xff, &com_port->dll); in NS16550_setbrg()
268 serial_dout(&com_port->dll, baud_divisor & 0xff); in _debug_uart_init()
388 serial_dout(&com_port->dll, baud_divisor & 0xff); in _debug_uart_setbrg()
416 serial_dout(&com_port->dll, baud_divisor & 0xff); in _debug_uart_init()
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/clock/
H A Drockchip,rk3288-dmc.txt22 …rockchip,dll-disable-freq: if ddr clock frequency low than dll-disable-freq,this driver should dis…
136 rockchip,dll-disable-freq = <333000000>;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/memory-controllers/ti/
H A Demif.txt50 - hw-caps-dll-calib-ctrl: Have this property if the controller
51 supports dll calibration control
/OK3568_Linux_fs/u-boot/lib/lzma/
H A Dlzma.txt103 …Format7zR - 7zr.dll: Reduced version of 7za.dll: extracting/compressing to 7z/LZMA/BCJ/BCJ2
104 Format7zExtractR - 7zxr.dll: Reduced version of 7zxa.dll: extracting from 7z/LZMA/BCJ/BCJ2.
108 Client7z - Test application for 7za.dll, 7zr.dll, 7zxr.dll
/OK3568_Linux_fs/u-boot/scripts/kconfig/lxdialog/
H A Dcheck-lxdialog.sh9 for ext in so a dll.a dylib ; do
/OK3568_Linux_fs/buildroot/support/kconfig/lxdialog/
H A Dcheck-lxdialog.sh10 for ext in so a dll.a dylib ; do
/OK3568_Linux_fs/buildroot/package/bearssl/
H A Dbearssl.mk18 BEARSSL_TARGETS += dll
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-pxa/
H A Dregs-uart.h19 uint32_t dll; member

1234567