Searched refs:BLOCK_MASK (Results 1 – 4 of 4) sorted by relevance
/freebsd/tools/tools/indent_wrapper/ |
H A D | indent_wrapper.c | 44 #define BLOCK_MASK 0x100 macro 535 set_block(&diff_a_head, x, ch | BLOCK_MASK); in main() 544 set_block(&diff_a_head, x, ch | BLOCK_MASK); in main() 545 set_block(&diff_a_head, x + 1, chn | BLOCK_MASK); in main() 550 set_block(&diff_a_head, x, ch | BLOCK_MASK); in main() 553 set_block(&diff_a_head, x, ch | BLOCK_MASK); in main() 554 set_block(&diff_a_head, x + 1, chn | BLOCK_MASK); in main() 559 set_block(&diff_a_head, x, ch | BLOCK_MASK); in main() 560 set_block(&diff_a_head, x + 1, chn | BLOCK_MASK); in main() 564 set_block(&diff_a_head, x, ch | BLOCK_MASK); in main() [all …]
|
/freebsd/lib/libc/powerpc64/string/ |
H A D | memcpy.S | 38 #define BLOCK_MASK (BLOCK_BYTES - 1) macro 71 andi. %r0, %r4, BLOCK_MASK 75 andi. %r7, %r5, BLOCK_MASK 106 addi %r3, %r3, BLOCK_MASK 107 addi %r4, %r4, BLOCK_MASK
|
/freebsd/usr.bin/gzip/ |
H A D | zuncompress.c | 51 #define BLOCK_MASK 0x80 macro 185 zs->zs_block_compress = BLOCK_MASK; in zdopen() 247 zs->zs_block_compress = zs->zs_maxbits & BLOCK_MASK; in zread()
|
/freebsd/usr.bin/compress/ |
H A D | zopen.c | 84 #define BLOCK_MASK 0x80 macro 483 block_compress = maxbits & BLOCK_MASK; in zread() 708 block_compress = BLOCK_MASK; in zopen()
|