Searched refs:mul_3x5 (Results 1 – 1 of 1) sorted by relevance
34 static int mul_3x5 [5 * 5 * 5]; variable94 mul_3x5[x1 + x2 * 5 + x3 * 5 * 5] = x1 + (x2 << 4) + (x3 << 8); in decode_init()368 n1 = (mul_3x5[b] & 0x0F) - 2; in t27()369 n2 = ((mul_3x5[b] >> 4) & 0x0F) - 2; in t27()370 n3 = ((mul_3x5[b] >> 8) & 0x0F) - 2; in t27()