Home | History | Annotate | Download | only in unittest

Lines Matching defs:B4

120         Byte4 B4 = s.get_i8_4();
121 if (B4.x != 1 || B4.y != 2 || B4.z != 3 || B4.w != 4) {
124 B4.x = 2;
125 B4.y = 3;
126 B4.z = 4;
127 B4.w = 5;
128 s.set_i8_4(B4);