Searched refs:tshift (Results 1 – 1 of 1) sorted by relevance
576 static const uint8_t tshift[4] { 0, 2, 4, 5 }; in encode_ise() local579 (((T >> tshift[j]) & ((1 << tbits[j]) - 1)) << bits); in encode_ise()635 static const uint8_t tshift[2] { 0, 3 }; in encode_ise() local638 (((T >> tshift[j]) & ((1 << tbits[j]) - 1)) << bits); in encode_ise()