Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/decode/
Dutil.h32 #ifndef ASCII_XOR
33 # define ASCII_XOR 0 macro
124 *(ptr++) ^= ASCII_XOR; in clean_ascii()
135 uint8_t c = *(ptr++) ^ ASCII_XOR; in dump_ascii()
181 c ^= ASCII_XOR; in dump_hex_ascii()
197 c ^= ASCII_XOR; in dump_hex_ascii()
Dpgmdump.c37 #define ASCII_XOR 0xff macro