Home
last modified time | relevance | path

Searched refs:rtmp (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/hw/timer/
H A Davr_timer16.c330 t16->rtmp = t16->cnth; in avr_timer16_read()
334 retval = t16->rtmp; in avr_timer16_read()
343 t16->rtmp = t16->icrh; in avr_timer16_read()
347 retval = t16->rtmp; in avr_timer16_read()
428 t16->cnth = t16->rtmp; in avr_timer16_write()
432 t16->rtmp = val8; in avr_timer16_write()
438 t16->icrh = t16->rtmp; in avr_timer16_write()
443 t16->rtmp = val8; in avr_timer16_write()
/openbmc/u-boot/lib/bzip2/
H A Dbzlib_compress.c230 register UChar rtmp; in generateMTFValues() local
233 rtmp = yy[1]; in generateMTFValues()
237 while ( rll_i != rtmp ) { in generateMTFValues()
240 rtmp2 = rtmp; in generateMTFValues()
241 rtmp = *ryy_j; in generateMTFValues()
244 yy[0] = rtmp; in generateMTFValues()
/openbmc/qemu/include/hw/timer/
H A Davr_timer16.h81 uint8_t rtmp; member
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/rtmpdump/
H A Drtmpdump_2.4.bb3 supported, including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://."
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dbase.c336 struct nvkm_runq *runq, *rtmp; in nvkm_fifo_dtor() local
344 list_for_each_entry_safe(runq, rtmp, &fifo->runqs, head) in nvkm_fifo_dtor()
/openbmc/linux/net/9p/
H A Dtrans_fd.c188 struct p9_req_t *req, *rtmp; in p9_conn_cancel() local
202 list_for_each_entry_safe(req, rtmp, &m->req_list, req_list) { in p9_conn_cancel()
206 list_for_each_entry_safe(req, rtmp, &m->unsent_req_list, req_list) { in p9_conn_cancel()
213 list_for_each_entry_safe(req, rtmp, &cancel_list, req_list) { in p9_conn_cancel()
/openbmc/linux/net/rds/
H A Dconnection.c443 struct rds_message *rm, *rtmp; in rds_conn_path_destroy() local
456 list_for_each_entry_safe(rm, rtmp, in rds_conn_path_destroy()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_cppcore.c164 struct nfp_cpp_resource *res, *rtmp; in nfp_cpp_free() local
179 list_for_each_entry_safe(res, rtmp, &cpp->resource_list, list) { in nfp_cpp_free()
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/
H A Dgstreamer1.0-plugins-bad_1.22.11.bb75 PACKAGECONFIG[rtmp] = "-Drtmp=enabled,-Drtmp=disabled,rtmpdump"
/openbmc/qemu/hw/usb/
H A Dhost-libusb.c1074 USBHostRequest *r, *rtmp; in usb_host_abort_xfers() local
1077 QTAILQ_FOREACH_SAFE(r, &s->requests, next, rtmp) { in usb_host_abort_xfers()
1094 QTAILQ_FOREACH_SAFE(r, &s->requests, next, rtmp) { in usb_host_abort_xfers()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-neon.c1466 TCGv_i64 rtmp; in do_2shift_narrow_32() local
1510 rtmp = tcg_temp_new_i64(); in do_2shift_narrow_32()
1515 tcg_gen_concat_i32_i64(rtmp, rm1, rm2); in do_2shift_narrow_32()
1517 narrowfn(rm1, tcg_env, rtmp); in do_2shift_narrow_32()
1523 tcg_gen_concat_i32_i64(rtmp, rm3, rm4); in do_2shift_narrow_32()
1525 narrowfn(rm3, tcg_env, rtmp); in do_2shift_narrow_32()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch14 --enable-gcrypt enable gcrypt, needed for rtmp(t)e support