Home | History | Annotate | Download | only in test

Lines Matching defs:B4

103         Byte4 B4 = s.get_i8_4();
104 if (B4.x != 1 || B4.y != 2 || B4.z != 3 || B4.w != 4) {
107 B4.x = 2;
108 B4.y = 3;
109 B4.z = 4;
110 B4.w = 5;
111 s.set_i8_4(B4);