Searched refs:ALIGN_MASK (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/lib/libc/powerpc64/string/
H A Dmemcpy.S43 #ifndef ALIGN_MASK
44 #define ALIGN_MASK 0x7 define
57 andi. %r8, %r3, ALIGN_MASK
58 andi. %r7, %r4, ALIGN_MASK
H A Dmemcpy_vsx.S33 #define ALIGN_MASK 0xf define
H A Dbcopy.S38 #ifndef ALIGN_MASK
39 #define ALIGN_MASK 0x7 define
75 andi. %r8, %r3, ALIGN_MASK
76 andi. %r7, %r4, ALIGN_MASK
/freebsd-13-stable/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_lzma2.h192 #define ALIGN_MASK (ALIGN_SIZE - 1) macro
/freebsd-13-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma_common.h219 #define ALIGN_MASK (ALIGN_SIZE - 1) macro
H A Dlzma_encoder.c172 ALIGN_BITS, dist_reduced & ALIGN_MASK);
H A Dlzma_encoder_optimum_normal.c123 + coder->align_prices[dist & ALIGN_MASK];

Completed in 41 milliseconds