Lines Matching refs:uc
11 void foo(signed char sc, unsigned char uc, signed long long sll, in foo() argument
131 csc1 = uc; in foo()
161 cuc1 = uc; in foo()
192 csll1 = uc; in foo()
222 cull1 = uc; in foo()
308 csc1 = uc + csc; in foo()
326 cuc1 = uc + cuc; in foo()
344 csll1 = uc + csll; in foo()
358 cull1 = uc + cull; in foo()
502 csc1 = csc + uc; in foo()
568 cuc1 = cuc + uc; in foo()
630 csll1 = csll + uc; in foo()
684 cull1 = cull + uc; in foo()