Lines Matching refs:count
41 * record count (2 bytes)
42 * offset table (4 x record count bytes in load order)
53 * record count (2 bytes)
338 unsigned int count;
340 count = raw[0] * 256 + raw[1];
341 if (count == 0) {
346 raw += 2 + (4 * count);
352 * position, so we decrement the total count by one before storing
355 count--;
356 rdataset->privateuint4 = count;
364 unsigned int count;
368 count = rdataset->privateuint4;
369 if (count == 0)
371 count--;
372 rdataset->privateuint4 = count;
426 unsigned int count;
428 count = raw[0] * 256 + raw[1];
430 return (count);
479 unsigned int count, length;
485 count = *current++ * 256;
486 count += *current++;
488 current += (4 * count);
490 while (count > 0) {
491 count--;
551 unsigned int count, i;
557 count = *current++ * 256;
558 count += *current++;
561 current += (4 * count);
564 for (i = 0; i < count; i++) {
584 unsigned int ocount, ncount, count, olength, tlength, tcount, length;
634 for (count = 0; count < ocount; count++) {
647 * Start figuring out the target length and count.
713 * Write the new count.
852 unsigned int mcount, scount, rcount ,count, tlength, tcount, i;
877 * Start figuring out the target length and count.
897 for (count = 0; count < scount; count++) {
903 if (count == scount) {
958 * Write the new count.
984 for (count = 0; count < scount; count++) {
990 if (count == scount) {