Searched refs:Cast (Results 1 – 8 of 8) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/ |
H A D | fix-potential-signed-overflow-in-pointer-arithmatic.patch | 51 + * 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 D | Telstar10_C-76.5E | 28 # Globe Cast Asia multiplex
|
/openbmc/phosphor-inventory-manager/ |
H A D | pimgen.py | 112 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 D | 0001-fix-stack-buffer-overflow-in-usbg_f_foo_attr_val-pro.patch | 42 * @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 D | pdmgen.py | 89 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 D | py-3.11.patch | 123 +// Cast argument to PyObject* type.
|
/openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/libsndfile1/ |
H A D | cve-2022-33065.patch | 16 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 D | 0004-ffmpeg-4.3.4-rpi_14.patch | 36279 + // 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
|