Searched refs:to_hex (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/utils/
H A DSkParse.cpp40 static int to_hex(int c) function
54 return to_hex(c) >= 0;
127 while ((digit = to_hex(*str)) >= 0)
/external/clearsilver/util/
H A Dwdb.c58 static int to_hex (unsigned char ch, unsigned char *s) function
111 to_hex (s[x], &out[c]);

Completed in 61 milliseconds