Home
last modified time | relevance | path

Searched refs:DEF_BLOCKSIZE (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/usr.bin/vndcompress/
Dvndcompress.c406 __CTASSERT(MIN_BLOCKSIZE <= DEF_BLOCKSIZE); in compress_init()
407 __CTASSERT((DEF_BLOCKSIZE % DEV_BSIZE) == 0); in compress_init()
408 __CTASSERT(DEF_BLOCKSIZE <= MAX_BLOCKSIZE); in compress_init()
417 S->blocksize = (argc == 2? DEF_BLOCKSIZE : in compress_init()
Dcommon.h106 #define DEF_BLOCKSIZE 0x10000 macro