Searched refs:rmp (Results 1 - 6 of 6) sorted by relevance
/third_party/alsa-lib/src/seq/ |
H A D | seq_local.h | 68 int (*remove_events)(snd_seq_t *seq, snd_seq_remove_events_t *rmp);
|
H A D | seq_hw.c | 399 static int snd_seq_hw_remove_events(snd_seq_t *seq, snd_seq_remove_events_t *rmp) in snd_seq_hw_remove_events() argument 402 if (ioctl(hw->fd, SNDRV_SEQ_IOCTL_REMOVE_EVENTS, rmp) < 0) { in snd_seq_hw_remove_events()
|
H A D | seq.c | 4959 * \param rmp remove event container 4963 * The removal condition is specified in \a rmp argument. 4967 int snd_seq_remove_events(snd_seq_t *seq, snd_seq_remove_events_t *rmp) in snd_seq_remove_events() argument 4969 if (rmp->remove_mode & SNDRV_SEQ_REMOVE_INPUT) { in snd_seq_remove_events() 4977 if (rmp->remove_mode & SNDRV_SEQ_REMOVE_OUTPUT) { in snd_seq_remove_events() 4982 if (! (rmp->remove_mode & ~(SNDRV_SEQ_REMOVE_INPUT|SNDRV_SEQ_REMOVE_OUTPUT))) { in snd_seq_remove_events() 4996 if (remove_match(rmp, ev)) { in snd_seq_remove_events() 5007 return seq->ops->remove_events(seq, rmp); in snd_seq_remove_events()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_emit_gv100.h | 107 inline void emitRND(int rmp, RoundMode rnd, int rip) { in emitRND() argument 123 emitField(rmp, 2, rm); in emitRND()
|
H A D | nv50_ir_emit_gm107.cpp | 480 CodeEmitterGM107::emitRND(int rmp, RoundMode rnd, int rip) in emitRND() argument 497 emitField(rmp, 2, rm); in emitRND()
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_overlay.asm | 108 add daq, rmp
|
Completed in 12 milliseconds