Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/common/
H A Duuid.h17 bool uuid_match(uint32_t *uuid1, uint32_t *uuid2);
/rk3399_ARM-atf/common/
H A Duuid.c137 bool uuid_match(uint32_t *uuid1, uint32_t *uuid2) in uuid_match() argument
139 return !memcmp(uuid1, uuid2, sizeof(uint32_t) * 4); in uuid_match()
/rk3399_ARM-atf/drivers/io/
H A Dio_fip.c82 static inline int compare_uuids(const uuid_t *uuid1, const uuid_t *uuid2) in compare_uuids() argument
84 return memcmp(uuid1, uuid2, sizeof(uuid_t)); in compare_uuids()