Home
last modified time | relevance | path

Searched refs:Cast (Results 1 – 8 of 8) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/
H A Dfix-potential-signed-overflow-in-pointer-arithmatic.patch51 + * Cast pointers to unsigned type before calculation, to avoid signed
77 + * Cast pointers to unsigned type before calculation, to avoid signed
103 + * Cast pointers to unsigned type before calculation, to avoid signed
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/
H A DTelstar10_C-76.5E28 # Globe Cast Asia multiplex
/openbmc/phosphor-inventory-manager/
H A Dpimgen.py112 class Cast(object): class
149 return Cast("static", "{0}_t".format(self.type))(arg)
366 value=member, decorators=[Cast("static", member_cast)]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbgx/libusbgx/
H A D0001-fix-stack-buffer-overflow-in-usbg_f_foo_attr_val-pro.patch42 * @brief Cast from generic function to hid function
127 * @brief Cast from generic function to midi function
221 * @brief Cast from generic function to mass storage function
302 * @brief Cast from generic function to net function
400 * @brief Cast from generic function to uac2 function
/openbmc/phosphor-dbus-monitor/src/
H A Dpdmgen.py89 class Cast(object): class
117 return Cast("static", "{0}_t".format(self.type))(arg)
119 return Cast("static", "uint8_t")(arg)
121 return Cast("static", "double")(arg)
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pybluez/
H A Dpy-3.11.patch123 +// Cast argument to PyObject* type.
/openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/libsndfile1/
H A Dcve-2022-33065.patch16 Cast the offending `rows` and `cols` ints to `sf_count_t` (the type of
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch36279 + // Cast away const as progress is held in s, but this really shouldn't confuse anything
60789 + buf->data = (uint8_t *)av_rpi_zc_vc_handle(fr_buf); // Cast our handle to a pointer for mmal