Home
last modified time | relevance | path

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

/optee_os/lib/libutee/
A Dtee_uuid_from_str.c14 char lc = tolower(c); in hex() local
16 if (isdigit(lc)) in hex()
17 return lc - '0'; in hex()
18 if (isxdigit(lc)) in hex()
19 return lc - 'a' + 10; in hex()

Completed in 2 milliseconds