HomeSort by relevance Sort by last modified time
    Searched defs:uuid_t (Results 1 - 3 of 3) sorted by null

  /external/lldb/source/Utility/
UuidCompatibility.h 10 // 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/
uuid.h 44 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 out)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcdce.h 45 #ifndef uuid_t
46 #define uuid_t UUID macro

Completed in 53 milliseconds