Lines Matching defs:skip
1500 /*common case in PNGs is lots of zeros. Quickly skip over them as a speedup*/
1503 unsigned skip = hash->zeros[hashpos];
1504 if(skip > numzeros) skip = numzeros;
1505 backptr += skip;
1506 foreptr += skip;
4370 string2_begin = length + 1; /*skip keyword null terminator*/
4684 else /*it's not an implemented chunk type, so ignore it: skip over the data*/