Lines Matching refs:parse_length
363 go->parse_length = 0;
482 y = (((go->parse_length - 1) << 3) + i) / (go->width >> 4);
483 x = (((go->parse_length - 1) << 3) + i) % (go->width >> 4);
606 go->parse_length = 12;
613 go->parse_length = 0;
655 go->parse_length = buf[i] << 8;
659 go->parse_length |= buf[i];
660 if (go->parse_length > 0)
666 if (go->parse_length < 204) {
667 if (go->parse_length & 1) {
672 } else if (go->parse_length == 207 && vb) {
675 if (++go->parse_length == 208)
679 if (--go->parse_length == 0)