Home | History | Annotate | Download | only in src

Lines Matching refs:xmaxc

19 #	define	xmaxc	*((gsm_signal (*) [17])(target + 11))
47 xmaxc[0] = sr & 0x3f; sr >>= 6;
73 xmaxc[1] = sr & 0x3f; sr >>= 6;
100 xmaxc[2] = sr & 0x3f; sr >>= 6;
128 xmaxc[3] = sr & 0x3f; sr >>= 6;
173 xmaxc[0] = sr & 0x3f; sr >>= 6;
199 xmaxc[1] = sr & 0x3f; sr >>= 6;
226 xmaxc[2] = sr & 0x3f; sr >>= 6;
252 xmaxc[3] = sr & 0x3f; sr >>= 6;
302 xmaxc[0] = (*c++ & 0x1F) << 1;
303 xmaxc[0] |= (*c >> 7) & 0x1;
332 xmaxc[1] = (*c++ & 0x1F) << 1;
333 xmaxc[1] |= (*c >> 7) & 0x1;
362 xmaxc[2] = (*c++ & 0x1F) << 1;
363 xmaxc[2] |= (*c >> 7) & 0x1;
392 xmaxc[3] = (*c++ & 0x1F) << 1;
393 xmaxc[3] |= (*c >> 7) & 0x1;