Searched refs:acodehigh (Results 1 – 1 of 1) sorted by relevance
41 const unsigned char acodehigh = (3 + bit_pos / 8) < 8 ? blksrc[3 + bit_pos / 8] : 0; in TAG() local43 (acodehigh << (8 - (bit_pos & 0x7)))) & 0x7; in TAG()