Searched refs:BLOCK_MASK (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/lib/libc/powerpc64/string/
H A Dmemcpy.S38 #define BLOCK_MASK (BLOCK_BYTES - 1) define
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-current/tools/tools/indent_wrapper/
H A Dindent_wrapper.c44 #define BLOCK_MASK 0x100 macro
535 set_block(&diff_a_head, x, ch | BLOCK_MASK);
544 set_block(&diff_a_head, x, ch | BLOCK_MASK);
545 set_block(&diff_a_head, x + 1, chn | BLOCK_MASK);
550 set_block(&diff_a_head, x, ch | BLOCK_MASK);
553 set_block(&diff_a_head, x, ch | BLOCK_MASK);
554 set_block(&diff_a_head, x + 1, chn | BLOCK_MASK);
559 set_block(&diff_a_head, x, ch | BLOCK_MASK);
560 set_block(&diff_a_head, x + 1, chn | BLOCK_MASK);
564 set_block(&diff_a_head, x, ch | BLOCK_MASK);
[all...]
/freebsd-current/usr.bin/gzip/
H A Dzuncompress.c51 #define BLOCK_MASK 0x80 macro
185 zs->zs_block_compress = BLOCK_MASK;
247 zs->zs_block_compress = zs->zs_maxbits & BLOCK_MASK;
/freebsd-current/usr.bin/compress/
H A Dzopen.c84 #define BLOCK_MASK 0x80 macro
483 block_compress = maxbits & BLOCK_MASK;
707 block_compress = BLOCK_MASK;

Completed in 193 milliseconds