Home
last modified time | relevance | path

Searched refs: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
424 *buf = (hexchar_to_dec(seg[1]) << 4) + hexchar_to_dec(seg[2]); in decode_segment()
/third_party/libcoap/examples/
H A Dcoap-client.c1061 #define hexchar_to_dec(c) ((c) & 0x40 ? ((c) & 0x0F) + 9 : ((c) & 0x0F)) macro
1081 *buf = (hexchar_to_dec(seg[1]) << 4) + hexchar_to_dec(seg[2]); in decode_segment()

Completed in 4 milliseconds