Searched refs:cutoff (Results 1 – 5 of 5) sorted by relevance
26 extern int cutoff;53 if (n == cutoff && num_recycles > 0) { in execute()67 if (n < cutoff) { in compute_impl()
27 extern int cutoff;50 if (n < cutoff) { in execute()
24 int cutoff; variable50 cutoff = argc > 2 ? strtol(argv[2], nullptr, 0) : 16; in main()
21 * `C` - cutoff that will be used to stop recursive split.
34 # `C` - cutoff that will be used to stop recursive split.