Searched refs:BLOCKSIZE (Results 1 – 25 of 34) sorted by relevance
12
63 #define BLOCKSIZE 1024 macro68 char block[BLOCKSIZE]; in fill_blocks()80 bzero(block, BLOCKSIZE); in fill_blocks()83 len = write(fd, block, BLOCKSIZE); in fill_blocks()86 if (len != BLOCKSIZE) { in fill_blocks()88 BLOCKSIZE, len); in fill_blocks()107 len = write(fd, block, BLOCKSIZE); in fill_blocks()
40 #define BLOCKSIZE 512 /* bytes */ macro102 mult = BLOCKSIZE; in main()
36 export BLOCKSIZE=128K
43 default_zvol_setup $DISK $VOLSIZE $BLOCKSIZE
143 ssh -T -F ssh_config 127.0.0.1 env BLOCKSIZE=512 \145 atf_check -s exit:0 -o file:ssh.out env BLOCKSIZE=512 \
6 BLOCKSIZE
49 export BLOCKSIZE=4K
26 bs=${BLOCKSIZE}
29 bs=${BLOCKSIZE}
20 setenv BLOCKSIZE K
37 export BLOCKSIZE=128K
38 export BLOCKSIZE=128K
28 :setenv=BLOCKSIZE=K:\
76 export BLOCKSIZE=128K
18 setenv BLOCKSIZE K
54 blocksize { return BLOCKSIZE; }
78 export BLOCKSIZE=128K
37 export BLOCKSIZE=4K
496 #define BLOCKSIZE (1<<12) macro497 #define BLOCKMASK (~(BLOCKSIZE-1))506 for (hs = nw; hs < nr; hs += BLOCKSIZE) { in sparsefwrite()510 if (he >= hs + BLOCKSIZE) in sparsefwrite()523 if (hs + BLOCKSIZE > nr) in sparsefwrite()
349 #define BLOCKSIZE (128 KB) /* define, for static allocation */ macro2510 BYTE litBuffer[BLOCKSIZE + 8 /* margin for wildcopy */];2648 size_t litSize = BLOCKSIZE; in ZSTD_decodeLiteralsBlock()2660 if (litSize > BLOCKSIZE) return ERROR(corruption_detected); in ZSTD_decodeLiteralsBlock()2675 if (litSize > BLOCKSIZE) return ERROR(corruption_detected); in ZSTD_decodeLiteralsBlock()3044 if (srcSize > BLOCKSIZE) return ERROR(corruption_detected); in ZSTD_decompressBlock_internal()3185 *dBound = nbBlocks * BLOCKSIZE; in ZSTDv04_findFrameSizeInfoLegacy()3477 size_t const neededInSize = BLOCKSIZE; /* a block is never > BLOCKSIZE */ in ZBUFF_decompressContinue()3560 if (zbc->outStart + BLOCKSIZE > zbc->outBuffSize) in ZBUFF_decompressContinue()3590 size_t ZBUFFv04_recommendedDInSize() { return BLOCKSIZE + 3; } in ZBUFFv04_recommendedDInSize()[all …]