Lines Matching defs:skip
1477 /* skip the padding bytes */
1646 /* skip the rest of the block */
1687 /* if there is a partial point left, skip over it */
1713 goto skip;
1752 goto skip;
1761 goto skip;
1772 goto skip;
1784 skip:
1948 unsigned i, skip;
1950 /* skip the version and flags bytes */
1953 /* get the size (in bytes) to skip */
1954 skip = 0;
1958 skip <<= 7;
1959 skip |= (x & 0x7f);
1961 /* skip the rest of the tag */
1962 if(!FLAC__bitreader_skip_byte_block_aligned_no_crc(decoder->private_->input, skip))