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

/freebsd-12-stable/contrib/processor-trace/libipt/src/
H A Dpt_section.c260 uint16_t acount, ucount; local
271 acount = section->acount;
272 if (!acount) {
277 section->acount = 1;
282 acount += 1;
283 if (!acount) {
288 if (ucount < acount)
294 section->acount = acount;
306 uint16_t acount, ucount; local
[all...]
/freebsd-12-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-image_section_cache.c59 int acount; member in struct:pt_section
67 /* A lock protecting the iscache and acount fields. */
263 int errcode, ucount, acount; local
273 acount = section->acount;
274 if (!acount) {
279 section->acount = 1;
284 acount += 1;
285 if (!acount) {
290 if (ucount < acount)
308 int errcode, ucount, acount; local
[all...]
H A Dptunit-section.c386 sfix->section->acount = UINT16_MAX;
391 sfix->section->acount = 0;
407 sfix->section->acount = 2;
412 sfix->section->acount = 0;
/freebsd-12-stable/contrib/processor-trace/libipt/internal/include/
H A Dpt_section.h131 /* A lock protecting the @iscache and @acount fields.
146 uint16_t acount; member in struct:pt_section
/freebsd-12-stable/contrib/gcclibs/libcpp/
H A Ddirectives.c1817 unsigned int acount; local
1842 for (acount = 0;; acount++)
1858 room_needed = (sizeof (struct answer) + acount * sizeof (cpp_token));
1863 dest = &((struct answer *) BUFF_FRONT (pfile->a_buff))->first[acount];
1867 if (acount == 0)
1871 if (acount == 0)
1878 answer->count = acount;
/freebsd-12-stable/sys/dev/nsp/
H A Dnsp.c1036 u_int rcount, acount; local
1090 acount = nsp_fifo_count(sc);
1092 if (rcount <= acount)

Completed in 177 milliseconds