Searched refs:timeLow (Results 1 – 4 of 4) sorted by relevance
12 d[0] = s->timeLow >> 24; in tee_uuid_to_octets()13 d[1] = s->timeLow >> 16; in tee_uuid_to_octets()14 d[2] = s->timeLow >> 8; in tee_uuid_to_octets()15 d[3] = s->timeLow; in tee_uuid_to_octets()25 d->timeLow = SHIFT_U32(s[0], 24) | SHIFT_U32(s[1], 16) | in tee_uuid_from_octets()
59 args->a0 = uuid.timeLow; in smc_std_handler()
54 u.timeLow = parse_hex(p, 8, &res); in tee_uuid_from_str()
23 uint32_t timeLow; member
Completed in 6 milliseconds