Lines Matching refs:ch
83 s32 ch; in _DEMODumpSerial() local
101 ch = data[3*idx] >> 2; in _DEMODumpSerial()
102 ch = _DEMO_UUENC(ch); in _DEMODumpSerial()
103 *pc++ = ch; in _DEMODumpSerial()
104 ch = ((data[3*idx] << 4) & 060) | ((data[3*idx+1] >> 4) & 017); in _DEMODumpSerial()
105 ch = _DEMO_UUENC(ch); in _DEMODumpSerial()
106 *pc++ = ch; in _DEMODumpSerial()
107 ch = ((data[3*idx+1] << 2) & 074) | ((data[3*idx+2] >> 6) & 03); in _DEMODumpSerial()
108 ch = _DEMO_UUENC(ch); in _DEMODumpSerial()
109 *pc++ = ch; in _DEMODumpSerial()
110 ch = data[3*idx+2] & 077; in _DEMODumpSerial()
111 ch = _DEMO_UUENC(ch); in _DEMODumpSerial()
112 *pc++ = ch; in _DEMODumpSerial()
128 ch = data[3*idx] >> 2; in _DEMODumpSerial()
129 ch = _DEMO_UUENC(ch); in _DEMODumpSerial()
130 *pc++ = ch; in _DEMODumpSerial()
131 ch = ((data[3*idx] << 4) & 060) | ((data[3*idx+1] >> 4) & 017); in _DEMODumpSerial()
132 ch = _DEMO_UUENC(ch); in _DEMODumpSerial()
133 *pc++ = ch; in _DEMODumpSerial()
134 ch = ((data[3*idx+1] << 2) & 074) | ((data[3*idx+2] >> 6) & 03); in _DEMODumpSerial()
135 ch = _DEMO_UUENC(ch); in _DEMODumpSerial()
136 *pc++ = ch; in _DEMODumpSerial()
137 ch = data[3*idx+2] & 077; in _DEMODumpSerial()
138 ch = _DEMO_UUENC(ch); in _DEMODumpSerial()
139 *pc++ = ch; in _DEMODumpSerial()
146 ch = data[3*idx] >> 2; in _DEMODumpSerial()
147 ch = _DEMO_UUENC(ch); in _DEMODumpSerial()
148 *pc++ = ch; in _DEMODumpSerial()
150 ch = ((data[3*idx] << 4) & 060) | ((data[3*idx+1] >> 4) & 017); in _DEMODumpSerial()
151 ch = _DEMO_UUENC(ch); in _DEMODumpSerial()
152 *pc++ = ch; in _DEMODumpSerial()
153 ch = ((data[3*idx+1] << 2) & 074); in _DEMODumpSerial()
154 ch = _DEMO_UUENC(ch); in _DEMODumpSerial()
155 *pc++ = ch; in _DEMODumpSerial()
156 ch = 0; in _DEMODumpSerial()
157 ch = _DEMO_UUENC(ch); in _DEMODumpSerial()
158 *pc++ = ch; in _DEMODumpSerial()
160 ch = ((data[3*idx] << 4) & 060); in _DEMODumpSerial()
161 ch = _DEMO_UUENC(ch); in _DEMODumpSerial()
162 *pc++ = ch; in _DEMODumpSerial()
163 ch = 0; in _DEMODumpSerial()
164 ch = _DEMO_UUENC(ch); in _DEMODumpSerial()
165 *pc++ = ch; in _DEMODumpSerial()
166 ch = data[3*idx+2] & 077; in _DEMODumpSerial()
167 ch = _DEMO_UUENC(ch); in _DEMODumpSerial()
168 *pc++ = ch; in _DEMODumpSerial()