Lines Matching refs:tmp
43 int tmp = 0; in test_int() local
46 tmp = i*c; in test_int()
48 result = i - tmp; in test_int()
70 tmp++; in test_int()
91 tmp = obj.ia; in test_int()
92 result = result + tmp; in test_int()
104 long tmp = 0; in test_long() local
107 tmp = i*c; in test_long()
109 result = i - tmp; in test_long()
131 tmp++; in test_long()
153 tmp = obj.la; in test_long()
154 result = result + tmp; in test_long()