Searched refs:right_step (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/dev/sound/pcm/ |
| D | mixer.h | 48 void mixer_hwvol_step(device_t dev, int left_step, int right_step);
|
| D | mixer.c | 924 mixer_hwvol_step_locked(struct snd_mixer *m, int left_step, int right_step) in mixer_hwvol_step_locked() argument 941 right += right_step * m->hwvol_step; in mixer_hwvol_step_locked() 951 mixer_hwvol_step(device_t dev, int left_step, int right_step) in mixer_hwvol_step() argument 959 mixer_hwvol_step_locked(m, left_step, right_step); in mixer_hwvol_step()
|
| /freebsd-12-stable/contrib/gcc/ |
| D | tree-data-ref.c | 1242 tree right_step = ssize_int (0); in analyze_offset_expr() local 1320 &right_aligned_to, &right_step)) in analyze_offset_expr() 1376 *step = size_binop (code, left_step, right_step); in analyze_offset_expr()
|