Searched refs:mul_3x3 (Results 1 – 1 of 1) sorted by relevance
33 static int mul_3x3 [3 * 3 * 3]; variable90 mul_3x3[x1 + x2 * 3 + x3* 3 * 3] = x1 + (x2 << 4) + (x3 << 8); in decode_init()339 n1 = (mul_3x3[b] & 0x0F) - 1; in t15()340 n2 = ((mul_3x3[b] >> 4) & 0x0F) - 1; in t15()341 n3 = ((mul_3x3[b] >> 8) & 0x0F) - 1; in t15()