Home
last modified time | relevance | path

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

/optee_test-3.20.0/host/xtest/
A Dxtest_uuid_helpers.c28 static uint32_t parse_hex(const char *s, size_t nchars, uint32_t *res) in parse_hex() function
59 u.timeLow = parse_hex(p, 8, &res); in xtest_uuid_from_str()
63 u.timeMid = parse_hex(p, 4, &res); in xtest_uuid_from_str()
67 u.timeHiAndVersion = parse_hex(p, 4, &res); in xtest_uuid_from_str()
72 u.clockSeqAndNode[i] = parse_hex(p, 2, &res); in xtest_uuid_from_str()

Completed in 3 milliseconds