Lines Matching refs:sll
11 void foo(signed char sc, unsigned char uc, signed long long sll, in foo() argument
138 csc1 = sll; in foo()
168 cuc1 = sll; in foo()
200 csll1 = sll; in foo()
230 cull1 = sll; in foo()
372 csll1 = sll + csc; in foo()
387 csll1 = sll + cuc; in foo()
402 csll1 = sll + csll; in foo()
415 csll1 = sll + cull; in foo()
520 csll1 = csc + sll; in foo()
586 csll1 = cuc + sll; in foo()
644 csll1 = csll + sll; in foo()
698 csll1 = cull + sll; in foo()