Searched refs:timeLow (Results 1 – 4 of 4) sorted by relevance
18 a = (uuid1.timeLow == uuid2.timeLow); in is_uuid_equal()35 d->timeLow = (s[0] << 24) | (s[1] << 16) | (s[2] << 8) | s[3]; in tee_uuid_from_octets()90 uuid.timeLow, in search_ta()131 ta_uuid.timeLow, in search_ta()
26 d[0] = s->timeLow >> 24; in tee_uuid_to_octets()27 d[1] = s->timeLow >> 16; in tee_uuid_to_octets()28 d[2] = s->timeLow >> 8; in tee_uuid_to_octets()29 d[3] = s->timeLow; in tee_uuid_to_octets()
23 uint32_t timeLow; member
227 uint32_t timeLow; member