HomeSort by relevance Sort by last modified time
    Searched refs:Uuid (Results 1 - 13 of 13) sorted by null

  /external/vboot_reference/cgpt/
cgpt_common.c 392 guid->u.Uuid.time_low = htole32(time_low);
393 guid->u.Uuid.time_mid = htole16(time_mid);
394 guid->u.Uuid.time_high_and_version = htole16(time_high_and_version);
396 guid->u.Uuid.clock_seq_high_and_reserved = chunk[3] & 0xff;
397 guid->u.Uuid.clock_seq_low = chunk[4] & 0xff;
398 guid->u.Uuid.node[0] = chunk[5] & 0xff;
399 guid->u.Uuid.node[1] = chunk[6] & 0xff;
400 guid->u.Uuid.node[2] = chunk[7] & 0xff;
401 guid->u.Uuid.node[3] = chunk[8] & 0xff;
402 guid->u.Uuid.node[4] = chunk[9] & 0xff
    [all...]
  /external/google-breakpad/src/client/windows/crash_generation/
minidump_generator.h 111 typedef RPC_STATUS (RPC_ENTRY* UuidCreateType)(UUID* Uuid);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcdce.h 44 typedef GUID UUID;
46 #define uuid_t UUID
60 UUID *Uuid[1];
71 UUID Uuid;
142 typedef void __RPC_API RPC_OBJECT_INQ_FN(UUID *ObjectUuid,UUID *TypeUuid,RPC_STATUS *Status);
188 RPCRTAPI RPC_STATUS RPC_ENTRY RpcBindingInqObject(RPC_BINDING_HANDLE Binding,UUID *ObjectUuid);
190 RPCRTAPI RPC_STATUS RPC_ENTRY RpcBindingSetObject(RPC_BINDING_HANDLE Binding,UUID *ObjectUuid)
    [all...]
rpcdcep.h 39 typedef RPC_STATUS RPC_ENTRY RPC_FORWARD_FUNCTION(UUID *InterfaceId,RPC_VERSION *InterfaceVersion,UUID *ObjectId,unsigned char *Rpcpro,void **ppDestEndpoint);
119 RPCRTAPI RPC_STATUS RPC_ENTRY I_RpcGetBufferWithObject(RPC_MESSAGE *Message,UUID *ObjectUuid);
176 UUID Uuid;
182 RPCRTAPI RPC_STATUS RPC_ENTRY I_UuidCreate(UUID *Uuid);
239 UUID ResourceType;
241 UUID SessionId;
  /external/vboot_reference/firmware/include/
gpt.h 61 } Uuid;
  /external/google-breakpad/src/client/windows/handler/
exception_handler.h 310 typedef RPC_STATUS (RPC_ENTRY *UuidCreate_type)(UUID* Uuid);
  /external/clang/lib/AST/
ExprCXX.cpp 71 if (const UuidAttr *Uuid = RD->getMostRecentDecl()->getAttr<UuidAttr>())
72 return Uuid;
90 // If the template argument has a UUID, there are three cases:
91 // - This is the first UUID seen for this RecordDecl.
92 // - This is a different UUID than previously seen for this RecordDecl.
93 // - This is the same UUID than previously seen for this RecordDecl.
101 // Seeing multiple UUIDs means that we couldn't find a UUID
116 StringRef Uuid;
118 Uuid = CXXUuidofExpr::GetUuidAttrOfType(getTypeOperand(Context))->getGuid();
123 Uuid = CXXUuidofExpr::GetUuidAttrOfType(Op->getType())->getGuid()
    [all...]
MicrosoftMangle.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_fm2jscontext.h 285 static void Uuid(FXJSE_HOBJECT hThis,
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wmidata.h     [all...]
ntddk.h 54 /* GUID and UUID */
66 typedef GUID UUID;
    [all...]

Completed in 588 milliseconds