Searched defs:mp_tohex (Results 1 – 3 of 3) sorted by relevance
220 #define mp_tohex(M, S) mp_toradix((M), (S), 16) macro
550 #define mp_tohex(M, S) mp_toradix((M), (S), 16) macro
500 #define mp_tohex(a, b) mp_toradix(a, b, 16) macro