Lines Matching defs:max
147 unsigned int i, j, max;
154 max = i_rand_limit(sizeof(buf));
155 for (j = 0; j < max; j++)
160 base32_encode(TRUE, buf, max, str);
162 test_assert(str_len(dest) == max &&
163 memcmp(buf, str_data(dest), max) == 0);
169 max = i_rand_limit(sizeof(buf));
170 for (j = 0; j < max; j++)
175 base32hex_encode(TRUE, buf, max, str);
177 test_assert(str_len(dest) == max &&
178 memcmp(buf, str_data(dest), max) == 0);