Searched refs:BLOCKSIZE (Results 1 – 23 of 23) sorted by relevance
36 export BLOCKSIZE=128K
43 default_zvol_setup $DISK $VOLSIZE $BLOCKSIZE
40 #define BLOCKSIZE 512 /* bytes */ macro96 mult = BLOCKSIZE; in main()
48 export BLOCKSIZE=4K
27 BLOCKSIZE=8192
26 bs=${BLOCKSIZE}
29 bs=${BLOCKSIZE}
37 export BLOCKSIZE=128K
38 export BLOCKSIZE=128K
76 export BLOCKSIZE=128K
37 export BLOCKSIZE=4K
352 #define BLOCKSIZE (128 KB) /* define, for static allocation */ macro2514 BYTE litBuffer[BLOCKSIZE + 8 /* margin for wildcopy */];2652 size_t litSize = BLOCKSIZE; in ZSTD_decodeLiteralsBlock()2664 if (litSize > BLOCKSIZE) return ERROR(corruption_detected); in ZSTD_decodeLiteralsBlock()2679 if (litSize > BLOCKSIZE) return ERROR(corruption_detected); in ZSTD_decodeLiteralsBlock()3048 if (srcSize > BLOCKSIZE) return ERROR(corruption_detected); in ZSTD_decompressBlock_internal()3189 *dBound = nbBlocks * BLOCKSIZE; in ZSTDv04_findFrameSizeInfoLegacy()3481 size_t const neededInSize = BLOCKSIZE; /* a block is never > BLOCKSIZE */ in ZBUFF_decompressContinue()3564 if (zbc->outStart + BLOCKSIZE > zbc->outBuffSize) in ZBUFF_decompressContinue()3594 size_t ZBUFFv04_recommendedDInSize() { return BLOCKSIZE + 3; } in ZBUFFv04_recommendedDInSize()[all …]
451 #define BLOCKSIZE (128 KB) /* define, for static allocation */ macro2665 BYTE litBuffer[BLOCKSIZE + WILDCOPY_OVERLENGTH];2702 …sizeof(ZSTDv05_DCtx) - (BLOCKSIZE+WILDCOPY_OVERLENGTH + ZSTDv05_frameHeaderSize_max)); /* no need… in ZSTDv05_copyDCtx()2903 if (litSize > BLOCKSIZE) return ERROR(corruption_detected); in ZSTDv05_decodeLiteralsBlock()2989 if (litSize > BLOCKSIZE) return ERROR(corruption_detected); in ZSTDv05_decodeLiteralsBlock()3397 if (srcSize >= BLOCKSIZE) return ERROR(srcSize_wrong); in ZSTDv05_decompressBlock_internal()3576 *dBound = nbBlocks * BLOCKSIZE; in ZSTDv05_findFrameSizeInfoLegacy()3946 size_t neededInSize = BLOCKSIZE; /* a block is never > BLOCKSIZE */ in ZBUFFv05_decompressContinue()4024 if (zbc->outStart + BLOCKSIZE > zbc->outBuffSize) in ZBUFFv05_decompressContinue()4053 size_t ZBUFFv05_recommendedDInSize(void) { return BLOCKSIZE + ZBUFFv05_blockHeaderSize /* block he… in ZBUFFv05_recommendedDInSize()[all …]
2357 #define BLOCKSIZE (128 KB) /* define, for static allocation */ macro2363 #define WORKPLACESIZE (BLOCKSIZE*3)2458 BYTE litBuffer[BLOCKSIZE + 8 /* margin for wildcopy */];2527 size_t litSize = BLOCKSIZE; in ZSTD_decodeLiteralsBlock()2539 if (litSize > BLOCKSIZE) return ERROR(corruption_detected); in ZSTD_decodeLiteralsBlock()2555 if (litSize > BLOCKSIZE) return ERROR(corruption_detected); in ZSTD_decodeLiteralsBlock()3024 *dBound = nbBlocks * BLOCKSIZE; in ZSTDv03_findFrameSizeInfoLegacy()
2716 #define BLOCKSIZE (128 KB) /* define, for static allocation */ macro2722 #define WORKPLACESIZE (BLOCKSIZE*3)2817 BYTE litBuffer[BLOCKSIZE + 8 /* margin for wildcopy */];2886 size_t litSize = BLOCKSIZE; in ZSTD_decodeLiteralsBlock()2898 if (litSize > BLOCKSIZE) return ERROR(corruption_detected); in ZSTD_decodeLiteralsBlock()2914 if (litSize > BLOCKSIZE) return ERROR(corruption_detected); in ZSTD_decodeLiteralsBlock()3383 *dBound = nbBlocks * BLOCKSIZE; in ZSTDv02_findFrameSizeInfoLegacy()
1326 #define BLOCKSIZE (128 KB) /* define, for static allocation */ macro1328 #define WORKPLACESIZE (BLOCKSIZE*3)2060 *dBound = nbBlocks * BLOCKSIZE; in ZSTDv01_findFrameSizeInfoLegacy()
118 export BLOCKSIZE=$iosize