Lines Matching refs:c2
178 unsigned int c1,c2; in pvr2_std_id_to_str() local
189 c2 = scnprintf(bufPtr,bufSize,";"); in pvr2_std_id_to_str()
190 c1 += c2; in pvr2_std_id_to_str()
191 bufSize -= c2; in pvr2_std_id_to_str()
192 bufPtr += c2; in pvr2_std_id_to_str()
195 c2 = scnprintf(bufPtr,bufSize, in pvr2_std_id_to_str()
199 c2 = scnprintf(bufPtr,bufSize,"/"); in pvr2_std_id_to_str()
201 c1 += c2; in pvr2_std_id_to_str()
202 bufSize -= c2; in pvr2_std_id_to_str()
203 bufPtr += c2; in pvr2_std_id_to_str()
204 c2 = scnprintf(bufPtr,bufSize, in pvr2_std_id_to_str()
206 c1 += c2; in pvr2_std_id_to_str()
207 bufSize -= c2; in pvr2_std_id_to_str()
208 bufPtr += c2; in pvr2_std_id_to_str()