Home | History | Annotate | Download | only in src

Lines Matching refs:byte2

953     int byte0, byte1, byte2, shift, tmpvar;
976 byte2 = (stream->curr_word << 16) >> 24;
977 if (byte2)
979 tmpvar = byte2 >> 4;
987 shift = 5 - firstOne[byte2];