Searched refs:BLOCKS (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/usr.sbin/burncd/
H A Dburncd.c49 #define BLOCKS 16 macro
620 char buf[2352*BLOCKS];
648 ? track_info->block_size * BLOCKS
650 track_info->block_size * BLOCKS))) > 0) {
656 (track_info->block_size * BLOCKS) - count);
/freebsd-9.3-release/sys/net/
H A Dzlib.c3062 BLOCKS, /* decompressing blocks */ enumerator in enum:internal_state::__anon9591
3099 z->state->mode = z->state->nowrap ? BLOCKS : METHOD;
3235 z->state->mode = BLOCKS;
3262 case BLOCKS:
3344 z->state->mode = BLOCKS;
3352 * be BLOCKS (i.e. we should be willing to see the start of a series of
3353 * BLOCKS). On exit, the output will also be caught up, and the checksum
3360 if (z->state->mode != BLOCKS)
3411 z->state->mode = BLOCKS;
4032 * be BLOCKS (
[all...]

Completed in 73 milliseconds