HomeSort by relevance Sort by last modified time
    Searched defs:guid (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/google-breakpad/src/client/linux/handler/
minidump_descriptor.cc 74 GUID guid; local
76 if (!CreateGUID(&guid) || !GUIDToString(&guid, guid_str, sizeof(guid_str))) {
  /external/vboot_reference/host/lib21/include/
host_key2.h 21 struct vb2_guid guid; /* Key GUID */ member in struct:vb2_private_key
130 * This only initializes the sig_alg field and the guid field to an empty
131 * guid. It does not set any of the other fields in *key_ptr.
144 * The packed data is in the same buffer, following the key struct and GUID.
163 * not set the hash_alg, guid, or desc fields, since those are not contained in
  /external/vboot_reference/firmware/2lib/include/
2rsa.h 24 const struct vb2_guid *guid; /* Key GUID */ member in struct:vb2_public_key
  /external/google-breakpad/src/client/solaris/handler/
exception_handler.cc 226 GUID guid; local
228 if (CreateGUID(&guid) && GUIDToString(&guid, guid_str, sizeof(guid_str))) {
  /bionic/libc/kernel/uapi/sound/
firewire.h 77 unsigned char guid[8]; member in struct:snd_firewire_get_info
  /external/aac/libSYS/src/
wav_file.cpp 177 UCHAR guid[16]; local
187 FDKfread_EL(&(guid), 16, 1, wav->fp);
189 /* check for PCM GUID */
190 for (i = 0; i < 16; i++) if (guid[i] != guidPCM[i]) break;
  /external/google-breakpad/src/client/linux/crash_generation/
crash_generation_server.cc 308 GUID guid; local
311 if (!(CreateGUID(&guid)
312 && GUIDToString(&guid, guidString, sizeof(guidString))))
  /external/google-breakpad/src/tools/windows/converter/
ms_symbol_server_converter.h 101 // component fields: either a GUID and age, or signature and age. If
107 GUID guid() const { return guid_; } function in class:google_breakpad::GUIDOrSignatureIdentifier
117 GUID guid_;
  /external/gptfdisk/
bsd.cc 268 GPTPart guid; // dump data in here, then return it local
272 guid.BlankPartition();
296 guid.SetFirstLBA(sectorOne);
297 guid.SetLastLBA(sectorEnd);
298 // Now set a random unique GUID for the partition....
299 guid.RandomizeUniqueGUID();
301 guid.SetAttributes(UINT64_C(0));
310 guid.SetType(0xa502); break;
312 guid.SetType(0xa503); break;
314 guid.SetType(0x0700); break
    [all...]
  /external/kernel-headers/original/uapi/sound/
firewire.h 63 unsigned char guid[8]; member in struct:snd_firewire_get_info
  /external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs_sb.h 54 unsigned int *guid; member in struct:squashfs_sb_info
squashfs_fs.h 256 unsigned int guid:8; \
406 SQUASHFS_SWAP((s)->guid, d, 24, 8);\
562 unsigned int guid:4; /* index into guid table */ member in struct:squashfs_base_inode_header_1
569 unsigned int guid:4; /* index into guid table */ member in struct:squashfs_ipc_inode_header_1
578 unsigned int guid:4; /* index into guid table */ member in struct:squashfs_dev_inode_header_1
586 unsigned int guid:4; /* index into guid table * member in struct:squashfs_symlink_inode_header_1
595 unsigned int guid:4; \/* index into guid table *\/ member in struct:squashfs_reg_inode_header_1
606 unsigned int guid:4; \/* index into guid table *\/ member in struct:squashfs_dir_inode_header_1
681 unsigned int guid:8; \/* index into guid table *\/ member in struct:squashfs_base_inode_header_2
688 unsigned int guid:8; \/* index into guid table *\/ member in struct:squashfs_ipc_inode_header_2
695 unsigned int guid:8; \/* index into guid table *\/ member in struct:squashfs_dev_inode_header_2
703 unsigned int guid:8; \/* index into guid table *\/ member in struct:squashfs_symlink_inode_header_2
712 unsigned int guid:8; \/* index into guid table *\/ member in struct:squashfs_reg_inode_header_2
725 unsigned int guid:8; \/* index into guid table *\/ member in struct:squashfs_dir_inode_header_2
736 unsigned int guid:8; \/* index into guid table *\/ member in struct:squashfs_ldir_inode_header_2
    [all...]
  /external/vboot_reference/firmware/lib21/
common.c 151 static const struct vb2_guid guid = VB2_GUID_NONE_SHA1; local
152 return &guid;
158 static const struct vb2_guid guid = local
160 return &guid;
166 static const struct vb2_guid guid = local
168 return &guid;
361 /* Skip signature if it doesn't match the key GUID */
362 if (memcmp(&sig->guid, key->guid, GUID_SIZE))
372 /* If we're still here, no signature matched the key GUID */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comdef.h 52 GUID GUID_() const throw();
120 _GUID guid; local
121 memset (&guid, 0, sizeof (_GUID));
122 if(m_perrinfo!=NULL) m_perrinfo->GetGUID(&guid);
123 return guid;
elscore.h 41 GUID *pGuid;
102 GUID guid; member in struct:_MAPPING_SERVICE_INFO
ndattrib.h 100 GUID guid; member in struct:tagRepairInfo
133 GUID Guid;
162 GUID rootCauseID;
164 GUID networkInterfaceID;
  /external/vboot_reference/firmware/lib21/include/
vb2_struct.h 15 #include "2guid.h"
140 /* Key GUID */
141 struct vb2_guid guid; member in struct:vb2_packed_key
179 /* Key GUID */
180 struct vb2_guid guid; member in struct:vb2_packed_private_key
218 * GUID for the signature.
220 * If this is a keyblock signature entry, this is the GUID of the key
225 * If this is a preamble hash entry, this is the GUID of the data type
226 * being hashed. There is no key GUID, because sig_alg=VB2_ALG_NONE.
228 struct vb2_guid guid; member in struct:vb2_signature
    [all...]
  /external/squashfs-tools/squashfs-tools/
unsquashfs.h 182 gid_t guid; member in struct:dir
squashfs_compat.h 78 unsigned int guid:8; member in struct:squashfs_base_inode_header_3
87 unsigned int guid:8; member in struct:squashfs_ipc_inode_header_3
97 unsigned int guid:8; member in struct:squashfs_dev_inode_header_3
108 unsigned int guid:8; member in struct:squashfs_symlink_inode_header_3
120 unsigned int guid:8; member in struct:squashfs_reg_inode_header_3
134 unsigned int guid:8; member in struct:squashfs_lreg_inode_header_3
149 unsigned int guid:8; member in struct:squashfs_dir_inode_header_3
163 unsigned int guid:8; member in struct:squashfs_ldir_inode_header_3
271 SQUASHFS_SWAP((s)->guid, d, 24, 8);\
450 unsigned int guid:4; /* index into guid table * member in struct:squashfs_base_inode_header_1
457 unsigned int guid:4; \/* index into guid table *\/ member in struct:squashfs_ipc_inode_header_1
466 unsigned int guid:4; \/* index into guid table *\/ member in struct:squashfs_dev_inode_header_1
474 unsigned int guid:4; \/* index into guid table *\/ member in struct:squashfs_symlink_inode_header_1
483 unsigned int guid:4; \/* index into guid table *\/ member in struct:squashfs_reg_inode_header_1
494 unsigned int guid:4; \/* index into guid table *\/ member in struct:squashfs_dir_inode_header_1
585 unsigned int guid:8; \/* index into guid table *\/ member in struct:squashfs_base_inode_header_2
592 unsigned int guid:8; \/* index into guid table *\/ member in struct:squashfs_ipc_inode_header_2
599 unsigned int guid:8; \/* index into guid table *\/ member in struct:squashfs_dev_inode_header_2
607 unsigned int guid:8; \/* index into guid table *\/ member in struct:squashfs_symlink_inode_header_2
616 unsigned int guid:8; \/* index into guid table *\/ member in struct:squashfs_reg_inode_header_2
629 unsigned int guid:8; \/* index into guid table *\/ member in struct:squashfs_dir_inode_header_2
640 unsigned int guid:8; \/* index into guid table *\/ member in struct:squashfs_ldir_inode_header_2
    [all...]
squashfs_fs.h 314 unsigned short guid; member in struct:squashfs_base_inode_header
323 unsigned short guid; member in struct:squashfs_ipc_inode_header
333 unsigned short guid; member in struct:squashfs_lipc_inode_header
344 unsigned short guid; member in struct:squashfs_dev_inode_header
355 unsigned short guid; member in struct:squashfs_ldev_inode_header
367 unsigned short guid; member in struct:squashfs_symlink_inode_header
379 unsigned short guid; member in struct:squashfs_reg_inode_header
393 unsigned short guid; member in struct:squashfs_lreg_inode_header
410 unsigned short guid; member in struct:squashfs_dir_inode_header
424 unsigned short guid; member in struct:squashfs_ldir_inode_header
    [all...]
  /external/google-breakpad/src/common/windows/
pdb_source_line_writer.cc 1197 GUID guid; local
    [all...]
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc 811 char guid[40]; local
812 sprintf(guid, "%08X-%04X-%04X-%02X%02X-%02X%02X%02X%02X%02X%02X",
824 if (strcmp(guid, "00000000-0000-0000-0000-000000000000")) {
829 prefix = std::string("/var/lib/breakpad/") + guid + "-" + basename;
835 fprintf(stderr, "0x%08llX-0x%08llX, ChkSum: 0x%08X, GUID: %s, \"%s\"\n",
839 rawmodule->checksum, guid, filename.c_str());
936 std::map<uintptr_t, std::string>::const_iterator guid = local
    [all...]
  /external/squashfs-tools/kernel/fs/squashfs/
squashfs_fs.h 250 __le16 guid; member in struct:squashfs_base_inode
259 __le16 guid; member in struct:squashfs_ipc_inode
269 __le16 guid; member in struct:squashfs_dev_inode
280 __le16 guid; member in struct:squashfs_symlink_inode
292 __le16 guid; member in struct:squashfs_reg_inode
306 __le16 guid; member in struct:squashfs_lreg_inode
323 __le16 guid; member in struct:squashfs_dir_inode
337 __le16 guid; member in struct:squashfs_ldir_inode
  /external/squashfs-tools/kernel/include/linux/
squashfs_fs.h 249 __le16 guid; member in struct:squashfs_base_inode
258 __le16 guid; member in struct:squashfs_ipc_inode
268 __le16 guid; member in struct:squashfs_dev_inode
279 __le16 guid; member in struct:squashfs_symlink_inode
291 __le16 guid; member in struct:squashfs_reg_inode
305 __le16 guid; member in struct:squashfs_lreg_inode
322 __le16 guid; member in struct:squashfs_dir_inode
336 __le16 guid; member in struct:squashfs_ldir_inode
  /external/libmtp/src/
ptp.c 2308 unsigned char guid[16]; local
    [all...]

Completed in 1820 milliseconds

1 2 3