Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/lib/
H A DUtils.cpp227 const unsigned char *PrintCharacter = (const unsigned char *)Start; in dump() local
238 printf(" %02x", PrintCharacter[I]); in dump()
240 if ((PrintCharacter[I] < 0x20) || (PrintCharacter[I] > 0x7e)) in dump()
243 Line[I % 16] = PrintCharacter[I]; in dump()