Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpkg/common/
H A Disdir.c49 #define BLOCK_MASK 0x80 macro
54 (MASK_CK((unsigned char) cm.c_mag[2], BLOCK_MASK) || \
/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c108 #define BLOCK_MASK 0x80 macro
185 static int block_compress = BLOCK_MASK;
631 block_compress = maxbits & BLOCK_MASK; in main()