Home
last modified time | relevance | path

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

/optee_test-3.20.0/host/xtest/
A Dxtest_uuid_helpers.c19 char lc = tolower(c); in hex() local
21 if (isdigit(lc)) in hex()
22 return lc - '0'; in hex()
23 if (isxdigit(lc)) in hex()
24 return lc - 'a' + 10; in hex()

Completed in 2 milliseconds