Searched refs:ncount (Results 1 - 4 of 4) sorted by relevance

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_dfa_exec.c1431 int ncount = 0; local
1444 ncount++;
1449 ADD_NEW_DATA(-state_offset, count, ncount);
1462 int ncount = 0; local
1476 if (ptr + 1 < end_subject && UCHAR21TEST(ptr + 1) == CHAR_LF) ncount = 1;
1487 ADD_NEW_DATA(-state_offset, count, ncount);
1692 int ncount = 0; local
1706 ncount++;
1710 ADD_NEW_DATA(-(state_offset + count), 0, ncount);
1731 int ncount local
1964 int ncount = 0; local
2001 int ncount = 0; local
2166 int ncount = 0; local
[all...]
/barrelfish-2018-10-04/lib/usb/class/
H A Dusb_hid.c211 if (s->icount < s->ncount) {
240 s->ncount = 0;
307 s->ncount = 255;
309 s->ncount = c->loc.count;
317 s->ncount = 1;
/barrelfish-2018-10-04/include/vm/
H A Dvnode_pager.c1167 int maxsize, ncount; local
1191 ncount = count;
1213 ncount = btoc(maxsize);
1221 m = ma[ncount - 1];
1230 ncount = 0;
1232 if (ncount < count) {
1233 for (i = ncount; i < count; i++) {
1266 PCPU_ADD(cnt.v_vnodepgsout, ncount);
1277 for (i = 0; i < ncount; i++) {
/barrelfish-2018-10-04/include/usb/class/
H A Dusb_hid.h194 uint8_t ncount; /* end usage item count */ member in struct:usb_hid_data

Completed in 60 milliseconds