Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/common/
A Duuid.c146 void copy_uuid(uint32_t *to_uuid, uint32_t *from_uuid) in copy_uuid() argument
148 to_uuid[0] = from_uuid[0]; in copy_uuid()
149 to_uuid[1] = from_uuid[1]; in copy_uuid()
150 to_uuid[2] = from_uuid[2]; in copy_uuid()
151 to_uuid[3] = from_uuid[3]; in copy_uuid()
/arm-trusted-firmware-2.8.0/include/common/
A Duuid.h15 void copy_uuid(uint32_t *to_uuid, uint32_t *from_uuid);

Completed in 3 milliseconds