Home
last modified time | relevance | path

Searched refs:cal_j (Results 1 – 1 of 1) sorted by relevance

/dports/comms/kermit/kermit-9.0.305.04/
H A Dckcfns.c276 int cal_j = 0; variable
1745 if (cal_j > CAL_M * ffc)
1746 cal_j = cal_a[ffc & 0xff];
1747 x = (unsigned)cal_a[(cal_j & 0xff)];
1751 cal_j += (unsigned int)(ffc + CAL_O);
2738 if (cal_j > CAL_M * ffc)
2739 cal_j = cal_a[ffc & 0xff];
2740 x = (unsigned)cal_a[(cal_j & 0xff)];
2743 cal_j += (unsigned int)(ffc + CAL_O);
5519 cal_j = 0; in gnfile()