Home | History | Annotate | Download | only in test

Lines Matching defs:matches

293     size_t matches;
307 matches = 0;
310 ++matches;
313 if (!TEST_size_t_le(matches, ctsize / 2 + ctsize / 100))
317 if (!TEST_size_t_gt(matches, ctsize / 2))
350 size_t matches;
365 matches = 0;
368 ++matches;
371 return TEST_size_t_le(matches, sizeof(checktext) / 100);
381 size_t matches;
396 matches = 0;
399 ++matches;
402 return TEST_size_t_le(matches, sizeof(checktext) / 100);
412 size_t matches;
427 matches = 0;
430 ++matches;
433 return TEST_size_t_le(matches, sizeof(checktext) / 100);