Searched refs:ALIGN_MASK (Results 1 – 7 of 7) sorted by relevance
41 #ifndef ALIGN_MASK42 #define ALIGN_MASK 0x7 macro55 andi. %r8, %r3, ALIGN_MASK56 andi. %r7, %r4, ALIGN_MASK
36 #ifndef ALIGN_MASK37 #define ALIGN_MASK 0x7 macro73 andi. %r8, %r3, ALIGN_MASK74 andi. %r7, %r4, ALIGN_MASK
31 #define ALIGN_MASK 0xf macro
80 #define ALIGN_MASK (ALIGN_NUM-1) macro136 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()
79 #define ALIGN_MASK (ALIGN_NUM-1) macro113 test_arr[i].offset &= ~align_arr[rand32 (0) & ALIGN_MASK]; in init_memset()
62 #define ALIGN_MASK (ALIGN_NUM - 1) macro105 int align = strlen_align_arr[rand32 (0) & ALIGN_MASK]; in init_strlen_tests()
192 #define ALIGN_MASK (ALIGN_SIZE - 1) macro