Home
last modified time | relevance | path

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

1234

/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch4 Subject: [PATCH] Remove duplicate pe-dll.o entry deom targ_extra_ofiles
7 aarch64-pe which introduced wrapper over pep-dll.c for x86_64 as well as
8 aarch64, on x86_64 it was added but the old object pe-dll.o needs to be
9 removed too, otherwise build fails with duplicate symbols from pe-dll.o
10 and pep-dll-x86_64.o
28 - targ_extra_ofiles="deffilep.o pdb.o pep-dll.o pe-dll.o"
29 + targ_extra_ofiles="deffilep.o pdb.o pe-dll.o"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/jack/
H A D0002-Fix-all-DeprecationWarning-invalid-escape-sequence.patch175 dll=dllnames[0].lower()
176 - dll=re.sub('\.dll$', '', dll)
177 + dll=re.sub(r'\.dll$', '', dll)
178 return (lt_libdir, dll, False)
/openbmc/qemu/hw/misc/
H A Dmps2-scc.c216 r = s->dll; in mps2_scc_read()
344 s->dll = deposit32(s->dll, 24, 8, extract32(value, 24, 8)); in mps2_scc_write()
375 s->dll = 0xffff0001; in mps2_scc_reset()
448 VMSTATE_UINT32(dll, MPS2SCC),
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-rpds-py-crates.inc21 crate://crates.io/python3-dll-a/0.2.12 \
47 SRC_URI[python3-dll-a-0.2.12.sha256sum] = "9b66f9171950e674e64bad3456e11bb3cca108e5c34844383cfe277f…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/files/
H A D0001-use-library-sonames-for-linking.patch26 #define DEQP_GLES2_LIBRARY_PATH "libGLESv2.dll"
35 #define DEQP_OPENGL_LIBRARY_PATH "opengl32.dll"
51 return "libEGL.dll";
/openbmc/qemu/include/hw/misc/
H A Dmps2-scc.h59 uint32_t dll; member
/openbmc/u-boot/scripts/kconfig/lxdialog/
H A Dcheck-lxdialog.sh10 for ext in so a dll.a dylib ; do
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dregs-uart.h18 uint32_t dll; member
/openbmc/u-boot/drivers/serial/
H A Dserial_mtk.c41 #define dll rbr macro
106 writel(quot & 0xff, &priv->regs->dll); in _mtk_serial_setbrg()
H A Dns16550.c155 serial_out(baud_divisor & 0xff, &com_port->dll); in NS16550_setbrg()
270 serial_dout(&com_port->dll, baud_divisor & 0xff); in _debug_uart_init()
280 ret = serial_din(&com_port->dll) & 0xff; in NS16550_read_baud_divisor()
H A Dserial_omap.c78 serial_dout(&com_port->dll, baud_divisor & 0xff); in _debug_uart_init()
/openbmc/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>;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/psqlodbc/files/
H A Dpsqlodbc-fix-for-ptest-support.patch43 driver=${drvr}.dll
52 drivera=${drvra}.dll
/openbmc/openbmc/poky/meta/recipes-graphics/vulkan/
H A Dvulkan-volk_1.4.313.0.bb3 to use Vulkan without linking to vulkan-1.dll or statically linking Vulkan loader. \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/srecord/files/
H A D0001-cmake-Do-not-try-to-compute-library-dependencies-dur.patch36 - POST_EXCLUDE_REGEXES ".*system32/.*\\.dll"
/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/
H A D0011-clang-Add-lpthread-and-ldl-along-with-lunwind-for-st.patch35 CmdArgs.push_back("-l:libunwind.dll.a");
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/
H A D0001-Fix-installing-ipp-usb-quirk.patch36 # If scanner build, add hpaio entry to sane dll.conf.
/openbmc/u-boot/include/
H A Dns16550.h102 #define dll rbr macro
/openbmc/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
/openbmc/u-boot/drivers/mmc/
H A Domap_hsmmc.c585 val = readl(&mmc_base->dll); in omap_hsmmc_disable_tuning()
587 writel(val, &mmc_base->dll); in omap_hsmmc_disable_tuning()
598 val = readl(&mmc_base->dll); in omap_hsmmc_set_dll()
602 writel(val, &mmc_base->dll); in omap_hsmmc_set_dll()
605 writel(val, &mmc_base->dll); in omap_hsmmc_set_dll()
607 if (readl(&mmc_base->dll) & DLL_CALIB) in omap_hsmmc_set_dll()
611 writel(val, &mmc_base->dll); in omap_hsmmc_set_dll()
650 val = readl(&mmc_base->dll); in omap_hsmmc_execute_tuning()
652 writel(val, &mmc_base->dll); in omap_hsmmc_execute_tuning()
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/
H A Dbinutils-2.44.inc37 file://0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/bit7z/
H A D0001-Allow-specifying-path-to-7z-library-in-tests.patch47 static const tstring lib_path = BIT7Z_STRING( "C:\\Program Files\\7-Zip\\7z.dll" );
/openbmc/u-boot/arch/arm/include/asm/
H A Domap_mmc.h43 unsigned int dll; /* 0x34 */ member
/openbmc/qemu/
H A Dqemu.nsi160 File "${DLLDIR}\*.dll"
206 Delete "$INSTDIR\*.dll"
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pydantic-core-crates.inc56 crate://crates.io/python3-dll-a/0.2.13 \
151 SRC_URI[python3-dll-a-0.2.13.sha256sum] = "49fe4227a288cf9493942ad0220ea3f185f4d1f2a14f197f7344d6d0…

1234