Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutee/
A Dtee_uuid_from_str.c23 static uint32_t parse_hex(const char *s, size_t nchars, uint32_t *res) in parse_hex() function
54 u.timeLow = parse_hex(p, 8, &res); in tee_uuid_from_str()
58 u.timeMid = parse_hex(p, 4, &res); in tee_uuid_from_str()
62 u.timeHiAndVersion = parse_hex(p, 4, &res); in tee_uuid_from_str()
67 u.clockSeqAndNode[i] = parse_hex(p, 2, &res); in tee_uuid_from_str()

Completed in 2 milliseconds