bps
int bps = 0, ranges = 0;
req->bios[bps++] = bio1;
u32 bps = target_clock * bpp * 21 / 20;
return DIV_ROUND_UP(bps, link_bw * 8);
ch->bps = 1;
u_int32_t format, speed, phys_buf, bps;
u_int32_t fmt, spd, phys_buf, bps;
s = sz / ch->bps - 1;
i = sz / (ch->bps * CMI_INTR_PER_BUFFER) - 1;
ch->bps = 1;
ch->bps = 2;
ch->bps = 1;
ch->bps *= 2;
bufptr = (physptr - ch->phys_buf + sz - ch->bps) % sz;
ch->bps = 1;
ch->bps = cs4281_format_to_bps(format);
sndbuf_getsize(ch->buffer) / ch->bps - 1);
u_int32_t spd, fmt, bps, blksz;
b->bps = AFMT_BPS(b->fmt);
b->bps = AFMT_CHANNEL(b->fmt);
b->bps <<= 1;
b->bps *= 3;
b->bps <<= 2;
return b->bps;
u_int32_t fmt, spd, bps, align;
chn_calclatency(int dir, int latency, int bps, u_int32_t datarate,
bps < 1 || datarate < 1 ||
__func__, dir, latency, bps, datarate, max);
blksz = round_blksz(bufsz >> blkcnt, bps);
dst += info->bps;
dst += info->bps;
dst += info->bps;
m_in->offset[i] * info->bps;
0xffffffff : info->matrix[i].chn[j] / info->bps);
info->bps = AFMT_BPS(info->in);
uint32_t bps;
sz = info->bps * FEEDMIXER_CHANNELS(f->data);
int bps;
info->bps = AFMT_BPS(format);
align = info->channels * info->bps;
int32_t bps; /* bytes-per-sample */
info->channels, info->bps, format, info->quality);
align = info->channels * info->bps;
(info->z_start * info->channels * info->bps), dst,
info->channels * info->bps);
cnt = info->channels * info->bps;
info->bps = AFMT_BPS(f->desc->in);
align = info->bps * info->channels;
uint32_t bps, channels;
struct bps rx_bytes;
struct bps tx_bytes;
do_bps(const char *desc, struct bps *bps, uint32_t len)
bps->bytes += len;
extern void do_bps(const char *, struct bps *, uint32_t len);
double delta, bps;
bps = (xs->rcvd - xs->lastrcvd) / delta;
stat_bytes(bytes, sizeof bytes, (off_t)bps);
char bytes[16], bps[16], eta[16];
stat_bps(bps, sizeof bps, xs);
fprintf(stderr, " %s", bps);
char bytes[16], bps[16], eta[16];
stat_bps(bps, sizeof bps, xs);
fprintf(stderr, " %s %s %s\n", bytes, bps, eta);
double bps;
bps = strtod($1, &cp);
bps *= 1000;
bps *= 1000 * 1000;
bps *= 1000 * 1000 * 1000;
if (bps < 0 || bps > 100) {
$$.bw_percent = bps;
bps = 0;
$$.bw_absolute = (u_int32_t)bps;
double bps; /* bytes per second */
bps = datalen / xfertime;
if (bps >= 1024)
printf ("%.1fK ", bps / 1024);
printf ("%.0f ", bps);