Lines Matching refs:c2
192 unsigned int c1,c2; in pvr2_std_id_to_str() local
203 c2 = scnprintf(bufPtr,bufSize,";"); in pvr2_std_id_to_str()
204 c1 += c2; in pvr2_std_id_to_str()
205 bufSize -= c2; in pvr2_std_id_to_str()
206 bufPtr += c2; in pvr2_std_id_to_str()
209 c2 = scnprintf(bufPtr,bufSize, in pvr2_std_id_to_str()
213 c2 = scnprintf(bufPtr,bufSize,"/"); in pvr2_std_id_to_str()
215 c1 += c2; in pvr2_std_id_to_str()
216 bufSize -= c2; in pvr2_std_id_to_str()
217 bufPtr += c2; in pvr2_std_id_to_str()
218 c2 = scnprintf(bufPtr,bufSize, in pvr2_std_id_to_str()
220 c1 += c2; in pvr2_std_id_to_str()
221 bufSize -= c2; in pvr2_std_id_to_str()
222 bufPtr += c2; in pvr2_std_id_to_str()