Searched defs:nibble2c (Results 1 – 3 of 3) sorted by relevance
41 #define nibble2c(x) ((x) >= 10 ? ('a'-10+(x)) : ('0' + (x))) macro
42 #define nibble2c(x) ((x) >= 10 ? ('a'-10+(x)) : ('0' + (x))) macro
58 #define nibble2c(x) ((x) >= 10 ? ('a'-10+(x)) : ('0' + (x))) macro