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

/freebsd-13-stable/lib/libc/powerpc64/string/
H A Dmemcpy.S40 #define BLOCK_MASK (BLOCK_BYTES - 1) define
73 andi. %r0, %r4, BLOCK_MASK
77 andi. %r7, %r5, BLOCK_MASK
108 addi %r3, %r3, BLOCK_MASK
109 addi %r4, %r4, BLOCK_MASK
/freebsd-13-stable/tools/tools/indent_wrapper/
H A Dindent_wrapper.c46 #define BLOCK_MASK 0x100 macro
537 set_block(&diff_a_head, x, ch | BLOCK_MASK);
546 set_block(&diff_a_head, x, ch | BLOCK_MASK);
547 set_block(&diff_a_head, x + 1, chn | BLOCK_MASK);
552 set_block(&diff_a_head, x, ch | BLOCK_MASK);
555 set_block(&diff_a_head, x, ch | BLOCK_MASK);
556 set_block(&diff_a_head, x + 1, chn | BLOCK_MASK);
561 set_block(&diff_a_head, x, ch | BLOCK_MASK);
562 set_block(&diff_a_head, x + 1, chn | BLOCK_MASK);
566 set_block(&diff_a_head, x, ch | BLOCK_MASK);
[all...]
/freebsd-13-stable/usr.bin/gzip/
H A Dzuncompress.c52 #define BLOCK_MASK 0x80 macro
186 zs->zs_block_compress = BLOCK_MASK;
248 zs->zs_block_compress = zs->zs_maxbits & BLOCK_MASK;
/freebsd-13-stable/usr.bin/compress/
H A Dzopen.c89 #define BLOCK_MASK 0x80 macro
488 block_compress = maxbits & BLOCK_MASK;
712 block_compress = BLOCK_MASK;

Completed in 60 milliseconds