/external/vboot_reference/host/lib21/ |
D | host_misc.c | 125 guid->uuid.time_low = htole32(time_low); in vb2_str_to_guid() 126 guid->uuid.time_mid = htole16(time_mid); in vb2_str_to_guid() 127 guid->uuid.time_high_and_version = htole16(time_high_and_version); in vb2_str_to_guid() 129 guid->uuid.clock_seq_high_and_reserved = chunk[3] & 0xff; in vb2_str_to_guid() 130 guid->uuid.clock_seq_low = chunk[4] & 0xff; in vb2_str_to_guid() 131 guid->uuid.node[0] = chunk[5] & 0xff; in vb2_str_to_guid() 132 guid->uuid.node[1] = chunk[6] & 0xff; in vb2_str_to_guid() 133 guid->uuid.node[2] = chunk[7] & 0xff; in vb2_str_to_guid() 134 guid->uuid.node[3] = chunk[8] & 0xff; in vb2_str_to_guid() 135 guid->uuid.node[4] = chunk[9] & 0xff; in vb2_str_to_guid() [all …]
|
/external/e2fsprogs/lib/uuid/ |
D | unparse.c | 53 struct uuid uuid; in uuid_unparse_x() local 55 uuid_unpack(uu, &uuid); in uuid_unparse_x() 57 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version, in uuid_unparse_x() 58 uuid.clock_seq >> 8, uuid.clock_seq & 0xFF, in uuid_unparse_x() 59 uuid.node[0], uuid.node[1], uuid.node[2], in uuid_unparse_x() 60 uuid.node[3], uuid.node[4], uuid.node[5]); in uuid_unparse_x()
|
D | uuid_time.c | 59 struct uuid uuid; in uuid_time() local 63 uuid_unpack(uu, &uuid); in uuid_time() 65 high = uuid.time_mid | ((uuid.time_hi_and_version & 0xFFF) << 16); in uuid_time() 66 clock_reg = uuid.time_low | ((uint64_t) high << 32); in uuid_time() 80 struct uuid uuid; in uuid_type() local 82 uuid_unpack(uu, &uuid); in uuid_type() 83 return ((uuid.time_hi_and_version >> 12) & 0xF); in uuid_type() 88 struct uuid uuid; in uuid_variant() local 91 uuid_unpack(uu, &uuid); in uuid_variant() 92 var = uuid.clock_seq; in uuid_variant()
|
D | Makefile.in | 8 my_dir = lib/uuid 15 SMANPAGES= uuid.3 uuid_clear.3 uuid_compare.3 uuid_copy.3 \ 42 LIBDIR= uuid 47 ELF_MYDIR = uuid 53 BSDLIB_MYDIR = uuid 71 all:: tst_uuid uuid_time $(SMANPAGES) uuid.pc 73 uuid.h: $(srcdir)/uuid.h.in 75 $(Q) cp $(srcdir)/uuid.h.in uuid.h 77 $(top_builddir)/lib/uuid/uuid_types.h: $(srcdir)/uuid_types.h.in $(top_builddir)/config.status 80 tst_uuid.o: $(srcdir)/tst_uuid.c uuid.h [all …]
|
D | parse.c | 44 struct uuid uuid; in uuid_parse() local 65 uuid.time_low = strtoul(in, NULL, 16); in uuid_parse() 66 uuid.time_mid = strtoul(in+9, NULL, 16); in uuid_parse() 67 uuid.time_hi_and_version = strtoul(in+14, NULL, 16); in uuid_parse() 68 uuid.clock_seq = strtoul(in+19, NULL, 16); in uuid_parse() 74 uuid.node[i] = strtoul(buf, NULL, 16); in uuid_parse() 77 uuid_pack(&uuid, uu); in uuid_parse()
|
D | uuidP.h | 50 struct uuid { struct 62 void uuid_pack(const struct uuid *uu, uuid_t ptr); argument 63 void uuid_unpack(const uuid_t in, struct uuid *uu);
|
/external/e2fsprogs/lib/e2p/ |
D | uuid.c | 16 struct uuid { struct 36 static void e2p_unpack_uuid(void *in, struct uuid *uu) in e2p_unpack_uuid() 64 struct uuid uuid; in e2p_uuid_to_str() local 66 e2p_unpack_uuid(uu, &uuid); in e2p_uuid_to_str() 69 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version, in e2p_uuid_to_str() 70 uuid.clock_seq >> 8, uuid.clock_seq & 0xFF, in e2p_uuid_to_str() 71 uuid.node[0], uuid.node[1], uuid.node[2], in e2p_uuid_to_str() 72 uuid.node[3], uuid.node[4], uuid.node[5]); in e2p_uuid_to_str()
|
/external/clang/test/Parser/ |
D | MicrosoftExtensions.cpp | 47 struct __declspec(uuid(L"00000000-0000-0000-1234-000000000047")) uuid_attr_bad1 { };// expected-err… 48 struct __declspec(uuid(3)) uuid_attr_bad2 { };// expected-error {{'uuid' attribute requires a strin… 49 struct __declspec(uuid("0000000-0000-0000-1234-0000500000047")) uuid_attr_bad3 { };// expected-erro… 50 struct __declspec(uuid("0000000-0000-0000-Z234-000000000047")) uuid_attr_bad4 { };// expected-error… 51 struct __declspec(uuid("000000000000-0000-1234-000000000047")) uuid_attr_bad5 { };// expected-error… 53 __declspec(uuid("000000A0-0000-0000-C000-000000000046")) int i; // expected-warning {{'uuid' attrib… 55 struct __declspec(uuid("000000A0-0000-0000-C000-000000000046")) 59 struct __declspec(uuid("000000A0-0000-0000-C000-000000000049")) 117 struct __declspec(uuid("000000A0-0000-0000-C000-000000000049")) late_defined_uuid; 124 struct __declspec(uuid("{12345678-1234-1234-1234-1234567890aB}")) uuid; [all …]
|
/external/clang/test/CodeGenCXX/ |
D | microsoft-templ-uuidof.cpp | 9 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 {
|
D | debug-info-uuid.cpp | 37 struct __declspec(uuid("{12345678-1234-1234-1234-1234567890ab}")) uuid; 38 tmpl_guid<&__uuidof(uuid)> tgi; 42 tmpl_guid2<__uuidof(uuid)> tgi2;
|
D | microsoft-uuidof.cpp | 19 struct __declspec(uuid("12345678-1234-1234-1234-1234567890aB")) S1 { } s1; 20 struct __declspec(uuid("87654321-4321-4321-4321-ba0987654321")) S2 { }; 21 struct __declspec(uuid("{12345678-1234-1234-1234-1234567890ac}")) Curly; 22 struct __declspec(uuid("{12345678-1234-1234-1234-1234567890ac}")) Curly;
|
D | mangle-ms-templates.cpp | 254 struct __declspec(uuid("{12345678-1234-1234-1234-1234567890aB}")) uuid; 262 void fun(UUIDType1<uuid> a) {} in fun() 264 void fun(UUIDType2<uuid> b) {} in fun() 286 template struct UUIDType4<&__uuidof(uuid)>;
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_er.c | 44 ev->uuid = sta->uuid; in wps_er_sta_event() 60 const u8 *uuid) in wps_er_sta_get() argument 66 (uuid == NULL || in wps_er_sta_get() 67 os_memcmp(uuid, sta->uuid, WPS_UUID_LEN) == 0)) in wps_er_sta_get() 100 struct in_addr *addr, const u8 *uuid, in wps_er_ap_get() argument 106 (uuid == NULL || in wps_er_ap_get() 107 os_memcmp(uuid, ap->uuid, WPS_UUID_LEN) == 0) && in wps_er_ap_get() 137 evap->uuid = ap->uuid; in wps_er_ap_event() 279 const u8 *uuid) in wps_er_ap_get_settings() argument 283 if (os_memcmp(uuid, s->uuid, WPS_UUID_LEN) == 0) in wps_er_ap_get_settings() [all …]
|
D | wps.h | 239 const u8 *uuid, 527 const u8 *uuid; member 543 const u8 *uuid; member 557 const u8 *uuid; member 562 const u8 *uuid; member 618 u8 uuid[16]; member 799 const u8 *uuid, const u8 *pin, size_t pin_len, 801 int wps_registrar_invalidate_pin(struct wps_registrar *reg, const u8 *uuid); 803 int wps_registrar_unlock_pin(struct wps_registrar *reg, const u8 *uuid); 846 int wps_er_pbc(struct wps_er *er, const u8 *uuid, const u8 *addr); [all …]
|
D | wps_er.h | 19 u8 uuid[WPS_UUID_LEN]; member 42 u8 uuid[WPS_UUID_LEN]; member 72 u8 uuid[WPS_UUID_LEN]; member 102 void wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr,
|
/external/lldb/source/Host/macosx/ |
D | Symbols.cpp | 47 CFURLRef DBGCopyFullDSYMURLForUUID (CFUUIDRef uuid, CFURLRef exec_url); 58 const lldb_private::UUID *uuid, // the UUID we are looking for in SkinnyMachOFileContainsArchAndUUID() argument 93 if (uuid == NULL) in SkinnyMachOFileContainsArchAndUUID() 125 if (file_uuid == *uuid) in SkinnyMachOFileContainsArchAndUUID() 139 const lldb_private::UUID *uuid, in UniversalMachOFileContainsArchAndUUID() argument 189 …if (SkinnyMachOFileContainsArchAndUUID (file_spec, arch, uuid, file_offset + arch_offset, arch_dat… in UniversalMachOFileContainsArchAndUUID() 202 const lldb_private::UUID *uuid in FileAtPathContainsArchAndUUID() argument 223 …return SkinnyMachOFileContainsArchAndUUID (file_spec, arch, uuid, file_offset, data, data_offset, … in FileAtPathContainsArchAndUUID() 228 …return UniversalMachOFileContainsArchAndUUID (file_spec, arch, uuid, file_offset, data, data_offse… in FileAtPathContainsArchAndUUID() 239 const lldb_private::UUID *uuid, in FindSymbolFileInBundle() argument [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wps_supplicant.h | 52 const char *uuid, const char *pin); 53 int wpas_wps_er_pbc(struct wpa_supplicant *wpa_s, const char *uuid); 54 int wpas_wps_er_learn(struct wpa_supplicant *wpa_s, const char *uuid, 56 int wpas_wps_er_set_config(struct wpa_supplicant *wpa_s, const char *uuid, 58 int wpas_wps_er_config(struct wpa_supplicant *wpa_s, const char *uuid, 61 int ndef, const char *uuid); 77 int ndef, int cr, const char *uuid);
|
D | wps_supplicant.c | 713 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_ap_add() 736 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_ap_remove() 747 uuid_bin2str(enrollee->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_enrollee_add() 771 uuid_bin2str(enrollee->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_enrollee_remove() 793 uuid_bin2str(ap_settings->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_ap_settings() 809 uuid_bin2str(ev->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_set_sel_reg() 1351 char uuid[40], txt[400]; in wpas_wps_pin_needed_cb() local 1354 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid))) in wpas_wps_pin_needed_cb() 1356 wpa_printf(MSG_DEBUG, "WPS: PIN needed for UUID-E %s", uuid); in wpas_wps_pin_needed_cb() 1359 uuid, MAC2STR(dev->mac_addr), dev->device_name, in wpas_wps_pin_needed_cb() [all …]
|
/external/e2fsprogs/lib/ext2fs/ |
D | icount.c | 129 struct uuid { struct 137 static void unpack_uuid(void *in, struct uuid *uu) in unpack_uuid() argument 165 struct uuid uuid; in uuid_unparse() local 167 unpack_uuid(uu, &uuid); in uuid_unparse() 170 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version, in uuid_unparse() 171 uuid.clock_seq >> 8, uuid.clock_seq & 0xFF, in uuid_unparse() 172 uuid.node[0], uuid.node[1], uuid.node[2], in uuid_unparse() 173 uuid.node[3], uuid.node[4], uuid.node[5]); in uuid_unparse() 181 char *fn, uuid[40]; in ext2fs_create_icount_tdb() local 192 uuid_unparse(fs->super->s_uuid, uuid); in ext2fs_create_icount_tdb() [all …]
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readmacho.c | 638 static Bool check_uuid_matches ( DiSlice sli, UChar* uuid ) in check_uuid_matches() argument 644 UChar first = uuid[0]; in check_uuid_matches() 668 if (0 == VG_(memcmp)(&buff16[0], &uuid[0], 16)) in check_uuid_matches() 707 UChar uuid[16]; in ML_() local 737 VG_(memset)(&uuid, 0, sizeof(uuid)); in ML_() 871 ML_(cur_read_get)(&uuid, cmd_cur, sizeof(uuid)); in ML_() 1000 valid = dsli.img && dsli.szB > 0 && check_uuid_matches( dsli, uuid ); in ML_() 1071 valid = dsli.img && dsli.szB > 0 && check_uuid_matches( dsli, uuid ); in ML_() 1078 (UInt)uuid[0], (UInt)uuid[1], (UInt)uuid[2], (UInt)uuid[3], in ML_() 1079 (UInt)uuid[4], (UInt)uuid[5], (UInt)uuid[6], (UInt)uuid[7], in ML_() [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
D | wps-nfc.py | 87 def wpas_get_er_config_token(uuid): argument 91 ret = wpas.request("WPS_ER_NFC_CONFIG_TOKEN NDEF " + uuid) 116 def wpas_get_handover_sel(uuid): argument 120 if uuid is None: 123 res = wpas.request("NFC_GET_HANDOVER_SEL NDEF WPS-CR " + uuid).rstrip() 176 data = wpas_get_handover_sel(self.uuid) 345 def wps_write_er_config_tag(clf, uuid, wait_remove=True): argument 349 write_data = wpas_get_er_config_token(uuid) 413 srv.uuid = None 416 srv.uuid = arg_uuid [all …]
|
/external/e2fsprogs/debian/ |
D | uuid-dev.files.in | 3 usr/include/uuid/* 4 usr/share/man/man3/uuid* 5 usr/lib/*/pkgconfig/uuid.pc
|
/external/wpa_supplicant_8/src/ap/ |
D | wps_hostapd.c | 175 char uuid[40], txt[400]; in hostapd_wps_pin_needed_cb() local 178 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid))) in hostapd_wps_pin_needed_cb() 180 wpa_printf(MSG_DEBUG, "WPS: PIN needed for E-UUID %s", uuid); in hostapd_wps_pin_needed_cb() 183 uuid, MAC2STR(dev->mac_addr), dev->device_name, in hostapd_wps_pin_needed_cb() 200 t.sec, uuid, MAC2STR(dev->mac_addr), dev->device_name, in hostapd_wps_pin_needed_cb() 232 char uuid[40]; in hostapd_wps_reg_success_cb() local 234 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid))) in hostapd_wps_reg_success_cb() 237 MAC2STR(mac_addr), uuid); in hostapd_wps_reg_success_cb() 257 char uuid[40]; in hostapd_wps_enrollee_seen_cb() local 259 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid))) in hostapd_wps_enrollee_seen_cb() [all …]
|
/external/e2fsprogs/contrib/python-uuid/ |
D | uuid.c | 8 char uuid[37]; in _uuid_generate() local 11 uuid_unparse(u, uuid); in _uuid_generate() 12 return Py_BuildValue("s", uuid); in _uuid_generate()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/ |
D | dxgi.idl | 133 uuid(aec22fb8-76f3-4639-9be0-28eb43a67a2e) 160 uuid(3d3e0379-f9de-4d58-bb6c-18d62992f1a6) 173 uuid(cafcb56c-6ac3-4889-bf47-9e23bbd260ec) 191 uuid(ae02eedb-c735-4690-8d52-5a8dc20213aa) 240 uuid(2411e7e1-12ac-4ccf-bd14-9798e8534dc0) 260 uuid(310d36a0-d2e7-4c0a-aa04-6a9d23b8886a) 308 uuid(7b7166ec-21c7-44ae-b21a-c9ae321ae369) 339 uuid(54ec77fa-1377-44e6-8c32-88fd5f44c84c) 406 [object, local, uuid("035f3ab4-482e-4e50-b41f-8a7f8bd8960b")] 426 [object, local, uuid("4AE63092-6327-4c1b-80AE-BFE12EA32B86")] [all …]
|