Searched defs:tohex (Results 1 – 6 of 6) sorted by relevance
43 tohex(char **buf, int len, uint32_t val) in tohex() function
768 static char tohex[] = "0123456789abcdef"; in mpz_get_str() local
2922 tohex(int c) in tohex() function
1533 tohex(const void *vp, size_t l) in tohex() function
5236 #define tohex(x) (isdigit(x) ? (x) - '0' : tolower(x) - 'a' + 10) in get_string() macro
4593 tohex (int nib) in tohex() function