Lines Matching refs:sll
11 void foo(signed char sc, unsigned char uc, signed long long sll, in foo() argument
136 csc1 = sll; in foo()
166 cuc1 = sll; in foo()
198 csll1 = sll; in foo()
228 cull1 = sll; in foo()
370 csll1 = sll + csc; in foo()
385 csll1 = sll + cuc; in foo()
400 csll1 = sll + csll; in foo()
413 csll1 = sll + cull; in foo()
518 csll1 = csc + sll; in foo()
584 csll1 = cuc + sll; in foo()
642 csll1 = csll + sll; in foo()
696 csll1 = cull + sll; in foo()