Searched refs:BLOCKSIZE (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/tools/cscope-fast/ |
H A D | invlib.c | 47 #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 D | sseblk.s | 73 #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 D | postreverse.c | 493 (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 D | postreverse.h | 41 #define BLOCKSIZE 10 macro
|
/titanic_44/usr/src/cmd/lp/filter/postscript/postcomm/ |
H A D | postcomm.h | 196 #define BLOCKSIZE 1024 macro
|
H A D | postcomm.c | 124 int blocksize = BLOCKSIZE; /* and its size in bytes */ 282 blocksize = BLOCKSIZE; in options()
|
/titanic_44/usr/src/cmd/lp/filter/postscript/postio/ |
H A D | postio.h | 248 #define BLOCKSIZE 2048 macro
|
H A D | postio.c | 177 int blocksize = BLOCKSIZE; /* and its size in bytes */ 355 blocksize = BLOCKSIZE; in options()
|
H A D | README | 46 larger default buffer change the definition of BLOCKSIZE (near line 204 in
|
/titanic_44/usr/src/cmd/cmd-crypto/decrypt/ |
H A D | decrypt.c | 84 #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 D | ChangeLog | 4788 SECTOR_SIZE to compute BLOCKSIZE.
|