Home | History | Annotate | Download | only in test

Lines Matching defs:L2

221         Long2 L2 = s.get_u32_2();
222 if (L2.x != 1 || L2.y != 2) {
225 L2.x = 2;
226 L2.y = 3;
227 s.set_u32_2(L2);
248 L2 = s.get_i64_2();
249 if (L2.x != 1 || L2.y != 2) {
252 L2.x = 2;
253 L2.y = 3;
254 s.set_i64_2(L2);
275 L2 = s.get_u64_2();
276 if (L2.x != 1 || L2.y != 2) {
279 L2.x = 2;
280 L2.y = 3;
281 s.set_u64_2(L2);