Symbol: center
games/hack/hack.rip.c
100
center(8, buf);
games/hack/hack.rip.c
115
center(9, buf);
games/hack/hack.rip.c
116
center(10, buf + i1);
games/hack/hack.rip.c
119
center(11, buf);
games/hack/hack.rip.c
81
static void center(int, char *);
games/hack/hack.rip.c
93
center(6, buf);
games/hack/hack.rip.c
95
center(7, buf);
games/rogue/score.c
120
center(21, nick_name);
games/rogue/score.c
121
center(22, buf);
games/rogue/score.c
52
static void center(short, const char *);
sys/dev/misc/evdev/input.h
203
int16_t center; /* center of dead zone */
sys/dev/sound/pcm/channel.c
1367
int center)
sys/dev/sound/pcm/channel.c
1379
ret |= chn_setvolume_matrix(c, vc, i, center) << 16;
sys/dev/sound/pcm/channel.c
2081
int vol, pvol, left, right, center;
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
269
int center);
sys/dev/sound/pcm/dsp.c
1045
int left, right, center;
sys/dev/sound/pcm/dsp.c
1049
center = (left + right) >> 1;
sys/dev/sound/pcm/dsp.c
1051
center);
sys/dev/sound/pcm/feeder_rate.c
528
uint32_t c, center, ch, i; \
sys/dev/sound/pcm/feeder_rate.c
532
center = z_prev(info, info->z_start, info->z_size); \
sys/dev/sound/pcm/feeder_rate.c
542
p = info->z_delay + (z_next(info, center, 1) * \
sys/dev/sound/pcm/feeder_rate.c
548
p = info->z_delay + (center * info->channels * \
sys/dev/sound/pcm/mixer.c
1178
int left, right, center;
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);
usr.bin/ncal/ncal.c
166
static char *center(char *s, char *t, int w);
usr.bin/ncal/ncal.c
643
printf("%s\n", center(t, s, mpl * mw));
usr.bin/ncal/ncal.c
730
printf("%s\n", center(t, s, mpl * mw));