Searched refs:SIZE_MASK (Results 1 – 8 of 8) sorted by relevance
58 #define SIZE_MASK (SIZE_NUM - 1) macro123 int exp_len = strlen_len_arr[rand32 (0) & SIZE_MASK]; in init_strlen_tests()
50 #define SIZE_MASK (SIZE_NUM-1) macro149 copy[i].len = size_arr[rand32 (0) & SIZE_MASK]; in init_copies()
19 #define SIZE_MASK (-SIZE_ALIGN) macro
246 *n = (*n + OVERHEAD + SIZE_ALIGN - 1) & SIZE_MASK; in adjust_size()
65 #define SIZE_MASK (-SIZE_ALIGN) macro
253 *n = (*n + OVERHEAD + SIZE_ALIGN - 1) & SIZE_MASK; in adjust_size()
256 SIZE_MASK = 7, enumerator