Home
last modified time | relevance | path

Searched refs:ascii2hex (Results 1 – 1 of 1) sorted by relevance

/third_party/iowow/src/utils/
Diwconv.c7 const uint8_t ascii2hex[] = { variable
55 out[vpos++] = (uint8_t)(ascii2hex[idx0] << 4) | ascii2hex[idx1]; in iwhex2bin()