Searched refs:uuid (Results 1 - 25 of 309) sorted by relevance

1234567891011>>

/external/syslinux/gpxe/src/core/
H A Duuid.c24 #include <gpxe/uuid.h>
35 * @v uuid UUID
38 char * uuid_ntoa ( union uuid *uuid ) {
42 be32_to_cpu ( uuid->canonical.a ),
43 be16_to_cpu ( uuid->canonical.b ),
44 be16_to_cpu ( uuid->canonical.c ),
45 be16_to_cpu ( uuid->canonical.d ),
46 uuid->canonical.e[0], uuid
[all...]
/external/clang/test/CodeGenCXX/
H A Ddebug-info-uuid.cpp4 // CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "tmpl_guid<&__uuidof(uuid)>"
18 // CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "tmpl_guid2<__uuidof(uuid)>"
27 // CHECK-ITANIUM: !DICompositeType(tag: DW_TAG_structure_type, name: "tmpl_guid<&__uuidof(uuid)>"
29 // CHECK-ITANIUM: !DICompositeType(tag: DW_TAG_structure_type, name: "tmpl_guid2<__uuidof(uuid)>"
37 struct __declspec(uuid("{12345678-1234-1234-1234-1234567890ab}")) uuid;
38 tmpl_guid<&__uuidof(uuid)> tgi;
42 tmpl_guid2<__uuidof(uuid)> tgi2;
H A Dmicrosoft-templ-uuidof.cpp9 struct __declspec(uuid("{AAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA}")) A {};
14 struct __declspec(uuid("{BBBBBBBB-BBBB-BBBB-BBBB-BBBBBBBBBBBB}")) X<B> {};
16 struct __declspec(uuid("{CCCCCCCC-CCCC-CCCC-CCCC-CCCCCCCCCCCC}")) C {};
27 struct __declspec(uuid("{DDDDDDDD-DDDD-DDDD-DDDD-DDDDDDDDDDDD}")) X<C> {};
30 struct __declspec(uuid("{EEEEEEEE-EEEE-EEEE-EEEE-EEEEEEEEEEEE}")) Y {
/external/e2fsprogs/lib/uuid/
H A Dunparse.c54 struct uuid uuid; local
56 uuid_unpack(uu, &uuid);
58 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version,
59 uuid.clock_seq >> 8, uuid.clock_seq & 0xFF,
60 uuid.node[0], uuid
[all...]
H A DuuidP.h2 * uuid.h -- private header file for uuids
38 #include <uuid/uuid_types.h>
42 #include <uuid/uuid.h>
50 struct uuid { struct
62 void uuid_pack(const struct uuid *uu, uuid_t ptr);
63 void uuid_unpack(const uuid_t in, struct uuid *uu);
H A Dparse.c45 struct uuid uuid; local
66 uuid.time_low = strtoul(in, NULL, 16);
67 uuid.time_mid = strtoul(in+9, NULL, 16);
68 uuid.time_hi_and_version = strtoul(in+14, NULL, 16);
69 uuid.clock_seq = strtoul(in+19, NULL, 16);
75 uuid.node[i] = strtoul(buf, NULL, 16);
78 uuid_pack(&uuid, uu);
H A Duuid_time.c2 * uuid_time.c --- Interpret the time field from a uuid. This program
61 struct uuid uuid; local
65 uuid_unpack(uu, &uuid);
67 high = uuid.time_mid | ((uuid.time_hi_and_version & 0xFFF) << 16);
68 clock_reg = uuid.time_low | ((uint64_t) high << 32);
82 struct uuid uuid; local
84 uuid_unpack(uu, &uuid);
90 struct uuid uuid; local
[all...]
/external/e2fsprogs/contrib/python-uuid/
H A Dsetup.py4 uuid = Extension('e2fsprogs_uuid', variable
5 sources = ['uuid.c'],
6 libraries = ['uuid'])
10 description = 'This is python uuid interface',
11 ext_modules = [uuid])
H A Duuid.c3 #include <uuid/uuid.h>
8 char uuid[37]; local
11 uuid_unparse(u, uuid);
12 return Py_BuildValue("s", uuid);
/external/e2fsprogs/lib/e2p/
H A Duuid.c2 * uuid.c -- utility routines for manipulating UUID's.
17 struct uuid { struct
25 /* Returns 1 if the uuid is the NULL uuid */
37 static void e2p_unpack_uuid(void *in, struct uuid *uu)
65 struct uuid uuid; local
67 e2p_unpack_uuid(uu, &uuid);
70 uuid.time_low, uuid
[all...]
/external/syslinux/gpxe/src/include/gpxe/
H A Duuid.h14 union uuid { union
31 extern char * uuid_ntoa ( union uuid *uuid );
/external/vboot_reference/host/lib21/
H A Dhost_misc.c125 guid->uuid.time_low = htole32(time_low);
126 guid->uuid.time_mid = htole16(time_mid);
127 guid->uuid.time_high_and_version = htole16(time_high_and_version);
129 guid->uuid.clock_seq_high_and_reserved = chunk[3] & 0xff;
130 guid->uuid.clock_seq_low = chunk[4] & 0xff;
131 guid->uuid.node[0] = chunk[5] & 0xff;
132 guid->uuid.node[1] = chunk[6] & 0xff;
133 guid->uuid.node[2] = chunk[7] & 0xff;
134 guid->uuid.node[3] = chunk[8] & 0xff;
135 guid->uuid
[all...]
/external/syslinux/core/
H A Dsysappend.c76 static bool is_valid_uuid(const uint8_t *uuid) argument
78 /* Assume the uuid is valid if it has a type that is not 0 or 15 */
79 return (uuid[6] >= 0x10 && uuid[6] < 0xf0);
113 char *uuid; local
115 uuid = fs_uuid();
116 if (!uuid)
119 snprintf(fsuuid_str + 7, sizeof(fsuuid_str) - 7, "%s", uuid);
121 free(uuid);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
H A DUUIDConverter.java26 public static byte[] convert(UUID uuid) { argument
28 long msb = uuid.getMostSignificantBits();
29 long lsb = uuid.getLeastSignificantBits();
/external/e2fsprogs/
H A Ddepfix.sed29 s;\.\./[^ ]*lib/uuid/uuid.h[^ ]* *;;g
/external/linux-kselftest/tools/testing/selftests/pstore/
H A DMakefile15 rm -rf logs/* *uuid
H A Dpstore_crash_test20 # save uuid file by different name because next test execution will replace it.
21 mv $TOP_DIR/uuid $TOP_DIR/prev_uuid
/external/valgrind/memcheck/tests/solaris/
H A Dscalar_uuidsys.stderr.exp4 Syscall param uuidsys(uuid) contains uninitialised byte(s)
7 Syscall param uuidsys(uuid) points to unaddressable byte(s)
/external/wpa_supplicant_8/hostapd/src/utils/
H A Duuid.h16 int is_nil_uuid(const u8 *uuid);
/external/wpa_supplicant_8/src/utils/
H A Duuid.h16 int is_nil_uuid(const u8 *uuid);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Duuid.h16 int is_nil_uuid(const u8 *uuid);
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3dapi/
H A Dgalliumcom.idl32 [object, local, uuid("481c9372-795f-4630-bd5b-1f46d33cc28b")]
40 [object, local, uuid("2c0f7e72-d9fe-4e7b-9fee-d476695ad5d9")]
71 [object, local, uuid("61934787-7aea-412c-8c72-8afe6a33d622")]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue306/
H A DUuidSupportTest.java44 UUID uuid = UUID.randomUUID();
45 String str = uuid.toString();
50 assertEquals(str + "\n", yaml.dump(uuid));
57 UUID uuid = (UUID) yaml.load("7f511847-781a-45df-9c8d-1e32e028b9b3");
58 assertEquals("7f511847-781a-45df-9c8d-1e32e028b9b3", uuid.toString());
71 UUID uuid = UUID.randomUUID();
73 String output = yaml.dump(uuid);
74 assertEquals("!!java.util.UUID '" + uuid.toString() + "'\n", output);
81 UUID uuid = UUID.fromString("ac4877be-0c31-4458-a86e-0272efe1aaa8");
82 bean.setId(uuid);
[all...]
/external/syslinux/gpxe/src/include/gpxe/efi/
H A Defi.h48 #include <gpxe/uuid.h>
57 union uuid uuid; member in union:efi_protocol::__anon20712
89 union uuid uuid; member in union:efi_config_table::__anon20713
/external/toybox/toys/other/
H A Dmkswap.c28 char *label = (char *)(swap+7), *uuid = (char *)(swap+3); local
36 create_uuid(uuid);
49 toybuf, show_uuid(uuid));

Completed in 445 milliseconds

1234567891011>>