HomeSort by relevance Sort by last modified time
    Searched refs:xmc (Results 1 - 5 of 5) sorted by null

  /external/libgsm/src/
gsm_print.c 18 word LARc[8], Nc[4], Mc[4], bc[4], xmaxc[4], xmc[13*4]; local
43 xmc[0] = (*c >> 4) & 0x7;
44 xmc[1] = (*c >> 1) & 0x7;
45 xmc[2] = (*c++ & 0x1) << 2;
46 xmc[2] |= (*c >> 6) & 0x3;
47 xmc[3] = (*c >> 3) & 0x7;
48 xmc[4] = *c++ & 0x7;
49 xmc[5] = (*c >> 5) & 0x7;
50 xmc[6] = (*c >> 2) & 0x7;
51 xmc[7] = (*c++ & 0x3) << 1; /* 10 *
    [all...]
gsm_implode.c 33 xmc[0] 3 12
34 xmc[1] 3 13
35 xmc[2] 3 14
36 xmc[3] 3 15
37 xmc[4] 3 16
38 xmc[5] 3 17
39 xmc[6] 3 18
40 xmc[7] 3 19
41 xmc[8] 3 20
42 xmc[9] 3 2
138 #undef xmc macro
139 #define xmc macro
165 #undef xmc macro
166 #define xmc macro
192 #undef xmc macro
193 #define xmc macro
219 #undef xmc macro
220 #define xmc macro
265 #undef xmc macro
266 #define xmc macro
292 #undef xmc macro
293 #define xmc macro
319 #undef xmc macro
320 #define xmc macro
346 #undef xmc macro
347 #define xmc macro
399 #undef xmc macro
400 #define xmc macro
433 #undef xmc macro
434 #define xmc macro
467 #undef xmc macro
468 #define xmc macro
501 #undef xmc macro
502 #define xmc macro
    [all...]
gsm_encode.c 15 word LARc[8], Nc[4], Mc[4], bc[4], xmaxc[4], xmc[13*4]; local
17 Gsm_Coder(s, source, LARc, Nc, bc, Mc, xmaxc, xmc);
37 xmc[0] 3
38 xmc[1] 3
39 xmc[2] 3
40 xmc[3] 3
41 xmc[4] 3
42 xmc[5] 3
43 xmc[6] 3
44 xmc[7]
    [all...]
gsm_explode.c 48 #undef xmc macro
49 #define xmc (target + 12) macro
50 xmc[0] = sr & 0x7; sr >>= 3;
52 xmc[1] = sr & 0x7; sr >>= 3;
53 xmc[2] = sr & 0x7; sr >>= 3;
55 xmc[3] = sr & 0x7; sr >>= 3;
56 xmc[4] = sr & 0x7; sr >>= 3;
57 xmc[5] = sr & 0x7; sr >>= 3;
59 xmc[6] = sr & 0x7; sr >>= 3;
60 xmc[7] = sr & 0x7; sr >>= 3
74 #undef xmc macro
75 #define xmc macro
102 #undef xmc macro
103 #define xmc macro
129 #undef xmc macro
130 #define xmc macro
174 #undef xmc macro
175 #define xmc macro
200 #undef xmc macro
201 #define xmc macro
227 #undef xmc macro
228 #define xmc macro
254 #undef xmc macro
255 #define xmc macro
305 #undef xmc macro
306 #define xmc macro
335 #undef xmc macro
336 #define xmc macro
365 #undef xmc macro
366 #define xmc macro
395 #undef xmc macro
396 #define xmc macro
    [all...]
gsm_decode.c 16 word LARc[8], Nc[4], Mc[4], bc[4], xmaxc[4], xmc[13*4]; local
45 xmc[0] = sr & 0x7; sr >>= 3;
47 xmc[1] = sr & 0x7; sr >>= 3;
48 xmc[2] = sr & 0x7; sr >>= 3;
50 xmc[3] = sr & 0x7; sr >>= 3;
51 xmc[4] = sr & 0x7; sr >>= 3;
52 xmc[5] = sr & 0x7; sr >>= 3;
54 xmc[6] = sr & 0x7; sr >>= 3;
55 xmc[7] = sr & 0x7; sr >>= 3;
56 xmc[8] = sr & 0x7; sr >>= 3
    [all...]

Completed in 84 milliseconds