Searched defs:uuid_t (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Utility/
H A DUuidCompatibility.h10 // Include this header if your system does not have a definition of uuid_t
15 // uuid_t is guaranteed to always be a 16-byte array
16 typedef unsigned char uuid_t[16]; typedef
/external/e2fsprogs/lib/uuid/
H A Duuid.h44 typedef unsigned char uuid_t[16]; typedef
59 static const uuid_t name __attribute__ ((unused)) = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
62 static const uuid_t name = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
70 void uuid_clear(uuid_t uu);
73 int uuid_compare(const uuid_t uu1, const uuid_t uu2);
76 void uuid_copy(uuid_t dst, const uuid_t src);
79 void uuid_generate(uuid_t out);
80 void uuid_generate_random(uuid_t ou
[all...]

Completed in 1268 milliseconds