Home | History | Annotate | Download | only in s390x

Lines Matching refs:x80

30    0xc2, 0x80,
38 0xe1, 0x80, 0x80,
39 0xe1, 0x80, 0x81,
40 0xe1, 0x80, 0x82,
41 0xe1, 0x80, 0x83,
46 0xf4, 0x80, 0x80, 0x80,
47 0xf4, 0x80, 0x80, 0x81,
48 0xf4, 0x80, 0x80, 0x82,
49 0xf4, 0x80, 0x80, 0x83,
56 0xc3, 0x80, // 2 bytes
60 0xf4, 0x80, 0x90, 0x8a, // 4 bytes
65 0xf4, 0x80, 0x90, 0x8a, // 4 bytes
68 0xf4, 0x80, 0x90, 0x8a, // 4 bytes
171 0x80, 0xbf, // corner cases
210 0xc2, 0x80, // corner case
212 0xdf, 0x80, // corner case
221 0xc0, 0x80,
223 0xc1, 0x80,
229 // The 2nd byte is invalid if not in range 0x80..0xbf, inclusive
274 0xe0, 0xa0, 0x80,
275 0xe0, 0xbf, 0x80,
283 0xed, 0x80, 0x80,
284 0xed, 0x9f, 0x80,
285 0xed, 0x80, 0xbf,
292 uint8_t exxx_1[3] = { 0x0, 0x80, 0x80 };
293 uint8_t exxx_2[3] = { 0x0, 0xbf, 0x80 };
294 uint8_t exxx_3[3] = { 0x0, 0x80, 0xbf };
320 e0[2] = 0x80; // valid
326 ed[1] = 0x7f; // invalid because outside [0x80 .. 0x9f]
327 ed[2] = 0x80; // valid
329 ed[1] = 0xa0; // invalid because outside [0x80 .. 0x9f]
333 uint8_t exxx_1[3] = { 0x0, 0x7f, 0x80 };
334 uint8_t exxx_2[3] = { 0x0, 0xc0, 0x80 };
346 // For all 1st bytes 0xe0 .. 0xef the 3rd bytes must be in [0x80 .. 0xbf]
362 0xe0, 0x00, 0x80
401 valid[1] = j == 0 ? 0x80 : 0x8f; // 0xf4
403 valid[1] = j == 0 ? 0x80 : 0xbf; // 0xf1 .. 0xf3
405 // Byte 3 and byte 4 have same interval 0x80 .. 0xbf
406 valid[2] = 0x80;
407 valid[3] = 0x80;
409 valid[2] = 0x80;
413 valid[3] = 0x80;
441 f0[2] = 0x80; // valid
442 f0[3] = 0x80; // valid
448 f4[1] = 0x7f; // invalid because outside [0x80 .. 0x8f]
449 f4[2] = 0x80; // valid
450 f4[3] = 0x80; // valid
452 f4[1] = 0x90; // invalid because outside [0x80 .. 0x9f]
456 uint8_t fxxx_1[4] = { 0x0, 0x7f, 0x80, 0x80 };
457 uint8_t fxxx_2[4] = { 0x0, 0xc0, 0x80, 0x80 };
472 uint8_t fxxx[4] = { 0x0, 0x0, 0x0, 0x80 };
486 uint8_t fxxx[4] = { 0x0, 0x0, 0x80, 0x0 };
500 0xf0, 0x00, 0x80, 0x80
508 0xf0, 0xaa, 0x00, 0x80