Lines Matching full:x1ff
394 ep_table[1] = ep_table[3] = ((((j - i) & 0x78) | 4) * slope >> 8) & 0x1ff;
395 ep_table[2] = (t1 >> 8) & 0x1ff;
396 ep_table[4] = ((((j - i) + 0x80) | 4) * slope >> 8) & 0x1ff;
397 ep_table[5] = ((t1 + t0) >> 8) & 0x1ff;
398 ep_table[6] = (t2 >> 8) & 0x1ff;
399 ep_table[7] = ((t2 + t0) >> 8) & 0x1ff;