Home
last modified time | relevance | path

Searched refs:excnt (Results 1 – 13 of 13) sorted by relevance

/dports/games/mangband/mangband-1.5.3/src/server/
H A Dobj-info.c677 int slcnt = 0, excnt = 0; in describe_slay() local
690 execs[excnt++] = "dragons"; in describe_slay()
696 execs[excnt++] = "demons"; in describe_slay()
702 execs[excnt++] = "undead"; in describe_slay()
718 if (!excnt) p_text_out(". "); in describe_slay()
721 if (excnt) in describe_slay()
728 output_list(execs, excnt); in describe_slay()
735 return ((excnt || slcnt) ? TRUE : FALSE); in describe_slay()
/dports/science/fastcap/fastcap-2.0wr/src/
H A DmulDisplay.c655 void dumpSynCore1(str, depth, fcnt, excnt, emcnt, tcnt) in dumpSynCore1() argument
656 int depth, *fcnt, *excnt, *emcnt, *tcnt; in dumpSynCore1()
702 int excnt[BUFSIZ], fcnt[BUFSIZ], emcnt[BUFSIZ], tcnt[BUFSIZ]; local
732 if(nc->mul_exact == TRUE) excnt[i]++;
740 dumpSynCore1(str, depth, fcnt, excnt, emcnt, tcnt);
749 if(nc->mul_exact == TRUE) excnt[lev]++;
752 dumpSynCore1(str, depth, fcnt, excnt, emcnt, tcnt);
762 if(nc->mul_exact == TRUE) excnt[lev]++;
766 dumpSynCore1(str, depth, fcnt, excnt, emcnt, tcnt);
776 if(nc->mul_exact == TRUE) excnt[lev]++;
[all …]
/dports/devel/hpx/hpx-1.2.1/python/scripts/
H A Dhpx_optsweep.py162 runs, configs, erruns, excnt = 0, 0, 0, 0 variable
268 excnt += 1
320 writeres('Exclusions: '+str(excnt)+'\n', ofhs)
328 results['header']['exclusions'] = excnt
/dports/graphics/netpbm/netpbm-10.91.01/urt/
H A Dscanargs.c116 int excnt; /* which flag is set */ local
261 for (excnt = exflag = 0
263 (--cp, excnt++))
281 *va_arg( argl, int *) |= (1 << excnt);
/dports/graphics/urt/urt-3.1b1_12/lib/
H A Dscanargs.c145 int excnt; /* which flag is set */ local
290 for (excnt = exflag = 0
292 (--cp, excnt++))
310 *va_arg( argl, int *) |= (1 << excnt);
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/s390/net/
H A Dbpf_jit_comp.c52 int excnt; /* Number of exception table entries */ member
662 if (WARN_ON_ONCE(jit->excnt >= fp->aux->num_exentries)) in bpf_jit_probe_mem()
665 ex = &fp->aux->extable[jit->excnt]; in bpf_jit_probe_mem()
683 jit->excnt++; in bpf_jit_probe_mem()
1700 jit->excnt = 0; in bpf_jit_prog()
1727 jit->excnt != fp->aux->num_exentries)) in bpf_jit_prog()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/s390/net/
H A Dbpf_jit_comp.c52 int excnt; /* Number of exception table entries */ member
662 if (WARN_ON_ONCE(jit->excnt >= fp->aux->num_exentries)) in bpf_jit_probe_mem()
665 ex = &fp->aux->extable[jit->excnt]; in bpf_jit_probe_mem()
683 jit->excnt++; in bpf_jit_probe_mem()
1700 jit->excnt = 0; in bpf_jit_prog()
1727 jit->excnt != fp->aux->num_exentries)) in bpf_jit_prog()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/s390/net/
H A Dbpf_jit_comp.c52 int excnt; /* Number of exception table entries */ member
662 if (WARN_ON_ONCE(jit->excnt >= fp->aux->num_exentries)) in bpf_jit_probe_mem()
665 ex = &fp->aux->extable[jit->excnt]; in bpf_jit_probe_mem()
683 jit->excnt++; in bpf_jit_probe_mem()
1700 jit->excnt = 0; in bpf_jit_prog()
1727 jit->excnt != fp->aux->num_exentries)) in bpf_jit_prog()
/dports/audio/xmcd/xmcd-3.3.2/common_d/
H A Dutil.c125 STATIC int excnt, variable
792 excnt = n; in util_start()
796 excnt * sizeof(char *) in util_start()
844 exlen = (int *) MEM_ALLOC("exlen", sizeof(int) * excnt); in util_start()
850 for (i = 0; i < excnt; i++) in util_start()
2690 for (i = 0, t = exclude_words, len = exlen; i < excnt; in util_text_reduce()
2701 if (i < excnt) in util_text_reduce()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/net/
H A Dbpf_jit_comp.c905 int i, cnt = 0, excnt = 0; in do_jit() local
1309 if (excnt >= bpf_prog->aux->num_exentries) { in do_jit()
1313 ex = &bpf_prog->aux->extable[excnt++]; in do_jit()
1712 if (image && excnt != bpf_prog->aux->num_exentries) { in do_jit()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/net/
H A Dbpf_jit_comp.c905 int i, cnt = 0, excnt = 0; in do_jit() local
1309 if (excnt >= bpf_prog->aux->num_exentries) { in do_jit()
1313 ex = &bpf_prog->aux->extable[excnt++]; in do_jit()
1712 if (image && excnt != bpf_prog->aux->num_exentries) { in do_jit()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/net/
H A Dbpf_jit_comp.c905 int i, cnt = 0, excnt = 0; in do_jit() local
1309 if (excnt >= bpf_prog->aux->num_exentries) { in do_jit()
1313 ex = &bpf_prog->aux->extable[excnt++]; in do_jit()
1712 if (image && excnt != bpf_prog->aux->num_exentries) { in do_jit()
/dports/graphics/grads/grads-1.9b4/src/
H A DgxX.c151 static int excnt; /* Count of exposes to skip */ variable
185 excnt = 0; in gxdbgn()
577 if (excnt>0) excnt--; in gxdeve()
2271 excnt++; in gxpopdm()
2554 if (excnt>0) excnt--; in gxdlg()
2895 excnt++; in gxdlg()