Lines Matching defs:skipLength
174 uint64_t skipLength;
194 if (state.skipLength == target->wordSize) {
204 encodeULEB128(state.skipLength - target->wordSize, os);
209 encodeULEB128(state.skipLength - target->wordSize, os);
250 if (skip == state.skipLength) {
254 state.skipLength = skip;
255 } else if (skip < state.skipLength) {
263 state.skipLength = skip;
268 emitIncrement(skip - state.skipLength, os);
270 state.skipLength = target->wordSize;