Home | History | Annotate | Download | only in cintltst

Lines Matching refs:xff

666         uint8_t sampleText[] = { 0xa2, 0xFF};
815 0x00, 0x00, 0xff, 0xfd,
820 0xfd, 0xff, 0x00, 0x00,
1033 offsetBuffer[i]=0xFF;
1220 junokout[i] = 0xFF;
1305 sprintf(junk + strlen(junk), "0x%02x, ", (0xFF) & (unsigned int)*ptr);
1306 sprintf(offset_str + strlen(offset_str), "0x%02x, ", (0xFF) & (unsigned int)junokout[ptr-junkout]);
1873 { "UTF-16", { 0xff }, 1 },
1874 { "UTF-16", { 0xfe, 0xff, 0x4e }, 3 },
1879 { "UTF-32", { 0xff }, 1 },
1880 { "UTF-32", { 0, 0, 0xfe, 0xff, 0 }, 5 },