Home
last modified time | relevance | path

Searched refs:ASCII_XOR (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/freedreno/decode/
Dutil.h34 #ifndef ASCII_XOR
35 #define ASCII_XOR 0 macro
115 *(ptr++) ^= ASCII_XOR; in clean_ascii()
126 uint8_t c = *(ptr++) ^ ASCII_XOR; in dump_ascii()
172 c ^= ASCII_XOR; in dump_hex_ascii()
188 c ^= ASCII_XOR; in dump_hex_ascii()
Dpgmdump.c37 #define ASCII_XOR 0xff macro