Symbol: BLOCK_MASK
tools/tools/indent_wrapper/indent_wrapper.c
535
set_block(&diff_a_head, x, ch | BLOCK_MASK);
tools/tools/indent_wrapper/indent_wrapper.c
544
set_block(&diff_a_head, x, ch | BLOCK_MASK);
tools/tools/indent_wrapper/indent_wrapper.c
545
set_block(&diff_a_head, x + 1, chn | BLOCK_MASK);
tools/tools/indent_wrapper/indent_wrapper.c
550
set_block(&diff_a_head, x, ch | BLOCK_MASK);
tools/tools/indent_wrapper/indent_wrapper.c
553
set_block(&diff_a_head, x, ch | BLOCK_MASK);
tools/tools/indent_wrapper/indent_wrapper.c
554
set_block(&diff_a_head, x + 1, chn | BLOCK_MASK);
tools/tools/indent_wrapper/indent_wrapper.c
559
set_block(&diff_a_head, x, ch | BLOCK_MASK);
tools/tools/indent_wrapper/indent_wrapper.c
560
set_block(&diff_a_head, x + 1, chn | BLOCK_MASK);
tools/tools/indent_wrapper/indent_wrapper.c
564
set_block(&diff_a_head, x, ch | BLOCK_MASK);
tools/tools/indent_wrapper/indent_wrapper.c
572
if (ch & BLOCK_MASK)
tools/tools/indent_wrapper/indent_wrapper.c
577
set_block(&diff_a_head, x, ch | BLOCK_MASK);
tools/tools/indent_wrapper/indent_wrapper.c
585
if (ch & BLOCK_MASK)
tools/tools/indent_wrapper/indent_wrapper.c
589
set_block(&diff_a_head, x, ch | BLOCK_MASK);
tools/tools/indent_wrapper/indent_wrapper.c
600
set_block(&diff_a_head, x, ch | BLOCK_MASK);
tools/tools/indent_wrapper/indent_wrapper.c
606
set_block(&diff_a_head, x, ch | BLOCK_MASK);
tools/tools/indent_wrapper/indent_wrapper.c
626
if (ch & BLOCK_MASK)
tools/tools/indent_wrapper/indent_wrapper.c
637
set_block(&diff_a_head, x, ch | BLOCK_MASK);
tools/tools/indent_wrapper/indent_wrapper.c
657
if (ch & BLOCK_MASK)
tools/tools/indent_wrapper/indent_wrapper.c
663
set_block(&diff_a_head, x, ch | BLOCK_MASK);
tools/tools/indent_wrapper/indent_wrapper.c
678
if (y1 > x && !(ch & (BLOCK_MASK | BLOCK_ADD)))
tools/tools/indent_wrapper/indent_wrapper.c
739
} else if (!(ch & BLOCK_MASK)) {
usr.bin/compress/zopen.c
483
block_compress = maxbits & BLOCK_MASK;
usr.bin/compress/zopen.c
708
block_compress = BLOCK_MASK;
usr.bin/gzip/zuncompress.c
185
zs->zs_block_compress = BLOCK_MASK;
usr.bin/gzip/zuncompress.c
247
zs->zs_block_compress = zs->zs_maxbits & BLOCK_MASK;