Searched refs:insertLengthOffsets (Results 1 – 2 of 2) sorted by relevance
168 short[] insertLengthOffsets = new short[24]; in unpackCommandLookupTable() local172 insertLengthOffsets[i + 1] = in unpackCommandLookupTable()173 (short) (insertLengthOffsets[i] + (1 << INSERT_LENGTH_N_BITS[i])); in unpackCommandLookupTable()194 cmdLookup[index + 1] = insertLengthOffsets[insertCode]; in unpackCommandLookupTable()
85 var /** !Int16Array */ insertLengthOffsets = new Int16Array(24);89 insertLengthOffsets[i + 1] = (insertLengthOffsets[i] + (1 << INSERT_LENGTH_N_BITS[i]));105 cmdLookup[index + 1] = insertLengthOffsets[insertCode];