blksize
stream->blksize = stream->bufframes * frame_size;
+ (i % stream->bufcount) * stream->blksize;
page[2 * i + 1] = AUICH_DMAF_IOC | (stream->blksize
stream->blksize = 0;
uint16 blksize; /* in samples */
stream->blksize = stream->bufframes * frame_size;
page[2 * i] = stream->buffer->phy_base + i * stream->blksize;
page[2 * i + 1] = AUVIA_DMAOP_FLAG | stream->blksize;
stream->blksize = 0;
uint16 blksize; /* in samples */
stream->blksize = stream->bufframes * frame_size;
es1370_reg_write_32(&card->config, ES1370_REG_ADC_FRAMECNT & 0xff, ((stream->blksize * stream->bufcount) >> 2) - 1);
es1370_reg_write_32(&card->config, ES1370_REG_DAC2_FRAMECNT & 0xff, ((stream->blksize * stream->bufcount) >> 2) - 1);
((stream->blksize * stream->bufcount) >> 2) - 1,
(stream->blksize / frame_size) - 1));
return (cnt << 2) / stream->blksize;
stream->blksize = 0;
uint16 blksize; /* in samples */
stream->blksize = stream->bufframes * frame_size;
i * stream->blksize, stream->blksize, 0, TRUE, dwNumFreeEntries);
return (addr / stream->blksize) % stream->blkmod;
stream->blksize = 0;
uint16 blksize; /* in samples */
uint32 bufsize, uint16 blksize)
voice->blkmod = bufsize / blksize;
if (bufsize % blksize) /* This should not happen */
voice->blksize = blksize / sample_size;
voice->blksize / voice->sample_rate / 2;
voice->blksize = blksize;
voice->blksize = 0;
voice->blksize;
voice->blksize;
uint16 blksize;/* in samples */
uint32 bufsize, uint16 blksize);
vtruncbuf(struct vnode* vp, off_t length, int blksize)
int vtruncbuf(struct vnode* vp, off_t length, int blksize);
send_data(FILE *instr, FILE *outstr, size_t blksize, off_t filesize, int isreg)
if ((buf = malloc(blksize)) == NULL) {
cnt = read(filefd, buf, blksize);
const int blksize = align(sizeof(block) + s);
hoardUnsbrk(sb, align(sizeof(superblock) + blksize));
const int blksize = align(sizeof(block) + s);
hoardUnsbrk(sb, align(sizeof(superblock) + blksize));
const int blksize = align(sizeof(block) + s);
hoardUnsbrk(sb, align(sizeof(superblock) + blksize));
const int blksize = align(sizeof(block) + s);
int nb = max_c(1, ((SUPERBLOCK_SIZE - sizeof(superblock)) / blksize));
size_t blksize = hoardHeap::align(sizeof(block)
moreMemory = hoardHeap::align(sizeof(superblock) + blksize);
const int blksize = hoardHeap::align(sizeof(block)
assert((blksize & hoardHeap::ALIGNMENT_MASK) == 0);
b = (block *)((char *)b + blksize);
assert((unsigned long)b <= hoardHeap::align(sizeof(superblock) + blksize * _numBlocks)