Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dutil.cc86 static char hex_char[] = "0123456789abcdef"; variable
93 ret[i * 3 + 1] = hex_char[ptr[i] >> 4]; in PrintMemory()
94 ret[i * 3 + 2] = hex_char[ptr[i] & 0xf]; in PrintMemory()
/external/clang/test/Sema/
Dconstant-conversion.c97 char hex_char = 0x80; in test9() local
/external/llvm-project/clang/test/Sema/
Dconstant-conversion.c98 char hex_char = 0x80; in test9() local