Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineModelFeatureMaps.h48 M(int64_t, {1}, num_loops, "Number of loops in the caller") \
/src/sys/contrib/dev/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c3288 u16 num_loops, u16 wait, bool iqcalmode) in wlc_lcnphy_run_samples() argument
3294 if (num_loops != 0xffff) in wlc_lcnphy_run_samples()
3295 num_loops--; in wlc_lcnphy_run_samples()
3296 mod_phy_reg(pi, 0x640, (0xffff << 0), num_loops << 0); in wlc_lcnphy_run_samples()
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp1299 increment(InlineCostFeatureIndex::num_loops, in finalizeAnalysis()