Searched refs:GUID (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/
H A DFontCustomPlatformData.cpp62 GUID fontUuid;
65 for (int i = 0; i < sizeof(GUID) / sizeof(int) ; ++i)
/macosx-10.9.5/IOFireWireSerialBusProtocolTransport-251.0.1/SBP2DiskLogger/
H A DSBP2DiskLogger.cpp87 uint64_t GUID; member in struct:FireWireDevice
836 uint64_t GUID = 0; local
839 GUID = gTraceBuffer[index].arg2;
840 GUID = ( GUID << 32 ) | gTraceBuffer[index].arg3;
847 printf ( "[GUID %qd]: FireWire SBP2 Device appeared, obj = 0x%08X\n", GUID, ( unsigned int ) gTraceBuffer[index].arg1 );
854 device->GUID = GUID;
865 printf ( "[GUID
1043 uint64_t GUID = 0; local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cssm/lib/
H A Demmspi.h56 (const CSSM_GUID *GUID);
/macosx-10.9.5/vim-53/src/
H A Dif_ole.cpp515 static void GUIDtochar(const GUID &guid, char *GUID, int length);
634 // Convert a GUID to a char string
635 static void GUIDtochar(const GUID &guid, char *GUID, int length) argument
642 wcstombs(GUID, wGUID, length);
/macosx-10.9.5/ntfs-83/kext/
H A Dntfs_layout.h1105 * GUID structures store globally unique identifiers (GUID). A GUID is a
1112 * Example of a GUID in string format:
1118 le32 data1; /* The first eight hexadecimal digits of the GUID. */
1124 } __attribute__((__packed__)) GUID; typedef in typeref:struct:__anon11284
1142 GUID birth_volume_id;
1143 GUID birth_object_id;
1144 GUID domain_id;
1156 GUID object_i
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSWindows/NSPTool/
H A DNSPTool.c41 DEBUG_LOCAL char * GUIDtoString( const GUID *inGUID, char *outString );
42 DEBUG_LOCAL OSStatus StringToGUID( const char *inCharString, GUID *outGUID );
75 fprintf( stderr, " <guid> GUID of the NSP\n" );
81 fprintf( stderr, " <guid> GUID of the NSP\n" );
86 fprintf( stderr, " <guid> GUID of the NSP\n" );
238 GUID guid;
286 GUID guid;
323 GUID guid;
539 DEBUG_LOCAL char * GUIDtoString( const GUID *inGUID, char *outString )
555 DEBUG_LOCAL OSStatus StringToGUID( const char *inCharString, GUID *outGUI
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DFontCustomPlatformData.cpp75 GUID fontUuid;
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebDataSource.h36 extern const GUID IID_WebDataSource;
H A DWebDataSource.cpp55 const GUID IID_WebDataSource =
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllfunc.c64 static GUID guid_habn = SVCID_INET_HOSTADDRBYNAME;
65 static GUID guid_habis = SVCID_INET_HOSTADDRBYINETSTRING;
67 #define SVCID_IS_HABN(p) (memcmp(p, &guid_habn, sizeof(GUID)) == 0)
68 #define SVCID_IS_HABIS(p) (memcmp(p, &guid_habis, sizeof(GUID)) == 0)
/macosx-10.9.5/vim-53/src/VisVim/
H A DCommands.h42 const GUID * plibid,
/macosx-10.9.5/iodbc-42.5/iodbc/include/
H A Dsqltypes.h378 typedef GUID SQLGUID;
/macosx-10.9.5/IOFireWireSerialBusProtocolTransport-251.0.1/
H A DIOFireWireSerialBusProtocolTransport.cpp182 #define kFireWireGUIDKey "GUID"
441 UInt64 GUID = 0; local
443 GUID = number->unsigned64BitValue ( );
448 ( unsigned int ) ( ( GUID >> 32 ) & 0xFFFFFFFF ),
449 ( unsigned int ) ( GUID & 0xFFFFFFFF ),
587 UInt64 GUID = 0; local
589 GUID = number->unsigned64BitValue ( );
594 ( unsigned int ) ( ( GUID >> 32 ) & 0xFFFFFFFF ),
595 ( unsigned int ) ( GUID & 0xFFFFFFFF ),
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dregistry.vim32 " GUID (Global Unique IDentifier)
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/win/
H A DjkAudIO_win.c61 const static GUID KSDATAFORMAT_SUBTYPE_PCM = {0x00000001,0x0000,0x0010,
86 static GUID guidOut[MAX_NUM_DEVICES];
89 static GUID guidIn[MAX_NUM_DEVICES];
1222 memcpy(&guidOut[numDSOutDevs], lpGUID, sizeof(GUID));
1239 memcpy(&guidIn[numDSInDevs], lpGUID, sizeof(GUID));
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebEditorClient.cpp55 static const GUID IID_IWebUndoCommand =
/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVLib.c745 UInt64 GUID; local
753 dataDesc = (CFNumberRef)CFDictionaryGetValue(properties, CFSTR("GUID"));
754 CFNumberGetValue(dataDesc, kCFNumberSInt64Type, &GUID);
756 if(GUID == dvThread->fDevices[device].fGUID) {
777 dev->fGUID = GUID;
/macosx-10.9.5/ntfs-83/util/
H A Dntfs.util.c881 GUID *guid;
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/shellicon/
H A Dshellicon.c38 const GUID IID_IImageList = {0x2C247F21, 0x8591, 0x11D1,{ 0xB1, 0x6A, 0x00,0xC0, 0xF0, 0x28,0x36, 0x28} };
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/
H A Dsocket.c606 GUID GUIDConnectEx = WSAID_CONNECTEX;
607 GUID GUIDAcceptEx = WSAID_ACCEPTEX;
608 GUID GUIDGetAcceptExSockaddrs = WSAID_GETACCEPTEXSOCKADDRS;
/macosx-10.9.5/ntp-88/lib/isc/win32/
H A Dsocket.c606 GUID GUIDConnectEx = WSAID_CONNECTEX;
607 GUID GUIDAcceptEx = WSAID_ACCEPTEX;
608 GUID GUIDGetAcceptExSockaddrs = WSAID_GETACCEPTEXSOCKADDRS;
/macosx-10.9.5/ruby-104/ruby/win32/
H A Dwin32.c2890 get_wsa_extension_function(SOCKET s, GUID *guid)
3296 static GUID guid = WSAID_WSARECVMSG;
3354 static GUID guid = WSAID_WSASENDMSG;
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSWindows/mdnsNSP/
H A DmdnsNSP.c232 DEBUG_LOCAL GUID gNSPGUID = { 0xb600e6e9, 0x553b, 0x4a19, { 0x86, 0x96, 0x33, 0x5e, 0x5c, 0x89, 0x61, 0x53 } };
371 dlog( kDebugLevelTrace, "%s (GUID=%U, refCount=%ld)\n", __ROUTINE__, inProviderID, gRefCount );
436 dlog( kDebugLevelTrace, "%s (GUID=%U, refCount=%ld)\n", __ROUTINE__, inProviderID, gRefCount );
841 // class. This is accomplished by connecting to the namespace service and writing the GUID which defines the given
/macosx-10.9.5/ruby-104/ruby/ext/win32ole/
H A Dwin32ole.c605 if (MEMCMP(riid, &IID_IUnknown, GUID, 1) == 0
606 || MEMCMP(riid, &IID_IMessageFilter, GUID, 1) == 0)
707 if (MEMCMP(riid, &IID_IUnknown, GUID, 1) == 0
708 || MEMCMP(riid, &IID_IDispatch, GUID, 1) == 0)
3131 * Creates GUID.
3137 GUID guid;
3143 ole_raise(hr, eWIN32OLERuntimeError, "failed to create GUID");
3147 rb_raise(rb_eRuntimeError, "failed to create GUID(buffer over)");
5175 * The first argument <i>typelib</i> specifies OLE type library name or GUID or
5682 * WIN32OLE_TYPE#guid #=> GUID
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSWindows/
H A DmDNSWin32.c82 static GUID kWSARecvMsgGUID = WSAID_WSARECVMSG;

Completed in 429 milliseconds

12