| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 063.out | 3 == 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 D | 150.out.qcow2 | 3 === Mapping sparse conversion === 7 === Mapping non-sparse conversion ===
|
| H A D | 150.out.raw | 3 === Mapping sparse conversion === 8 === Mapping non-sparse conversion ===
|
| H A D | 239.out | 3 == Testing conversion to raw should success ==
|
| /openbmc/openbmc/poky/meta/recipes-support/icu/icu/ |
| H A D | 0001-icu-Added-armeb-support.patch | 12 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 D | source-date-epoch.patch | 53 + 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 D | wrap_pll_config_s10.c | 20 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 D | float-conversion.patch | 1 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 D | 0002-fix-invalid-conversion-from-int-to-CURLoption.patch | 4 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 D | double-conversion_3.3.1.bb | 1 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 D | 0001-Fix-narrowing-conversion-error.patch | 4 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 D | 0001-Fix-type-of-the-void-pointer-assignment.patch | 8 …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 D | 0001-wfa_cmdproc-Store-return-value-into-location.patch | 7 …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 D | 0001-scope-Use-0-instead-of-NULL-for-gboolean.patch | 8 …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 D | 0001-mplay-Fix-build-with-musl.patch | 10 … 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 D | 0001-CompilerChecks.cmake-drop-Wunused-variable-flag.patch | 28 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 D | me_to_redfish_hooks.hpp | 109 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 D | 0001-netifaces-initialize-msghdr-in-a-portable-way.patch | 11 …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 D | libkcapi_1.5.0.bb | 29 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 D | 0001-sll_protocol-may-be-be16.patch | 8 …g: implicit conversion loses integer precision: 'uint32_t' (aka 'unsigned int') to '__be16' (aka '…
|
| /openbmc/openbmc/poky/meta/recipes-graphics/virglrenderer/virglrenderer/ |
| H A D | 0001-vrend-Fix-int-conversion-fatal-build-error-with-GCC-.patch | 4 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 D | 0001-ssmtp-Correct-the-null-pointer-assignment-to-char-po.patch | 7 …: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'cha…
|
| /openbmc/qemu/hw/uefi/ |
| H A D | LIMITATIONS.md | 5 - accessing structs in guest ram is done without endian conversion.
|
| /openbmc/libcper/docs/ |
| H A D | OEMExtensions.md | 10 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 D | Kconfig | 20 DEPRECATED: Needs conversion to driver model.
|