Searched refs:cnum (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/games/cribbage/
H A Dcrib.c477 int cnum, pnum, sum; local
482 cnum = pnum = CINHAND;
494 prhand(ch, cnum, Compwin, TRUE);
497 if (!anymove(ch, cnum, sum)) { /* if no card to play */
498 if (!mego && cnum) { /* go for comp? */
520 for (i = 0; i < cnum; i++) {
528 j = cchose(ch, cnum, sum);
530 cremove(crd, ch, cnum--);
550 if (anymove(ch, cnum, sum))
602 if (!pnum && !cnum)
[all...]
/netbsd-current/sys/arch/pmax/pmax/
H A Dpromcall.c221 prom_scsiid(int cnum) argument
226 snprintf(scsiid_var, 8, "scsiid%d", cnum);
/netbsd-current/sys/arch/powerpc/ibm4xx/
H A Dpmap.c1562 ctx_flush(int cnum) argument
1568 if (tlb_info[i].ti_ctx == cnum) {
1572 i, cnum);
1591 int cnum, s; local
1598 cnum = next;
1600 if (++cnum >= NUMCTX)
1601 cnum = MINCTX;
1602 } while (ctxbusy[cnum] != NULL && cnum != next);
1605 if (cnum < MINCT
[all...]
/netbsd-current/lib/libterminfo/
H A Dcompile.c597 long cnum; local
720 cnum = strtol(p, &e, 0);
726 if (!VALID_NUMERIC(cnum) || cnum > INT32_MAX) {
728 tic->name, token, cnum);
731 if (cnum > INT16_MAX) {
733 cnum = INT16_MAX;
739 num = (int)cnum;
/netbsd-current/sys/fs/ntfs/
H A Dntfs_subr.c1036 u_int32_t aoff, cnum; local
1094 cnum = fp->f_lastdnum;
1099 cnum = 0;
1104 attrnum, (u_int32_t) blnum, cnum, num, aoff));
1129 if (cnum >= num) {
1130 fp->f_lastdnum = cnum;
1140 cnum++;
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx509_vfy.c900 int cnum = ctx->error_depth; local
901 X509 *x = sk_X509_value(ctx->chain, cnum);
1518 int cnum = ctx->error_depth; local
1528 else if (cnum < chnum)
1529 issuer = sk_X509_value(ctx->chain, cnum + 1);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_vfy.c936 int cnum = ctx->error_depth; local
937 X509 *x = sk_X509_value(ctx->chain, cnum);
1530 int cnum = ctx->error_depth; local
1540 } else if (cnum < chnum) {
1541 issuer = sk_X509_value(ctx->chain, cnum + 1);
/netbsd-current/sys/arch/sparc/sparc/
H A Dpmap.c2133 int cnum, i = 0, doflush; local
2158 cnum = c - ctxinfo;
2168 c = &ctxinfo[cnum = ctx_kick];
2175 cpu_number(), cnum, c->c_pmap);
2190 pm->pm_ctxnum = cnum;
2214 setcontext4(cnum);
2216 cache_flush_context(cnum);
2277 cache_flush_context(cnum);
2289 setpgt4m(&cpi->ctx_tbl[cnum],
2296 setcontext4m(cnum);
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmips-tdep.c1561 int cnum = (itype_rt (inst) >> 2) & (count - 1); local
1574 if (((cond >> cnum) & mask) != mask * !tf)
1857 int cnum = b2s3_cc (insn >> 16) & (count - 1); local
1870 if (((cond >> cnum) & mask) != mask * !tf)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmips-tdep.c1583 int cnum = (itype_rt (inst) >> 2) & (count - 1); local
1596 if (((cond >> cnum) & mask) != mask * !tf)
1879 int cnum = b2s3_cc (insn >> 16) & (count - 1); local
1892 if (((cond >> cnum) & mask) != mask * !tf)
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c139120 i16 cnum = pIdx->aiColumn[i]; local
[all...]

Completed in 743 milliseconds