Home
last modified time | relevance | path

Searched refs:cur_repeat (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/tests/
H A Darm_mte_compress.c279 int cur_repeat = 0; // will be set on the first iteration in random_tag_runs_buf() local
283 if (cur_run == cur_repeat) { in random_tag_runs_buf()
284 cur_repeat = (my_rand() % max_run) + 1; in random_tag_runs_buf()