Home
last modified time | relevance | path

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

/freebsd/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/contrib/arm-optimized-routines/string/bench/
H A Dmemcpy.c80 #define ALIGN_MASK (ALIGN_NUM-1) macro
136 test_arr[i].dst &= ~dst_align_arr[rand32 (0) & ALIGN_MASK]; in init_copies()
138 test_arr[i].src &= ~src_align_arr[rand32 (0) & ALIGN_MASK]; in init_copies()
H A Dmemset.c79 #define ALIGN_MASK (ALIGN_NUM-1) macro
113 test_arr[i].offset &= ~align_arr[rand32 (0) & ALIGN_MASK]; in init_memset()
H A Dstrlen.c62 #define ALIGN_MASK (ALIGN_NUM - 1) macro
105 int align = strlen_align_arr[rand32 (0) & ALIGN_MASK]; in init_strlen_tests()
/freebsd/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_lzma2.h192 #define ALIGN_MASK (ALIGN_SIZE - 1) macro