Home
last modified time | relevance | path

Searched refs:ALIGN_MASK (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/lib/libc/powerpc64/string/
H A Dmemcpy.S41 #ifndef ALIGN_MASK
42 #define ALIGN_MASK 0x7 macro
55 andi. %r8, %r3, ALIGN_MASK
56 andi. %r7, %r4, ALIGN_MASK
H A Dbcopy.S36 #ifndef ALIGN_MASK
37 #define ALIGN_MASK 0x7 macro
73 andi. %r8, %r3, ALIGN_MASK
74 andi. %r7, %r4, ALIGN_MASK
H A Dmemcpy_vsx.S31 #define ALIGN_MASK 0xf macro
/freebsd-14.2/contrib/arm-optimized-routines/string/bench/
H A Dmemcpy.c97 #define ALIGN_MASK (ALIGN_NUM-1) macro
153 test_arr[i].dst &= ~dst_align_arr[rand32 (0) & ALIGN_MASK]; in init_copies()
155 test_arr[i].src &= ~src_align_arr[rand32 (0) & ALIGN_MASK]; in init_copies()
H A Dstrlen.c79 #define ALIGN_MASK (ALIGN_NUM - 1) macro
122 int align = strlen_align_arr[rand32 (0) & ALIGN_MASK]; in init_strlen_tests()
H A Dmemset.c88 #define ALIGN_MASK (ALIGN_NUM-1) macro
122 test_arr[i].offset &= ~align_arr[rand32 (0) & ALIGN_MASK]; in init_memset()
/freebsd-14.2/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_lzma2.h192 #define ALIGN_MASK (ALIGN_SIZE - 1) macro
/freebsd-14.2/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); in match()
H A Dlzma_encoder_optimum_normal.c123 + coder->align_prices[dist & ALIGN_MASK]; in get_dist_len_price()