Home
last modified time | relevance | path

Searched refs:cast (Results 1 – 25 of 99) sorted by relevance

1234

/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr/
H A D0001-screencast-Fix-build-with-older-mesa.patch24 - struct gbm_bo *bo = gbm_bo_create_with_modifiers2(cast->ctx->gbm,
25 + struct gbm_bo *bo = gbm_bo_create_with_modifiers(cast->ctx->gbm,
26cast->screencopy_frame_info[cast->buffer_type].width, cast->screencopy_frame_info[cast->buffer_typ…
27 - cast->screencopy_frame_info[cast->buffer_type].format, modifiers, n_modifiers, flags);
28 + cast->screencopy_frame_info[cast->buffer_type].format, modifiers, n_modifiers);
30 + bo = gbm_bo_create(cast->ctx->gbm,
31 + cast->screencopy_frame_info[cast->buffer_type].width, cast->screencopy_frame_info[cast->buffer…
32 + cast->screencopy_frame_info[cast->buffer_type].format, GBM_BO_USE_RENDERING);
40 @@ -143,8 +143,8 @@ struct xdpw_buffer *xdpw_buffer_create(struct xdpw_screencast_instance *cast,
42 if (cast->pwr_format.modifier != DRM_FORMAT_MOD_INVALID) {
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/bit7z/
H A D0001-Fix-reinterpret-cast-compiler-errors.patch4 Subject: [PATCH] Fix reinterpret-cast compiler errors
9 …79:6: error: cast from 'unsigned char*' to 'bstr_prefix_t*' {aka 'unsigned int*'} increases requir…
12 …pp:83:19: error: cast from 'unsigned char*' to 'bit7z::BSTR' {aka 'wchar_t*'} increases required a…
42 - // NOLINTNEXTLINE(cppcoreguidelines-pro-type-reinterpret-cast)
47 …TLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic, cppcoreguidelines-pro-type-reinterpret-cast)
/openbmc/qemu/scripts/qemugdb/
H A Daio.py16 return ptr == gdb.Value(0).cast(ptr.type)
28 coptr = (cur['opaque'].cast(gdb.lookup_type('FDYieldUntilData').pointer()))['co']
29 coptr = coptr.cast(gdb.lookup_type('CoroutineUContext').pointer())
H A Dcoroutine.py135 return co.cast(gdb.lookup_type('CoroutineUContext').pointer())
189 return get_jmpbuf_regs(coroutine_to_jmpbuf(addr))['rsp'].cast(VOID_PTR)
196 return get_jmpbuf_regs(coroutine_to_jmpbuf(addr))['rip'].cast(VOID_PTR)
/openbmc/u-boot/tools/patman/test/
H A Dtest01.txt5 pci: Correct cast for sandbox
13 Fix it with a cast.
31 fdt: Correct cast for sandbox in fdtdec_setup_mem_size_base()
39 Fix it with a cast.
H A D0000-cover-letter.patch12 pci: Correct cast for sandbox
13 fdt: Correct cast for sandbox in fdtdec_setup_mem_size_base()
H A D0001-pci-Correct-cast-for-sandbox.patch4 Subject: [RFC 1/2] pci: Correct cast for sandbox
15 Fix it with a cast.
H A D0002-fdt-Correct-cast-for-sandbox-in-fdtdec_setup_mem_siz.patch4 Subject: [RFC 2/2] fdt: Correct cast for sandbox in fdtdec_setup_mem_size_base()
15 Fix it with a cast.
/openbmc/s2600wf-misc/callback-manager/
H A Dmeson.build16 '-Wold-style-cast',
27 '-Wuseless-cast',
/openbmc/s2600wf-misc/subprojects/callback-manager/
H A Dmeson.build16 '-Wold-style-cast',
27 '-Wuseless-cast',
/openbmc/s2600wf-misc/hsbp-manager/
H A Dmeson.build17 '-Wold-style-cast',
28 '-Wuseless-cast',
/openbmc/s2600wf-misc/subprojects/hsbp-manager/
H A Dmeson.build17 '-Wold-style-cast',
28 '-Wuseless-cast',
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/cogl/
H A Dcogl-1.0_1.22.8.bb5 file://0001-cogl-path-add-explicit-cast-to-avoid-an-incompatible.patch \
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/
H A Dlibmpd_11.8.17.bb8 file://0001-fix-return-makes-integer-from-pointer-without-a-cast.patch \
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/cogl/cogl-1.0/
H A D0001-cogl-path-add-explicit-cast-to-avoid-an-incompatible.patch4 Subject: [PATCH] cogl-path: add explicit cast to avoid an
8 _GLUfuncptr CallBackFunc) under gcc15. Use an intermediary (void *) cast
12 are cast back to their proper prototypes.
/openbmc/openbmc/meta-phosphor/recipes-connectivity/openssl/
H A Dopenssl_%.bbappend12 no-cast \
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/cheese/
H A Dcheese_44.1.bb8 SRC_URI += "file://0001-libcheese-Add-GtkWidget-cast-to-avoid-an-incompatibl.patch"
/openbmc/phosphor-led-manager/
H A D.clang-tidy23 bugprone-misplaced-widening-cast,
205 cppcoreguidelines-pro-type-const-cast,
206 cppcoreguidelines-pro-type-cstyle-cast,
207 cppcoreguidelines-pro-type-reinterpret-cast,
208 cppcoreguidelines-pro-type-static-cast-downcast,
/openbmc/phosphor-state-manager/
H A D.clang-tidy23 bugprone-misplaced-widening-cast,
205 cppcoreguidelines-pro-type-const-cast,
206 cppcoreguidelines-pro-type-cstyle-cast,
207 cppcoreguidelines-pro-type-reinterpret-cast,
208 cppcoreguidelines-pro-type-static-cast-downcast,
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/cheese/cheese/
H A D0001-libcheese-Add-GtkWidget-cast-to-avoid-an-incompatibl.patch4 Subject: [PATCH] libcheese: Add GtkWidget cast to avoid an
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/
H A D7zip_24.09.bb20 CXXFLAGS:append:toolchain-clang = " -Wno-error=cast-qual -Wno-error=sign-conversion \
23 -Wno-error=cast-function-type-strict"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+/
H A Dstrict-prototypes.patch18 * (void) so an explicit cast will be needed.)
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/libmpd/
H A D0001-fix-return-makes-integer-from-pointer-without-a-cast.patch4 Subject: [PATCH 1/3] fix return makes integer from pointer without a cast
/openbmc/phosphor-time-manager/
H A D.clang-tidy23 bugprone-misplaced-widening-cast,
214 cppcoreguidelines-pro-type-const-cast,
215 cppcoreguidelines-pro-type-cstyle-cast,
217 cppcoreguidelines-pro-type-reinterpret-cast,
218 cppcoreguidelines-pro-type-static-cast-downcast,
/openbmc/phosphor-led-sysfs/
H A D.clang-tidy24 bugprone-misplaced-widening-cast,
215 cppcoreguidelines-pro-type-const-cast,
216 cppcoreguidelines-pro-type-cstyle-cast,
218 cppcoreguidelines-pro-type-reinterpret-cast,
219 cppcoreguidelines-pro-type-static-cast-downcast,

1234