Symbol: BLOCKSIZE
usr/src/cmd/cmd-crypto/decrypt/decrypt.c
1056
CK_BYTE outbuf[BUFFERSIZE+BLOCKSIZE];
usr/src/cmd/lp/filter/postscript/postcomm/postcomm.c
122
int blocksize = BLOCKSIZE; /* and its size in bytes */
usr/src/cmd/lp/filter/postscript/postcomm/postcomm.c
280
blocksize = BLOCKSIZE;
usr/src/cmd/lp/filter/postscript/postio/postio.c
175
int blocksize = BLOCKSIZE; /* and its size in bytes */
usr/src/cmd/lp/filter/postscript/postio/postio.c
353
blocksize = BLOCKSIZE;
usr/src/cmd/lp/filter/postscript/postreverse/postreverse.c
491
(allocated_slots + BLOCKSIZE) *
usr/src/cmd/lp/filter/postscript/postreverse/postreverse.c
495
BLOCKSIZE *
usr/src/cmd/lp/filter/postscript/postreverse/postreverse.c
497
allocated_slots += BLOCKSIZE;
usr/src/cmd/lp/filter/postscript/postreverse/postreverse.c
529
(allocated_slots + BLOCKSIZE) * sizeof (PAGE *));
usr/src/cmd/lp/filter/postscript/postreverse/postreverse.c
531
BLOCKSIZE * sizeof (PAGE *));
usr/src/cmd/lp/filter/postscript/postreverse/postreverse.c
532
allocated_slots += BLOCKSIZE;
usr/src/tools/cscope-fast/invlib.c
170
lastinblk = BLOCKSIZE;
usr/src/tools/cscope-fast/invlib.c
252
if (fwrite((char *)&logicalblk, BLOCKSIZE, 1, outfile) == 0) {
usr/src/tools/cscope-fast/invlib.c
257
if (fwrite((char *)&logicalblk, BLOCKSIZE, 1, outfile) == 0) {
usr/src/tools/cscope-fast/invlib.c
280
i = nextsupfing % BLOCKSIZE;
usr/src/tools/cscope-fast/invlib.c
282
if (fwrite(SUPFING, BLOCKSIZE - i, 1, outfile) == 0 ||
usr/src/tools/cscope-fast/invlib.c
291
param.sizeblk = BLOCKSIZE;
usr/src/tools/cscope-fast/invlib.c
292
param.startbyte = (numlogblk + 1) * BLOCKSIZE + BUFSIZ;
usr/src/tools/cscope-fast/invlib.c
372
if (numinvitems && numwilluse + amtused > BLOCKSIZE) {
usr/src/tools/cscope-fast/invlib.c
432
BLOCKSIZE, outfile) == 0) {
usr/src/tools/cscope-fast/invlib.c
464
lastinblk = BLOCKSIZE;
usr/src/tools/cscope-fast/invlib.c
479
lastinblk = BLOCKSIZE;
usr/src/tools/cscope-fast/invlib.c
81
long invblk[BLOCKSIZE / sizeof (long)];
usr/src/tools/cscope-fast/invlib.c
82
char chrblk[BLOCKSIZE];
usr/src/uts/intel/ml/sseblk.S
60
#if (1 << BLOCKSHIFT) != BLOCKSIZE || BLOCKMASK != (BLOCKSIZE - 1)