Searched refs:buf0 (Results 1 – 4 of 4) sorted by relevance
| /openbmc/u-boot/drivers/video/ |
| H A D | mx3fb.c | 506 void *buf0, void *buf1) in ipu_ch_param_set_buffer() argument 508 params->pp.eba0 = (u32)buf0; in ipu_ch_param_set_buffer()
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | f_mass_storage.c | 1234 u8 *buf0 = buf; in do_mode_sense() local 1295 len = buf - buf0; in do_mode_sense() 1303 buf0[0] = len - 1; in do_mode_sense() 1305 put_unaligned_be16(len - 2, buf0); in do_mode_sense()
|
| /openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
| H A D | 0004-mmal_20.patch | 1080 + char buf0[5]; 1081 + msg_Warn(dec, "Unexpected output cb event: %s", str_fourcc(buf0, buffer->cmd)); 13344 + char buf0[5]; 13346 + str_fourcc(buf0, vd->fmt.i_chroma), 13348 + str_fourcc(buf0, x_vd->fmt.i_chroma),
|
| /openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
| H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 23827 +#define randomize_buffers(buf0, buf1, mask, count) \ 23829 + buf0[i] = buf1[i] = rnd() & mask 23831 +#define randomize_overflow_check(buf0, buf1, mask, count) \ 23833 + buf0[i] = buf1[i] = (rnd() & 1) != 0 ? mask : 0;
|