Home
last modified time | relevance | path

Searched defs:hexchar_to_dec (Results 1 - 2 of 2) sorted by relevance

/third_party/libcoap/src/
H A Dcoap_uri.c404 #define hexchar_to_dec(c) ((c) & 0x40 ? ((c) & 0x0F) + 9 : ((c) & 0x0F)) macro
/third_party/libcoap/examples/
H A Dcoap-client.c1061 #define hexchar_to_dec(c) ((c) & 0x40 ? ((c) & 0x0F) + 9 : ((c) & 0x0F)) macro

Completed in 7 milliseconds