Searched refs:acount (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/arch/atari/stand/ahdilabel/
H A Dcheck.c50 int i, j, rcount, acount; local
60 acount = 0;
126 acount++;
132 if (acount)
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/addpartial/
H A Daddpartial-overlay.c123 int acount , bcount; local
128 for(bv = attr->a_vals, acount = 0; bv->bv_val != NULL;
129 bv++, acount++)
138 if(acount != bcount)
140 Debug(LDAP_DEBUG_TRACE, "%s: acount != bcount, %s\n",
/netbsd-current/sys/kern/
H A Dkern_tc.c1206 uint64_t tcount, acount, dcount, *pcount; local
1287 acount = pps->capcount; /* use capture timestamp */
1291 acount = tcount; /* use current timestamp */
1300 acount = (dcount / 2) + pps->capcount;
1313 pps->capcount = acount;
1314 *pcount = acount;
1315 pps->ppscount[2] = acount;
1326 pps->capcount = acount;
1330 bintime_addx(&bt, pps->capth->th_scale * (acount - pps->capth->th_offset_count));
/netbsd-current/sys/dev/raidframe/
H A Drf_dagutils.c702 rf_ValidateBranch(RF_DagNode_t *node, int *scount, int *acount, argument
746 acount[node->antecedents[i]->nodeNum]++;
751 acount, nodes, unvisited)) {
811 int *scount, *acount;/* per-node successor and antecedent counts */ local
846 acount = RF_Malloc(nodecount * sizeof(*acount));
851 acount, nodes, unvisited)) {
875 if (nodes[i]->numSuccedents != acount[nodes[i]->nodeNum]) {
877 nodes[i]->name, nodes[i]->numSuccedents, acount[nodes[i]->nodeNum]);
891 RF_Free(acount, nodecoun
[all...]
/netbsd-current/tests/lib/libcurses/director/
H A Dtestlang_parse.y401 unsigned long acount;
403 acount = strtoul($3, NULL, 10);
404 for (i = 0; i < acount; i++) {
409 unsigned long i, acount;
412 acount = strtoul($3, NULL, 10);
414 for (i = 0; i < acount; i++) {
419 unsigned long i, acount;
421 acount = strtoul($3, NULL, 10);
422 for (i = 0; i < acount; i++) {
427 unsigned long i, acount;
[all...]
/netbsd-current/sys/dev/stbi/
H A Dstb_image.c3416 int rshift=0,gshift=0,bshift=0,ashift=0,rcount=0,gcount=0,bcount=0,acount=0; local
3439 ashift = high_bit(ma)-7; acount = bitcount(mr);
3459 a = (ma ? shiftsigned(v & ma, ashift, acount) : 255);

Completed in 264 milliseconds