Searched refs:BLOCKSIZE (Results 1 – 21 of 21) sorted by relevance
/illumos-gate/usr/src/uts/intel/ml/ |
H A D | sseblk.S | 57 #define BLOCKSIZE 64 /* (1 << BLOCKSHIFT) */ macro 60 #if (1 << BLOCKSHIFT) != BLOCKSIZE || BLOCKMASK != (BLOCKSIZE - 1) 76 addq $BLOCKSIZE, dst; \ 97 cmpq $BLOCKSIZE, %rsi /* size must be at least BLOCKSIZE */
|
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | invlib.c | 45 #define BLOCKSIZE 2 * BUFSIZ /* logical block size */ macro 81 long invblk[BLOCKSIZE / sizeof (long)]; 82 char chrblk[BLOCKSIZE]; 170 lastinblk = BLOCKSIZE; in invmake() 252 if (fwrite((char *)&logicalblk, BLOCKSIZE, 1, outfile) == 0) { in invmake() 257 if (fwrite((char *)&logicalblk, BLOCKSIZE, 1, outfile) == 0) { in invmake() 280 i = nextsupfing % BLOCKSIZE; in invmake() 282 if (fwrite(SUPFING, BLOCKSIZE - i, 1, outfile) == 0 || in invmake() 291 param.sizeblk = BLOCKSIZE; in invmake() 292 param.startbyte = (numlogblk + 1) * BLOCKSIZE + BUFSIZ; in invmake() [all …]
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/postreverse/ |
H A D | postreverse.c | 491 (allocated_slots + BLOCKSIZE) * in DocumentGlobals() 495 BLOCKSIZE * in DocumentGlobals() 497 allocated_slots += BLOCKSIZE; in DocumentGlobals() 529 (allocated_slots + BLOCKSIZE) * sizeof (PAGE *)); in DocumentPages() 531 BLOCKSIZE * sizeof (PAGE *)); in DocumentPages() 532 allocated_slots += BLOCKSIZE; in DocumentPages()
|
H A D | postreverse.h | 41 #define BLOCKSIZE 10 macro
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/l2arc/ |
H A D | l2arc.cfg | 35 export BLOCKSIZE=128K
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/postcomm/ |
H A D | postcomm.h | 196 #define BLOCKSIZE 1024 macro
|
H A D | postcomm.c | 122 int blocksize = BLOCKSIZE; /* and its size in bytes */ 280 blocksize = BLOCKSIZE; in options()
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/ |
H A D | postio.h | 256 #define BLOCKSIZE 2048 macro
|
H A D | postio.c | 175 int blocksize = BLOCKSIZE; /* and its size in bytes */ 353 blocksize = BLOCKSIZE; in options()
|
H A D | README | 46 larger default buffer change the definition of BLOCKSIZE (near line 204 in
|
/illumos-gate/usr/src/test/zfs-tests/tests/perf/fio/ |
H A D | random_reads.fio | 26 bs=${BLOCKSIZE}
|
H A D | random_readwrite_fixed.fio | 28 bs=${BLOCKSIZE}
|
H A D | random_writes.fio | 25 bs=${BLOCKSIZE}
|
H A D | sequential_reads.fio | 26 bs=${BLOCKSIZE}
|
H A D | sequential_writes.fio | 25 bs=${BLOCKSIZE}
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/compression/ |
H A D | l2arc_compressed_arc.ksh | 37 export BLOCKSIZE=128K
|
H A D | l2arc_compressed_arc_disabled.ksh | 37 export BLOCKSIZE=128K
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cache/ |
H A D | cache_012_pos.ksh | 76 export BLOCKSIZE=128K
|
/illumos-gate/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()
|
/illumos-gate/usr/src/test/zfs-tests/tests/perf/ |
H A D | perf.shlib | 111 export BLOCKSIZE=$iosize
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 4788 SECTOR_SIZE to compute BLOCKSIZE.
|