Searched refs:ft_counter (Results 1 – 1 of 1) sorted by relevance
20 int ft_counter = 0, cb_counter = 0; variable67 ft_counter++; in ft_prob()233 printf("Avg CB %f Avg FT %f\n", cb_counter*1.000000/LCOUNT, ft_counter*1.0/LCOUNT); in main()