Symbol: right
crypto/libressl/crypto/gost/gostr341194.c
103
add_blocks(int n, unsigned char *left, const unsigned char *right)
crypto/libressl/crypto/gost/gostr341194.c
110
sum = (int)left[i] + (int)right[i] + carry;
games/arithmetic/arithmetic.c
184
int left, op, right, result;
games/arithmetic/arithmetic.c
188
right = 0;
games/arithmetic/arithmetic.c
192
right = getrandom(rangemax + 1, op, 1);
games/arithmetic/arithmetic.c
198
result = left + right;
games/arithmetic/arithmetic.c
202
left = right + result;
games/arithmetic/arithmetic.c
206
result = left * right;
games/arithmetic/arithmetic.c
209
right = getrandom(rangemax, op, 1) + 1;
games/arithmetic/arithmetic.c
211
left = right * result + random() % right;
games/arithmetic/arithmetic.c
222
printf("%d %c %d = ", left, op, right);
games/arithmetic/arithmetic.c
248
penalise(right, op, 1);
games/atc/input.c
101
static const char *right(int);
games/atc/input.c
130
{ 'r', 6, " right", right },
games/battlestar/command2.c
333
setbit(location[right].objects, WOODSMAN);
games/battlestar/command2.c
334
setbit(location[right].objects, DEADWOOD);
games/battlestar/command2.c
335
setbit(location[right].objects, MALLET);
games/battlestar/command4.c
227
deposit = right;
games/battlestar/command7.c
229
else if (right && position != right)
games/battlestar/command7.c
230
moveplayer(right, RIGHT);
games/battlestar/cypher.c
93
if (!moveplayer(right, RIGHT))
games/battlestar/extern.h
288
extern int left, right, ahead, back;
games/battlestar/globals.c
247
int left, right, ahead, back;
games/battlestar/room.c
78
right = here.east;
games/battlestar/room.c
85
right = here.west;
games/battlestar/room.c
92
right = here.south;
games/battlestar/room.c
99
right = here.north;
games/rogue/ring.c
141
boolean left = 0, right = 0;
games/rogue/ring.c
152
right = 1;
games/rogue/ring.c
160
right = (ch == 'r');
games/rogue/ring.c
163
if (left || right) {
games/snake/snake/snake.c
116
void right(const struct point *);
games/worms/worms.c
298
op = &(!x ? (!y ? upleft : (y == bottom ? lowleft : left)) : (x == last ? (!y ? upright : (y == bottom ? lowright : right)) : (!y ? upper : (y == bottom ? lower : normal))))[w->orientation];
games/worms/worms.c
92
right[8] = {
lib/i18n_module/HZ/citrus_hz.c
101
#define GR(escape) ((escape)->right)
lib/i18n_module/HZ/citrus_hz.c
319
graphic = (bit == 0) ? candidate->left : candidate->right;
lib/i18n_module/HZ/citrus_hz.c
347
graphic = (bit == 0) ? candidate->left : candidate->right;
lib/i18n_module/HZ/citrus_hz.c
96
graphic_t *right;
lib/libssh/openbsd-compat/sys-tree.h
112
#define SPLAY_ASSEMBLE(head, node, left, right, field) do { \
lib/libssh/openbsd-compat/sys-tree.h
114
SPLAY_LEFT(right, field) = SPLAY_RIGHT((head)->sph_root, field);\
sbin/ifconfig/ifconfig.c
240
struct ifaddrs *right, *temp, *last, *result, *next, *tail;
sbin/ifconfig/ifconfig.c
242
right = temp = last = list;
sbin/ifconfig/ifconfig.c
249
last = right;
sbin/ifconfig/ifconfig.c
250
right = right->ifa_next;
sbin/ifconfig/ifconfig.c
257
right = sortifaddrs(right, compare, q);
sbin/ifconfig/ifconfig.c
259
while (list != NULL || right != NULL) {
sbin/ifconfig/ifconfig.c
260
if (right == NULL) {
sbin/ifconfig/ifconfig.c
264
next = right;
sbin/ifconfig/ifconfig.c
265
right = right->ifa_next;
sbin/ifconfig/ifconfig.c
266
} else if (compare(list, right, q) <= 0) {
sbin/ifconfig/ifconfig.c
270
next = right;
sbin/ifconfig/ifconfig.c
271
right = right->ifa_next;
sys/bus/u4b/audio/uaudio.c
5392
unsigned left, unsigned right)
sys/bus/u4b/audio/uaudio.c
5402
(int)((chan == 0 ? left : right) *
sys/bus/u4b/audio/uaudio.h
63
unsigned left, unsigned right);
sys/bus/u4b/audio/uaudio_pcm.c
134
ua_mixer_set(struct snd_mixer *m, unsigned type, unsigned left, unsigned right)
sys/bus/u4b/audio/uaudio_pcm.c
145
uaudio_mixer_set(mix_getdevinfo(m), type, left, right);
sys/bus/u4b/audio/uaudio_pcm.c
149
return (left | (right << 8));
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c
101
right = 0;
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c
110
EXT_OVERSCAN_RIGHT, right);
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c
96
int right = data->h_active - data->recout.x - data->recout.width;
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c
99
if (right < 0) {
sys/dev/drm/amd/display/dc/inc/hw/transform.h
136
int right;
sys/dev/drm/amd/display/modules/color/color_gamma.c
384
struct fixed31_32 left, right;
sys/dev/drm/amd/display/modules/color/color_gamma.c
393
right = axis_x[i + 1].r;
sys/dev/drm/amd/display/modules/color/color_gamma.c
395
right = axis_x[max_number - 1].r;
sys/dev/drm/amd/display/modules/color/color_gamma.c
400
right = axis_x[i + 1].g;
sys/dev/drm/amd/display/modules/color/color_gamma.c
402
right = axis_x[max_number - 1].g;
sys/dev/drm/amd/display/modules/color/color_gamma.c
407
right = axis_x[i + 1].b;
sys/dev/drm/amd/display/modules/color/color_gamma.c
409
right = axis_x[max_number - 1].b;
sys/dev/drm/amd/display/modules/color/color_gamma.c
413
dc_fixpt_le(hw_point, right)) {
sys/dev/drm/amd/display/modules/color/color_gamma.c
435
dc_fixpt_le(right, hw_point)) {
sys/dev/drm/drm_atomic_uapi.c
687
state->tv.margins.right = val;
sys/dev/drm/drm_atomic_uapi.c
773
*val = state->tv.margins.right;
sys/dev/drm/i915/intel_sdvo.c
135
struct drm_property *right;
sys/dev/drm/i915/intel_sdvo.c
2096
property == intel_sdvo_connector->right)
sys/dev/drm/i915/intel_sdvo.c
2153
property == intel_sdvo_connector->right)
sys/dev/drm/i915/intel_sdvo.c
2853
intel_sdvo_connector->right =
sys/dev/drm/i915/intel_sdvo.c
2855
if (!intel_sdvo_connector->right)
sys/dev/drm/i915/intel_sdvo.c
2859
intel_sdvo_connector->right, 0);
sys/dev/drm/i915/intel_tv.c
1094
conn_state->tv.margins.right);
sys/dev/drm/i915/intel_tv.c
1410
old_state->tv.margins.right != new_state->tv.margins.right ||
sys/dev/drm/i915/intel_tv.c
1530
state->tv.margins.right = 46;
sys/dev/drm/i915/intel_tv.c
1556
state->tv.margins.right);
sys/dev/drm/include/drm/drm_connector.h
414
unsigned int right;
sys/dev/sound/pci/als4000.c
574
alsmix_set(struct snd_mixer *m, unsigned dev, unsigned left, unsigned right)
sys/dev/sound/pci/als4000.c
587
r = (right * mask / 100) & mask;
sys/dev/sound/pci/cmi.c
678
cmimix_set(struct snd_mixer *m, unsigned dev, unsigned left, unsigned right)
sys/dev/sound/pci/cmi.c
699
r = (right * max / 100) << (8 - cmt[dev].bits);
sys/dev/sound/pci/emu10kx-pcm.c
271
emu_dspmixer_set(struct snd_mixer *m, unsigned dev, unsigned left, unsigned right)
sys/dev/sound/pci/emu10kx-pcm.c
282
mix_set(sc->sm, dev, left, right);
sys/dev/sound/pci/emu10kx-pcm.c
291
sc->emu10k1_volcache[0][1] = right;
sys/dev/sound/pci/emu10kx-pcm.c
292
right = right * sc->emu10k1_volcache[1][1] / 100;
sys/dev/sound/pci/emu10kx-pcm.c
296
emumix_set_volume(sc->card, M_MASTER_REAR_R, right);
sys/dev/sound/pci/emu10kx-pcm.c
298
emumix_set_volume(sc->card, M_MASTER_CENTER, (left+right)/2);
sys/dev/sound/pci/emu10kx-pcm.c
299
emumix_set_volume(sc->card, M_MASTER_SUBWOOFER, (left+right)/2);
sys/dev/sound/pci/emu10kx-pcm.c
306
emumix_set_volume(sc->card, M_MASTER_REAR_R, right);
sys/dev/sound/pci/emu10kx-pcm.c
309
emumix_set_volume(sc->card, M_MASTER_CENTER, (left+right)/2);
sys/dev/sound/pci/emu10kx-pcm.c
312
emumix_set_volume(sc->card, M_MASTER_SUBWOOFER, (left+right)/2);
sys/dev/sound/pci/emu10kx-pcm.c
320
mix_set(sc->sm, dev, left, right);
sys/dev/sound/pci/emu10kx-pcm.c
326
sc->emu10k1_volcache[1][1] = right;
sys/dev/sound/pci/emu10kx-pcm.c
327
right = right * sc->emu10k1_volcache[0][1] / 100;
sys/dev/sound/pci/emu10kx-pcm.c
330
emumix_set_volume(sc->card, M_MASTER_REAR_R, right);
sys/dev/sound/pci/emu10kx-pcm.c
333
emumix_set_volume(sc->card, M_MASTER_CENTER, (left+right)/2);
sys/dev/sound/pci/emu10kx-pcm.c
334
emumix_set_volume(sc->card, M_MASTER_SUBWOOFER, (left+right)/2);
sys/dev/sound/pci/emu10kx-pcm.c
341
emumix_set_volume(sc->card, M_FX3_REAR_R, right);
sys/dev/sound/pci/emu10kx-pcm.c
344
emumix_set_volume(sc->card, M_FX4_CENTER, (left+right)/2);
sys/dev/sound/pci/emu10kx-pcm.c
347
emumix_set_volume(sc->card, M_FX5_SUBWOOFER, (left+right)/2);
sys/dev/sound/pci/emu10kx-pcm.c
353
emumix_set_volume(sc->card, M_IN1_FRONT_R, right);
sys/dev/sound/pci/emu10kx-pcm.c
359
emumix_set_volume(sc->card, M_IN3_FRONT_R, right);
sys/dev/sound/pci/emu10kx-pcm.c
363
emumix_set_volume(sc->card, M_IN2_FRONT_R, right);
sys/dev/sound/pci/emu10kx-pcm.c
368
emumix_set_volume(sc->card, M_IN4_FRONT_R, right);
sys/dev/sound/pci/emu10kx-pcm.c
372
emumix_set_volume(sc->card, M_IN5_FRONT_R, right);
sys/dev/sound/pci/emu10kx-pcm.c
376
emumix_set_volume(sc->card, M_IN6_FRONT_R, right);
sys/dev/sound/pci/emu10kx-pcm.c
383
mix_set(sc->sm, dev, left, right);
sys/dev/sound/pci/emu10kx-pcm.c
485
emu_efxmixer_set(struct snd_mixer *m, unsigned dev, unsigned left, unsigned right)
sys/dev/sound/pci/emu10kx-pcm.c
487
if (left + right == 200) return (0);
sys/dev/sound/pci/emu10kx-pcm.c
569
int left, right;
sys/dev/sound/pci/emu10kx-pcm.c
577
right = AC97RIGHT(data);
sys/dev/sound/pci/emu10kx-pcm.c
578
emu_right = BIT6_TO100(right);
sys/dev/sound/pci/emu10kx-pcm.c
608
emu_right = BIT4_TO100(right);
sys/dev/sound/pci/envy24.c
101
void (*setvolume)(void *codec, int dir, unsigned int left, unsigned int right);
sys/dev/sound/pci/envy24.c
1051
envy24_delta_ak4524_setvolume(void *codec, int dir, unsigned int left, unsigned int right)
sys/dev/sound/pci/envy24.c
1060
spicds_set(ptr->info, dir, left, right);
sys/dev/sound/pci/envy24.c
1152
envy24_wrmt(sc, ENVY24_MT_VOLUME, (sc->right[ch] << 8) | 0x7f, 2);
sys/dev/sound/pci/envy24.c
1344
u_int32_t left, right;
sys/dev/sound/pci/envy24.c
1358
right = ENVY24_ROUTE_LEFT;
sys/dev/sound/pci/envy24.c
1362
right = ENVY24_ROUTE_RIGHT;
sys/dev/sound/pci/envy24.c
1368
((adc << 1 | right) | right << 3) << 12;
sys/dev/sound/pci/envy24.c
1386
((adc << 1 | right) | right << 3) << 4) << dac * 8;
sys/dev/sound/pci/envy24.c
158
u_int8_t right[ENVY24_CHAN_NUM];
sys/dev/sound/pci/envy24.c
1997
envy24mixer_set(struct snd_mixer *m, unsigned dev, unsigned left, unsigned right)
sys/dev/sound/pci/envy24.c
2013
dev, left, right);
sys/dev/sound/pci/envy24.c
2019
sc->cfg->codec->setvolume(sc->dac[i], PCMDIR_PLAY, left, right);
sys/dev/sound/pci/envy24.c
2026
if ((sc->right[hwch] = 100 - right) > ENVY24_VOL_MIN)
sys/dev/sound/pci/envy24.c
2027
sc->right[hwch] = ENVY24_VOL_MUTE;
sys/dev/sound/pci/envy24.c
2035
return right << 8 | left;
sys/dev/sound/pci/envy24ht.c
1007
envy24ht_spi_setvolume(void *codec, int dir, unsigned int left, unsigned int right)
sys/dev/sound/pci/envy24ht.c
1016
spicds_set(ptr->info, dir, left, right);
sys/dev/sound/pci/envy24ht.c
110
void (*setvolume)(void *codec, int dir, unsigned int left, unsigned int right);
sys/dev/sound/pci/envy24ht.c
1105
envy24ht_wrmt(sc, ENVY24HT_MT_VOLUME, (sc->right[ch] << 8) | 0x7f, 2);
sys/dev/sound/pci/envy24ht.c
157
u_int8_t right[ENVY24HT_CHAN_NUM];
sys/dev/sound/pci/envy24ht.c
1911
envy24htmixer_set(struct snd_mixer *m, unsigned dev, unsigned left, unsigned right)
sys/dev/sound/pci/envy24ht.c
1927
dev, left, right);
sys/dev/sound/pci/envy24ht.c
1933
sc->cfg->codec->setvolume(sc->dac[i], PCMDIR_PLAY, left, right);
sys/dev/sound/pci/envy24ht.c
1940
if ((sc->right[hwch] = 100 - right) > ENVY24HT_VOL_MIN)
sys/dev/sound/pci/envy24ht.c
1941
sc->right[hwch] = ENVY24HT_VOL_MUTE;
sys/dev/sound/pci/envy24ht.c
1949
return right << 8 | left;
sys/dev/sound/pci/es137x.c
259
unsigned right:4;
sys/dev/sound/pci/es137x.c
346
es1370_mixset(struct snd_mixer *m, unsigned dev, unsigned left, unsigned right)
sys/dev/sound/pci/es137x.c
354
r = (mixtable[dev].stereo) ? right : l;
sys/dev/sound/pci/es137x.c
368
es1370_wrcodec(es, mixtable[dev].right, rr);
sys/dev/sound/pci/es137x.c
371
mixtable[SOUND_MIXER_SYNTH].right, rr);
sys/dev/sound/pci/hda/hdaa.c
1684
int left, int right, int dir)
sys/dev/sound/pci/hda/hdaa.c
1691
nid,index,dir ? "in" : "out",lmute,rmute,left,right);
sys/dev/sound/pci/hda/hdaa.c
1693
if (left != right || lmute != rmute) {
sys/dev/sound/pci/hda/hdaa.c
1699
(rmute << 7) | right;
sys/dev/sound/pci/hda/hdaa.c
1710
int left, int right)
sys/dev/sound/pci/hda/hdaa.c
1722
if (right != HDAA_AMP_VOL_DEFAULT)
sys/dev/sound/pci/hda/hdaa.c
1723
ctl->right = right;
sys/dev/sound/pci/hda/hdaa.c
1729
right = 0;
sys/dev/sound/pci/hda/hdaa.c
1734
right = ctl->right;
sys/dev/sound/pci/hda/hdaa.c
1739
lmute, rmute, left, right, 0);
sys/dev/sound/pci/hda/hdaa.c
1742
lmute, rmute, left, right, 1);
sys/dev/sound/pci/hda/hdaa.c
2268
pdevinfo->right[i] = 100;
sys/dev/sound/pci/hda/hdaa.c
2356
int mute, int *left, int *right)
sys/dev/sound/pci/hda/hdaa.c
2361
ctl->devright[ossdev] = *right;
sys/dev/sound/pci/hda/hdaa.c
2377
*right -= VAL2QDB(ctl, rval) - VAL2QDB(ctl, QDB2VAL(ctl, zright));
sys/dev/sound/pci/hda/hdaa.c
2385
int ossdev, nid_t nid, int index, int mute, int left, int right, int depth)
sys/dev/sound/pci/hda/hdaa.c
2415
hdaa_audio_ctl_dev_set(ctl, ossdev, mute, &left, &right);
sys/dev/sound/pci/hda/hdaa.c
2440
hdaa_audio_ctl_dev_set(ctl, ossdev, mute, &left, &right);
sys/dev/sound/pci/hda/hdaa.c
2449
wc->nid, j, mute, left, right, depth + 1);
sys/dev/sound/pci/hda/hdaa.c
2461
int ossdev, nid_t nid, int index, int mute, int left, int right, int depth)
sys/dev/sound/pci/hda/hdaa.c
2503
hdaa_audio_ctl_dev_set(ctl, ossdev, mute, &left, &right);
sys/dev/sound/pci/hda/hdaa.c
2517
cright = right;
sys/dev/sound/pci/hda/hdaa.c
2546
if (pdevinfo->right[dev] == 0) {
sys/dev/sound/pci/hda/hdaa.c
2551
pdevinfo->right[dev] + 50) / 100 + pdevinfo->minamp[dev];
sys/dev/sound/pci/hda/hdaa.c
2610
unsigned left, unsigned right)
sys/dev/sound/pci/hda/hdaa.c
2621
pdevinfo->right[dev] = right;
sys/dev/sound/pci/hda/hdaa.c
2662
return (left | (right << 8));
sys/dev/sound/pci/hda/hdaa.c
3106
ctls[cnt].right = offset;
sys/dev/sound/pci/hda/hdaa.c
3152
ctls[cnt].right = offset;
sys/dev/sound/pci/hda/hdaa.c
3171
ctls[cnt].right = offset;
sys/dev/sound/pci/hda/hdaa.c
4225
ctl->right = 0;
sys/dev/sound/pci/hda/hdaa.c
4360
ctl->right = 0;
sys/dev/sound/pci/hda/hdaa.c
4370
ctl->right = 0;
sys/dev/sound/pci/hda/hdaa.c
4395
ctl->right = 0;
sys/dev/sound/pci/hda/hdaa.c
4522
ctl->right = 0;
sys/dev/sound/pci/hda/hdaa.h
142
int left, right, forcemute;
sys/dev/sound/pci/hda/hdaa.h
177
u_char right[SOUND_MIXER_NRDEVICES];
sys/dev/sound/pci/hdspe-pcm.c
140
unsigned left, unsigned right)
sys/dev/sound/pci/hdspe-pcm.c
148
left,right);
sys/dev/sound/pci/hdspe-pcm.c
156
ch->rvol = right;
sys/dev/sound/pci/hdspe-pcm.c
323
ch->rslot = scp->hc->right;
sys/dev/sound/pci/hdspe.h
97
uint32_t right;
sys/dev/sound/pci/solo.c
668
essmix_set(struct snd_mixer *m, unsigned dev, unsigned left, unsigned right)
sys/dev/sound/pci/solo.c
674
r = (right * 15) / 100;
sys/dev/sound/pci/solo.c
708
r = right? (right * 63) / 100 : 64;
sys/dev/sound/pci/solo.c
712
right = (r == 64)? 0 : (r * 100) / 63;
sys/dev/sound/pci/solo.c
713
return left | (right << 8);
sys/dev/sound/pci/solo.c
722
right = (r * 100) / 15;
sys/dev/sound/pci/solo.c
724
return left | (right << 8);
sys/dev/sound/pci/spicds.c
271
spicds_set(struct spicds_info *codec, int dir, unsigned int left, unsigned int right)
sys/dev/sound/pci/spicds.c
274
device_printf(codec->dev, "spicds_set(codec, %d, %d, %d)\n", dir, left, right);
sys/dev/sound/pci/spicds.c
295
if (right >= 100)
sys/dev/sound/pci/spicds.c
298
right = 255;
sys/dev/sound/pci/spicds.c
300
right = 127;
sys/dev/sound/pci/spicds.c
304
right = right + 27;
sys/dev/sound/pci/spicds.c
308
right = right * 255 / 100;
sys/dev/sound/pci/spicds.c
311
right = right * 127 / 100;
sys/dev/sound/pci/spicds.c
315
device_printf(codec->dev, "spicds_set(): AK4524(REC) %d/%d\n", left, right);
sys/dev/sound/pci/spicds.c
318
spicds_wrcd(codec, AK4524_RIPGA, right);
sys/dev/sound/pci/spicds.c
322
device_printf(codec->dev, "spicds_set(): AK4524(PLAY) %d/%d\n", left, right);
sys/dev/sound/pci/spicds.c
325
spicds_wrcd(codec, AK4524_ROATT, right);
sys/dev/sound/pci/spicds.c
329
device_printf(codec->dev, "spicds_set(): AK4528(PLAY) %d/%d\n", left, right);
sys/dev/sound/pci/spicds.c
332
spicds_wrcd(codec, AK4528_ROATT, right);
sys/dev/sound/pci/spicds.c
336
device_printf(codec->dev, "spicds_set(): WM8770(PLAY) %d/%d\n", left, right);
sys/dev/sound/pci/spicds.c
339
spicds_wrcd(codec, WM8770_AOATT_R1, right | WM8770_AOATT_UPDATE);
sys/dev/sound/pci/spicds.c
343
device_printf(codec->dev, "spicds_set(): AK4358(PLAY) %d/%d\n", left, right);
sys/dev/sound/pci/spicds.c
346
spicds_wrcd(codec, AK4358_RO1ATT, right | AK4358_OATT_ENABLE);
sys/dev/sound/pci/spicds.c
350
device_printf(codec->dev, "spicds_set(): AK4381(PLAY) %d/%d\n", left, right);
sys/dev/sound/pci/spicds.c
353
spicds_wrcd(codec, AK4381_ROATT, right);
sys/dev/sound/pci/spicds.c
358
device_printf(codec->dev, "spicds_set(): AK4396(PLAY) %d/%d\n", left, right);
sys/dev/sound/pci/spicds.c
361
spicds_wrcd(codec, AK4396_ROATT, right);
sys/dev/sound/pci/spicds.c
50
unsigned int left, right;
sys/dev/sound/pci/spicds.h
121
void spicds_set(struct spicds_info *codec, int dir, unsigned int left, unsigned int right);
sys/dev/sound/pci/vibes.c
505
sv_gain(struct sc_info *sc, u_int32_t dev, u_int32_t left, u_int32_t right)
sys/dev/sound/pci/vibes.c
509
sv_channel_gain(sc, dev, right, 1);
sys/dev/sound/pci/vibes.c
541
sv_mix_set(struct snd_mixer *m, u_int32_t dev, u_int32_t left, u_int32_t right)
sys/dev/sound/pci/vibes.c
544
return sv_gain(sc, dev, left, right);
sys/dev/sound/pcm/ac97.c
1052
ac97mix_set(struct snd_mixer *m, unsigned dev, unsigned left, unsigned right)
sys/dev/sound/pcm/ac97.c
1058
return ac97_setmixer(codec, dev, left, right);
sys/dev/sound/pcm/ac97.c
437
ac97_setmixer(struct ac97_info *codec, unsigned channel, unsigned left, unsigned right)
sys/dev/sound/pcm/ac97.c
449
right = left;
sys/dev/sound/pcm/ac97.c
459
right = 100 - right;
sys/dev/sound/pcm/ac97.c
463
right = (right * max) / 100;
sys/dev/sound/pcm/ac97.c
465
val = (left << 8) | right;
sys/dev/sound/pcm/ac97.c
468
right = (right * 100) / max;
sys/dev/sound/pcm/ac97.c
472
right = 100 - right;
sys/dev/sound/pcm/ac97.c
492
if (left == 0 && right == 0)
sys/dev/sound/pcm/ac97.c
506
return left | (right << 8);
sys/dev/sound/pcm/channel.c
1354
chn_setvolume(struct pcm_channel *c, int left, int right)
sys/dev/sound/pcm/channel.c
1360
right) << 8;
sys/dev/sound/pcm/channel.c
1366
chn_setvolume_multi(struct pcm_channel *c, int vc, int left, int right,
sys/dev/sound/pcm/channel.c
1377
ret |= chn_setvolume_matrix(c, vc, i, right) << 8;
sys/dev/sound/pcm/channel.c
2081
int vol, pvol, left, right, center;
sys/dev/sound/pcm/channel.c
2113
right = (((vol >> 8) & 0x7f) * ((pvol >> 8) & 0x7f)) / 100;
sys/dev/sound/pcm/channel.c
2114
center = (left + right) >> 1;
sys/dev/sound/pcm/channel.c
2116
chn_setvolume_multi(c, SND_VOL_C_MASTER, left, right, center);
sys/dev/sound/pcm/channel.h
267
int chn_setvolume(struct pcm_channel *c, int left, int right);
sys/dev/sound/pcm/channel.h
268
int chn_setvolume_multi(struct pcm_channel *c, int vc, int left, int right,
sys/dev/sound/pcm/dsp.c
1045
int left, right, center;
sys/dev/sound/pcm/dsp.c
1048
right = ((*(int *)arg) >> 8) & 0x7f;
sys/dev/sound/pcm/dsp.c
1049
center = (left + right) >> 1;
sys/dev/sound/pcm/dsp.c
1050
chn_setvolume_multi(volch, SND_VOL_C_PCM, left, right,
sys/dev/sound/pcm/dsp.c
1314
p->left = p->right = 100;
sys/dev/sound/pcm/mixer.c
1178
int left, right, center;
sys/dev/sound/pcm/mixer.c
1181
right = (*(int *)arg >> 8) & 0x7f;
sys/dev/sound/pcm/mixer.c
1182
center = (left + right) >> 1;
sys/dev/sound/pcm/mixer.c
1183
chn_setvolume_multi(c, SND_VOL_C_PCM, left, right, center);
sys/dev/sound/pcm/mixer.c
151
u_int left, u_int right)
sys/dev/sound/pcm/mixer.c
1556
mix_set_locked(struct snd_mixer *m, u_int dev, int left, int right)
sys/dev/sound/pcm/mixer.c
1560
level = (left & 0xFF) | ((right & 0xFF) << 8);
sys/dev/sound/pcm/mixer.c
183
chn_setvolume_multi(c, SND_VOL_C_MASTER, left, right,
sys/dev/sound/pcm/mixer.c
184
(left + right) >> 1);
sys/dev/sound/pcm/mixer.c
925
int level, left, right;
sys/dev/sound/pcm/mixer.c
934
right = (level >> 8) & 0xff;
sys/dev/sound/pcm/mixer.c
940
right += right_step * m->hwvol_step;
sys/dev/sound/pcm/mixer.c
941
if (right < 0)
sys/dev/sound/pcm/mixer.c
942
right = 0;
sys/dev/sound/pcm/mixer.c
943
else if (right > 100)
sys/dev/sound/pcm/mixer.c
944
right = 100;
sys/dev/sound/pcm/mixer.c
945
mixer_set(m, m->hwvol_mixer, left | right << 8);
sys/dev/sound/pcm/mixer.c
971
mix_set(struct snd_mixer *m, u_int dev, u_int left, u_int right)
sys/dev/sound/pcm/mixer.c
978
ret = mixer_set(m, dev, left | (right << 8));
sys/dev/sound/pcm/mixer.h
51
int mix_set_locked(struct snd_mixer *m, u_int dev, int left, int right);
sys/dev/sound/pcm/mixer.h
52
int mix_set(struct snd_mixer *m, u_int dev, u_int left, u_int right);
sys/dev/video/bktr/msp34xx.c
1115
msp3400c_setvolume(client, msp->muted, msp->left, msp->right);
sys/dev/video/bktr/msp34xx.c
1145
msp->right = 65535;
sys/dev/video/bktr/msp34xx.c
127
int left, right; /* volume */
sys/dev/video/bktr/msp34xx.c
333
int muted, int left, int right)
sys/dev/video/bktr/msp34xx.c
338
vol = (left > right) ? left : right;
sys/dev/video/bktr/msp34xx.c
342
balance = ((right-left) * 127) / vol;
sys/dev/video/bktr/msp34xx.c
346
muted ? "on" : "off", left, right, val>>8, balance));
sys/dev/video/bktr/msp34xx.c
886
msp3400c_setvolume(client, msp->muted, msp->left, msp->right);
sys/libprop/prop_rb.c
988
unsigned int left, right;
sys/libprop/prop_rb.c
994
right = rb_tree_count_black(self->rb_right);
sys/libprop/prop_rb.c
996
KASSERT(left == right);
sys/net/radix.c
1243
struct radix_node *root, *left, *right;
sys/net/radix.c
1261
right = &rnh->rnh_nodes[2];
sys/net/radix.c
1264
root->rn_right = right;
sys/net/radix.c
1270
*right = *left;
sys/net/radix.c
1271
right->rn_key = rn_ones;
sys/netgraph/tee/ng_tee.c
178
sc->right.hook = hook;
sys/netgraph/tee/ng_tee.c
179
bzero(&sc->right.stats, sizeof(sc->right.stats));
sys/netgraph/tee/ng_tee.c
180
hook->private = &sc->right;
sys/netgraph/tee/ng_tee.c
226
bcopy(&sc->right.stats, &stats->right,
sys/netgraph/tee/ng_tee.c
227
sizeof(stats->right));
sys/netgraph/tee/ng_tee.c
236
bzero(&sc->right.stats,
sys/netgraph/tee/ng_tee.c
237
sizeof(sc->right.stats));
sys/netgraph/tee/ng_tee.c
288
dest = &sc->right;
sys/netgraph/tee/ng_tee.c
289
} else if (hinfo == &sc->right) {
sys/netgraph/tee/ng_tee.c
294
dest = &sc->right;
sys/netgraph/tee/ng_tee.c
360
if (privdata->left.hook && privdata->right.hook)
sys/netgraph/tee/ng_tee.c
361
ng_bypass(privdata->left.hook, privdata->right.hook);
sys/netgraph/tee/ng_tee.c
73
struct hookinfo right;
sys/netgraph/tee/ng_tee.h
76
struct ng_tee_hookstat right;
sys/netgraph7/tee/ng_tee.c
176
hinfo = &privdata->right;
sys/netgraph7/tee/ng_tee.c
183
if (privdata->right.dest)
sys/netgraph7/tee/ng_tee.c
184
privdata->right.dup = privdata->right.dest;
sys/netgraph7/tee/ng_tee.c
185
privdata->right.dest = hinfo;
sys/netgraph7/tee/ng_tee.c
189
if (privdata->right.dest)
sys/netgraph7/tee/ng_tee.c
190
privdata->right.dup = hinfo;
sys/netgraph7/tee/ng_tee.c
192
privdata->right.dest = hinfo;
sys/netgraph7/tee/ng_tee.c
236
bcopy(&sc->right.stats, &stats->right,
sys/netgraph7/tee/ng_tee.c
237
sizeof(stats->right));
sys/netgraph7/tee/ng_tee.c
246
bzero(&sc->right.stats,
sys/netgraph7/tee/ng_tee.c
247
sizeof(sc->right.stats));
sys/netgraph7/tee/ng_tee.c
263
if (lasthook == sc->left.hook || lasthook == sc->right.hook) {
sys/netgraph7/tee/ng_tee.c
345
if (privdata->left.hook && privdata->right.hook)
sys/netgraph7/tee/ng_tee.c
346
ng_bypass(privdata->left.hook, privdata->right.hook);
sys/netgraph7/tee/ng_tee.c
383
if (sc->right.dest == hinfo) {
sys/netgraph7/tee/ng_tee.c
384
sc->right.dest = sc->right.dup;
sys/netgraph7/tee/ng_tee.c
385
sc->right.dup = NULL;
sys/netgraph7/tee/ng_tee.c
386
} else if (sc->right.dup == hinfo)
sys/netgraph7/tee/ng_tee.c
387
sc->right.dup = NULL;
sys/netgraph7/tee/ng_tee.c
76
struct hookinfo right;
sys/netgraph7/tee/ng_tee.h
78
struct ng_tee_hookstat right;
sys/sys/soundcard.h
258
u_char left,right; /* volumes, 0..255, 0 = mute */
sys/sys/soundcard.h
302
u_short left, right; /* how many levels are supported */
sys/sys/tree.h
113
#define SPLAY_ASSEMBLE(head, node, left, right, field) do { \
sys/sys/tree.h
115
SPLAY_LEFT(right, field) = SPLAY_RIGHT((head)->sph_root, field);\
usr.bin/ctags/ctags.h
61
*right; /* left and right sons */
usr.bin/ctags/print.c
105
if (node->right)
usr.bin/ctags/print.c
106
put_entries(node->right);
usr.bin/ctags/tree.c
110
else if (cur_node->right)
usr.bin/ctags/tree.c
111
add_node(node, cur_node->right);
usr.bin/ctags/tree.c
113
cur_node->right = node;
usr.bin/ctags/tree.c
122
if (node->right)
usr.bin/ctags/tree.c
123
free_tree(node->right);
usr.bin/ctags/tree.c
79
np->left = np->right = 0;
usr.bin/sdiff/edit.c
106
if (right == NULL)
usr.bin/sdiff/edit.c
110
if (asprintf(&text, "%s\n%s\n", left, right) == -1)
usr.bin/sdiff/edit.c
128
if (right == NULL)
usr.bin/sdiff/edit.c
131
if (asprintf(&text, "%s\n", right) == -1)
usr.bin/sdiff/edit.c
84
eparse(const char *cmd, const char *left, const char *right)
usr.bin/sdiff/sdiff.c
1011
println(diffp->left, diffp->div, diffp->right);
usr.bin/sdiff/sdiff.c
1016
if (diffp->right)
usr.bin/sdiff/sdiff.c
1017
astrcat(&right, diffp->right);
usr.bin/sdiff/sdiff.c
1034
prompt(left, right);
usr.bin/sdiff/sdiff.c
1042
free(right);
usr.bin/sdiff/sdiff.c
46
char *right;
usr.bin/sdiff/sdiff.c
892
enqueue(char *left, char divider, char *right)
usr.bin/sdiff/sdiff.c
900
diffp->right = right;
usr.bin/sdiff/sdiff.c
912
free(diffp->right);
usr.bin/sdiff/sdiff.c
989
char divc, *left, *right;
usr.bin/sdiff/sdiff.c
999
right = NULL;
usr.bin/window/wwwrite.c
211
right:
usr.bin/window/wwwrite.c
98
goto right;
usr.sbin/cdcontrol/cdcontrol.c
1063
setvol(int left, int right)
usr.sbin/cdcontrol/cdcontrol.c
1068
v.vol[1] = right;
usr.sbin/cron/lib/compat.c
86
strcasecmp(char *left, char *right)
usr.sbin/cron/lib/compat.c
88
while (*left && (MkLower(*left) == MkLower(*right))) {
usr.sbin/cron/lib/compat.c
90
right++;
usr.sbin/cron/lib/compat.c
92
return MkLower(*left) - MkLower(*right);
usr.sbin/cron/lib/misc.c
51
strcmp_until(char *left, char *right, int until)
usr.sbin/cron/lib/misc.c
55
while (*left && *left != until && *left == *right) {
usr.sbin/cron/lib/misc.c
57
right++;
usr.sbin/cron/lib/misc.c
61
(*right=='\0' || *right == until)) {
usr.sbin/cron/lib/misc.c
64
diff = *left - *right;