Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/heimdal/lib/gssapi/
H A Dtest_acquire_cred.c183 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 Dtest_context.c119 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 DInlineModelFeatureMaps.h46 M(int64_t, {1}, num_loops, "Number of loops in the caller") \
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp1289 increment(InlineCostFeatureIndex::num_loops, in finalizeAnalysis()