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

/ast/src/cmd/paxlib/tp/
H A Dtp.c30 #define TP_BLOCK 512 macro
85 if (size < 2 * TP_BLOCK)
88 for (e = (s = (ui1*)buf + TP_BLOCK) + TP_BLOCK; s < e; s += 2)
146 ar->offset = (off_t)(dp->tapeaddr[0] + (dp->tapeaddr[1]<<8)) * TP_BLOCK;
160 skip = roundof(f->st->st_size, TP_BLOCK);

Completed in 9 milliseconds