Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/
Dunicode-case-fold.py36 to_char = int(m.group(2), 16)
41 yield from_char, to_char, from_name
/external/boringssl/src/crypto/bio/
Dhexdump.c80 static char to_char(uint8_t b) { in to_char() function
131 ctx->right_chars[ctx->used] = to_char(data[i]); in hexdump_write()