Lines Matching refs:parse_length
365 go->parse_length = 0;
484 y = (((go->parse_length - 1) << 3) + i) / (go->width >> 4);
485 x = (((go->parse_length - 1) << 3) + i) % (go->width >> 4);
608 go->parse_length = 12;
615 go->parse_length = 0;
657 go->parse_length = buf[i] << 8;
661 go->parse_length |= buf[i];
662 if (go->parse_length > 0)
668 if (go->parse_length < 204) {
669 if (go->parse_length & 1) {
674 } else if (go->parse_length == 207 && vb) {
677 if (++go->parse_length == 208)
681 if (--go->parse_length == 0)