Home
last modified time | relevance | path

Searched refs:BLOCKSIZE (Results 1 – 11 of 11) sorted by relevance

/titanic_44/usr/src/tools/cscope-fast/
H A Dinvlib.c47 #define BLOCKSIZE 2 * BUFSIZ /* logical block size */ macro
83 long invblk[BLOCKSIZE / sizeof (long)];
84 char chrblk[BLOCKSIZE];
172 lastinblk = BLOCKSIZE; in invmake()
254 if (fwrite((char *)&logicalblk, BLOCKSIZE, 1, outfile) == 0) { in invmake()
259 if (fwrite((char *)&logicalblk, BLOCKSIZE, 1, outfile) == 0) { in invmake()
282 i = nextsupfing % BLOCKSIZE; in invmake()
284 if (fwrite(SUPFING, BLOCKSIZE - i, 1, outfile) == 0 || in invmake()
293 param.sizeblk = BLOCKSIZE; in invmake()
294 param.startbyte = (numlogblk + 1) * BLOCKSIZE + BUFSIZ; in invmake()
[all …]
/titanic_44/usr/src/uts/intel/ia32/ml/
H A Dsseblk.s73 #define BLOCKSIZE 64 /* (1 << BLOCKSHIFT) */ macro
76 #if (1 << BLOCKSHIFT) != BLOCKSIZE || BLOCKMASK != (BLOCKSIZE - 1)
109 ADD $BLOCKSIZE, dst; \
132 cmpq $BLOCKSIZE, %rsi /* size must be at least BLOCKSIZE */
174 cmpl $BLOCKSIZE, %ecx /* size must be at least BLOCKSIZE */
/titanic_44/usr/src/cmd/lp/filter/postscript/postreverse/
H A Dpostreverse.c493 (allocated_slots + BLOCKSIZE) * in DocumentGlobals()
497 BLOCKSIZE * in DocumentGlobals()
499 allocated_slots += BLOCKSIZE; in DocumentGlobals()
531 (allocated_slots + BLOCKSIZE) * sizeof (PAGE *)); in DocumentPages()
533 BLOCKSIZE * sizeof (PAGE *)); in DocumentPages()
534 allocated_slots += BLOCKSIZE; in DocumentPages()
H A Dpostreverse.h41 #define BLOCKSIZE 10 macro
/titanic_44/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.h196 #define BLOCKSIZE 1024 macro
H A Dpostcomm.c124 int blocksize = BLOCKSIZE; /* and its size in bytes */
282 blocksize = BLOCKSIZE; in options()
/titanic_44/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.h248 #define BLOCKSIZE 2048 macro
H A Dpostio.c177 int blocksize = BLOCKSIZE; /* and its size in bytes */
355 blocksize = BLOCKSIZE; in options()
H A DREADME46 larger default buffer change the definition of BLOCKSIZE (near line 204 in
/titanic_44/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c84 #define BLOCKSIZE (128) /* Largest guess for block size */ macro
1056 CK_BYTE outbuf[BUFFERSIZE+BLOCKSIZE]; in crypt_multipart()
/titanic_44/usr/src/grub/grub-0.97/
H A DChangeLog4788 SECTOR_SIZE to compute BLOCKSIZE.