Searched refs:Int32 (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DLzFind.h50 #define Inline_MatchFinder_GetIndexByte(p, index) ((p)->buffer[(Int32)(index)])
83 typedef Byte (*Mf_GetIndexByte_Func)(void *object, Int32 index);
H A DTypes.h71 typedef long Int32; typedef
74 typedef int Int32; typedef
H A DLzFind.c65 Byte MatchFinder_GetIndexByte(CMatchFinder *p, Int32 index) { return p->buffer[index]; }
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzFind.h50 #define Inline_MatchFinder_GetIndexByte(p, index) ((p)->buffer[(Int32)(index)])
83 typedef Byte (*Mf_GetIndexByte_Func)(void *object, Int32 index);
H A DTypes.h48 typedef long Int32; typedef
51 typedef int Int32; typedef
H A DLzFindMt.c234 Int32 NO_INLINE GetMatchesSpecN(UInt32 lenLimit, UInt32 pos, const Byte *cur, CLzRef *son,
236 UInt32 *_distances, UInt32 _maxLen, const UInt32 *hash, Int32 limit, UInt32 size, UInt32 *posRes)
361 distances + curPos, p->numHashBytes - 1, p->hashBuf + p->hashBufPos, (Int32)(limit - curPos) , size, &posRes);
552 Byte MatchFinderMt_GetIndexByte(CMatchFinderMt *p, Int32 index)
H A DLzFind.c46 Byte MatchFinder_GetIndexByte(CMatchFinder *p, Int32 index) { return p->buffer[index]; }
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/
H A DUsbMouseAbsolutePointer.h88 INT32 Int32; member in union:__anon10908
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMouseDxe/
H A DUsbMouse.h88 INT32 Int32; member in union:__anon10912
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/
H A DnsIRegistry.idl99 const unsigned long Int32 = 2;
H A DregExport.cpp291 case nsIRegistry::Int32:
296 printf( "\t= Int32 [%d, 0x%x]", val, val);
H A DnsRegistry.cpp320 out = nsIRegistry::Int32;
339 | the proper units (if type==Int32 array, we divide by sizeof(PRInt32)). |
945 if( type == Int32 ) {
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsIRegistry.idl99 const unsigned long Int32 = 2;
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsVariant.cpp592 NUMERIC_CONVERSION_METHOD_BEGIN(VTYPE_INT32, PRInt32, Int32)
1298 CASE__SET_FROM_VARIANT_TYPE(VTYPE_INT32, mInt32Value, Int32)

Completed in 83 milliseconds