Lines Matching refs:count

6153 	      var count = 0,
6162 if (++count >= HOT_COUNT) {
6166 count = 0;
17144 count: this._pageBuffer.length
23897 var count = 0; /* repeat count of the current code */
23911 if (++count < max_count && curlen === nextlen) {
23914 } else if (count < min_count) {
23915 s.bl_tree[curlen * 2]/*.Freq*/ += count;
23922 } else if (count <= 10) {
23929 count = 0;
23963 var count = 0; /* repeat count of the current code */
23977 if (++count < max_count && curlen === nextlen) {
23980 } else if (count < min_count) {
23981 do { send_code(s, curlen, s.bl_tree); } while (--count !== 0);
23986 count--;
23990 send_bits(s, count-3, 2);
23992 } else if (count <= 10) {
23994 send_bits(s, count-3, 3);
23998 send_bits(s, count-11, 7);
24001 count = 0;
26326 var count = new utils.Buf16(MAXBITS+1); //[MAXBITS+1]; /* number of codes of each length */
26366 count[len] = 0;
26369 count[lens[lens_index + sym]]++;
26375 if (count[max] !== 0) { break; }
26396 if (count[min] !== 0) { break; }
26406 left -= count[len];
26418 offs[len + 1] = offs[len] + count[len];
26538 if (--count[len] === 0) {
26557 left -= count[curr + drop];
29946 var count, entries, entry, format, i, name, stringOffset, strings, text, _i, _j, _len, _name;
29949 count = data.readShort();
29952 for (i = _i = 0; 0 <= count ? _i < count : _i > count; i = 0 <= count ? ++_i : --_i) {
30329 …var code, count, endCode, glyphId, glyphIds, i, idDelta, idRangeOffset, index, saveOffset, segCoun…
30383 count = (this.length - data.pos + this.offset) / 2;
30387 for (i = _j = 0; 0 <= count ? _j < count : _j > count; i = 0 <= count ? ++_j : --_j) {