Lines Matching defs:count
7754 int count = -(static_cast<int>(*in++));
7755 inLength -= count + 1;
7758 if ((0 > (maxLength -= count)) || (inLength < 0)) return 0;
7760 memcpy(out, in, count);
7761 out += count;
7762 in += count;
7764 int count = *in++;
7767 if (0 > (maxLength -= count + 1) || inLength < 0) return 0;
7769 memset(out, *reinterpret_cast<const char *>(in), count + 1);
7770 out += count + 1;
8339 // For each i from 0 through 58, count the
8341 // store the count in n[i].
8435 // Add a pseudo-symbol, with a frequency count of 1, to frq;