Searched refs:timeMid (Results 1 – 4 of 4) sorted by relevance
16 d[4] = s->timeMid >> 8; in tee_uuid_to_octets()17 d[5] = s->timeMid; in tee_uuid_to_octets()27 d->timeMid = SHIFT_U32(s[4], 8) | s[5]; in tee_uuid_from_octets()
60 args->a1 = (uuid.timeHiAndVersion << 16) | uuid.timeMid; in smc_std_handler()
58 u.timeMid = parse_hex(p, 4, &res); in tee_uuid_from_str()
24 uint16_t timeMid; member
Completed in 4 milliseconds