Lines Matching refs:uc
11 void foo(signed char sc, unsigned char uc, signed long long sll, in foo() argument
129 csc1 = uc; in foo()
159 cuc1 = uc; in foo()
190 csll1 = uc; in foo()
220 cull1 = uc; in foo()
306 csc1 = uc + csc; in foo()
324 cuc1 = uc + cuc; in foo()
342 csll1 = uc + csll; in foo()
356 cull1 = uc + cull; in foo()
500 csc1 = csc + uc; in foo()
566 cuc1 = cuc + uc; in foo()
628 csll1 = csll + uc; in foo()
682 cull1 = cull + uc; in foo()