Home
last modified time | relevance | path

Searched refs:conversion (Results 1 – 25 of 159) sorted by relevance

1234567

/openbmc/qemu/tests/qemu-iotests/
H A D063.out3 == Testing conversion with -n fails with no target file ==
4 == Testing conversion with -n succeeds with a target file ==
6 == Testing conversion to raw is the same after conversion with -n ==
7 == Testing conversion back to original format ==
9 == Testing conversion to a smaller file fails ==
H A D150.out.qcow23 === Mapping sparse conversion ===
7 === Mapping non-sparse conversion ===
H A D150.out.raw3 === Mapping sparse conversion ===
8 === Mapping non-sparse conversion ===
H A D239.out3 == Testing conversion to raw should success ==
/openbmc/openbmc/poky/meta/recipes-support/icu/icu/
H A D0001-icu-Added-armeb-support.patch12 i18n/double-conversion-utils.h | 2 +-
15 diff --git a/i18n/double-conversion-utils.h b/i18n/double-conversion-utils.h
17 --- a/i18n/double-conversion-utils.h
18 +++ b/i18n/double-conversion-utils.h
/openbmc/openbmc/poky/meta/recipes-devtools/dosfstools/dosfstools/
H A Dsource-date-epoch.patch53 + long long conversion = 0;
55 + conversion = strtoll(source_date_epoch, &tmp, 10);
56 + now = conversion;
58 + || errno != 0 || (long long)now != conversion) {
94 + long long conversion = 0;
96 + conversion = strtoll(source_date_epoch, &tmp, 10);
102 + return (uint32_t)conversion;
132 long long conversion;
145 + conversion = strtoll(source_date_epoch, &tmp, 10);
146 + create_time = conversion;
[all …]
/openbmc/u-boot/arch/arm/mach-socfpga/
H A Dwrap_pll_config_s10.c20 u32 *conversion = (u32 *)cm_handoff_cfg; in cm_get_default_config() local
27 conversion[i] = swab32(conversion[i]); in cm_get_default_config()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ruli/files/
H A Dfloat-conversion.patch1 clarify type conversion
4 …or: implicit conversion from 'unsigned int' to 'float' changes value from 4294967295 to 4294967296…
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/curlpp/curlpp/
H A D0002-fix-invalid-conversion-from-int-to-CURLoption.patch4 Subject: [PATCH] Fix invalid conversion from int to CURLoption
6 Options.hpp:281:74: error: invalid conversion from 'int' to 'CURLoption' [-fpermissive]
12 Fix invalid conversion by adding explicit cast to CURLoption
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/dc/
H A Ddouble-conversion_3.3.1.bb1 SUMMARY = "Double conversion libraries"
3 HOMEPAGE = "https://github.com/google/double-conversion.git"
12 git://github.com/google/double-conversion.git;protocol=https;branch=master \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/
H A D0001-Fix-narrowing-conversion-error.patch4 Subject: [PATCH] Fix narrowing conversion error
6 … xplc/moduleloader.cc:67:14: error: narrowing conversion of '-1' from 'in…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libx86-1/libx86-1.1/
H A D0001-Fix-type-of-the-void-pointer-assignment.patch8 …16:9: error: incompatible integer to pointer conversion assigning to 'void *' from 'long' [-Wint-c…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wifi-test-suite/files/
H A D0001-wfa_cmdproc-Store-return-value-into-location.patch7 …00:20: error: incompatible integer to pointer conversion assigning to 'int *' from 'int' [-Wint-co…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/geany-plugins/
H A D0001-scope-Use-0-instead-of-NULL-for-gboolean.patch8 …atible pointer to integer conversion initializing 'gboolean' (aka 'int') with an expression of typ…
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/
H A D0001-mplay-Fix-build-with-musl.patch10 … integer to pointer conversion initializing 'pthread_t' (aka 'struct __pthread *') with an express…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libssh/libssh/
H A D0001-CompilerChecks.cmake-drop-Wunused-variable-flag.patch28 add_c_compiler_flag("-Wint-conversion" SUPPORTED_COMPILER_FLAGS)
29 add_c_compiler_flag("-Werror=int-conversion" SUPPORTED_COMPILER_FLAGS)
/openbmc/intel-ipmi-oem/include/
H A Dme_to_redfish_hooks.hpp109 std::function<std::string(uint8_t)> conversion = nullptr) in logByte() argument
131 if (conversion) in logByte()
133 args.push_back(conversion(byte)); in logByte()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-netifaces/
H A D0001-netifaces-initialize-msghdr-in-a-portable-way.patch11 …r: incompatible pointer to integer conversion initializing 'int' with an expression of type 'void …
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/libkcapi/
H A Dlibkcapi_1.5.0.bb29 CPPFLAGS:remove:libc-musl:toolchain-clang = "-Wno-error=sign-conversion"
30 CPPFLAGS:append:libc-musl = " -Wno-error=sign-conversion"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libwebsockets/libwebsockets/
H A D0001-sll_protocol-may-be-be16.patch8 …g: implicit conversion loses integer precision: 'uint32_t' (aka 'unsigned int') to '__be16' (aka '…
/openbmc/openbmc/poky/meta/recipes-graphics/virglrenderer/virglrenderer/
H A D0001-vrend-Fix-int-conversion-fatal-build-error-with-GCC-.patch4 Subject: [PATCH] vrend: Fix int-conversion fatal build error with GCC-14
6 Getting below error int conversion during compilation as one the
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmtp/ssmtp/
H A D0001-ssmtp-Correct-the-null-pointer-assignment-to-char-po.patch7 …: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'cha…
/openbmc/qemu/hw/uefi/
H A DLIMITATIONS.md5 - accessing structs in guest ram is done without endian conversion.
/openbmc/libcper/docs/
H A DOEMExtensions.md10 First, we need to create a parser to actually handle the conversion of the
89 to the name and conversion methods. Open `sections/cper-section.c` and add your
113 other conversion libraries included should successfully convert your OEM CPER
/openbmc/u-boot/board/work-microwave/work_92105/
H A DKconfig20 DEPRECATED: Needs conversion to driver model.

1234567