Searched defs:approx_run (Results 1 – 1 of 1) sorted by relevance
71 void stressGetKeys(dict *d, int times, int *perfect_run, int *approx_run) { in stressGetKeys()122 int perfect_run = 0, approx_run = 0; in main() local