Home
last modified time | relevance | path

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

/third_party/optimized-routines/string/bench/
H A Dmemcpy.c90 #define ALIGN_MASK (ALIGN_NUM-1) macro
146 copy[i].dst &= ~dst_align_arr[rand32 (0) & ALIGN_MASK]; in init_copies()
148 copy[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()
/third_party/toybox/toys/pending/
H A Dxzcat.c1167 #define ALIGN_MASK (ALIGN_SIZE - 1) macro

Completed in 5 milliseconds