Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/ml/
H A Dsseblk.S57 #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 Dinvlib.c45 #define BLOCKSIZE 2 * BUFSIZ /* logical block size */ macro
81 long invblk[BLOCKSIZE / sizeof (long)];
82 char chrblk[BLOCKSIZE];
170 lastinblk = BLOCKSIZE; 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()
372 if (numinvitems && numwilluse + amtused > BLOCKSIZE) { in invnewterm()
432 BLOCKSIZE, outfile) == 0) { in invnewterm()
464 lastinblk = BLOCKSIZE; in invnewterm()
[all …]
/illumos-gate/usr/src/cmd/lp/filter/postscript/postreverse/
H A Dpostreverse.c491 (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 Dpostreverse.h41 #define BLOCKSIZE 10 macro
/illumos-gate/usr/src/test/zfs-tests/tests/functional/l2arc/
H A Dl2arc.cfg35 export BLOCKSIZE=128K
/illumos-gate/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.h196 #define BLOCKSIZE 1024 macro
H A Dpostcomm.c122 int blocksize = BLOCKSIZE; /* and its size in bytes */
280 blocksize = BLOCKSIZE; in options()
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.h256 #define BLOCKSIZE 2048 macro
H A Dpostio.c175 int blocksize = BLOCKSIZE; /* and its size in bytes */
353 blocksize = BLOCKSIZE; in options()
H A DREADME46 larger default buffer change the definition of BLOCKSIZE (near line 204 in
/illumos-gate/usr/src/test/zfs-tests/tests/perf/fio/
H A Drandom_readwrite_fixed.fio28 bs=${BLOCKSIZE}
H A Drandom_writes.fio25 bs=${BLOCKSIZE}
H A Dsequential_reads.fio26 bs=${BLOCKSIZE}
H A Dsequential_writes.fio25 bs=${BLOCKSIZE}
H A Drandom_reads.fio26 bs=${BLOCKSIZE}
/illumos-gate/usr/src/test/zfs-tests/tests/functional/compression/
H A Dl2arc_compressed_arc.ksh37 export BLOCKSIZE=128K
H A Dl2arc_compressed_arc_disabled.ksh37 export BLOCKSIZE=128K
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cache/
H A Dcache_012_pos.ksh76 export BLOCKSIZE=128K
/illumos-gate/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()
/illumos-gate/usr/src/test/zfs-tests/tests/perf/
H A Dperf.shlib111 export BLOCKSIZE=$iosize
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog4788 SECTOR_SIZE to compute BLOCKSIZE.