Searched refs:num_loops (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/crypto/heimdal/lib/gssapi/ |
| H A D | test_acquire_cred.c | 183 static int num_loops = 1; variable 189 {"loops", 0, arg_integer, &num_loops, "enctype-num", NULL }, 290 for (i = 0; i < num_loops; i++) { in main()
|
| H A D | test_context.c | 119 int num_loops = 0; in loop() local 155 num_loops++; in loop() 234 if (max_loops && num_loops > max_loops) in loop() 236 num_loops, max_loops); in loop() 241 printf("num loops %d\n", num_loops); in loop()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | InlineModelFeatureMaps.h | 46 M(int64_t, {1}, num_loops, "Number of loops in the caller") \
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InlineCost.cpp | 1289 increment(InlineCostFeatureIndex::num_loops, in finalizeAnalysis()
|