Lines Matching refs:sc
11 void foo(signed char sc, unsigned char uc, signed long long sll, in foo() argument
122 csc1 = sc; in foo()
152 cuc1 = sc; in foo()
182 csll1 = sc; in foo()
212 cull1 = sc; in foo()
242 csc1 = sc + csc; in foo()
260 cuc1 = sc + cuc; in foo()
278 csll1 = sc + csll; in foo()
292 cull1 = sc + cull; in foo()
482 csc1 = csc + sc; in foo()
548 csc1 = cuc + sc; in foo()
614 csll1 = csll + sc; in foo()
668 csll1 = cull + sc; in foo()