Lines Matching refs:xmaxc
16 word LARc[8], Nc[4], Mc[4], bc[4], xmaxc[4], xmc[13*4]; variable
44 xmaxc[0] = sr & 0x3f; sr >>= 6;
68 xmaxc[1] = sr & 0x3f; sr >>= 6;
92 xmaxc[2] = sr & 0x3f; sr >>= 6;
116 xmaxc[3] = sr & 0x3f; sr >>= 6;
158 xmaxc[0] = sr & 0x3f; sr >>= 6;
182 xmaxc[1] = sr & 0x3f; sr >>= 6;
206 xmaxc[2] = sr & 0x3f; sr >>= 6;
230 xmaxc[3] = sr & 0x3f; sr >>= 6;
272 xmaxc[0] = (*c++ & 0x1F) << 1;
273 xmaxc[0] |= (*c >> 7) & 0x1;
294 xmaxc[1] = (*c++ & 0x1F) << 1;
295 xmaxc[1] |= (*c >> 7) & 0x1;
316 xmaxc[2] = (*c++ & 0x1F) << 1;
317 xmaxc[2] |= (*c >> 7) & 0x1;
338 xmaxc[3] = (*c++ & 0x1F) << 1;
339 xmaxc[3] |= (*c >> 7) & 0x1;
358 Gsm_Decoder(s, LARc, Nc, bc, Mc, xmaxc, xmc, target);