/reactos/drivers/wdm/audio/drivers/CMIDriver/ |
H A D | property.h | 55 #ifndef UInt32 56 #define UInt32 ULONG macro 68 UInt32 maxChannels; 71 UInt32 enableBass2Line; 73 UInt32 enableRear2Line; 75 UInt32 enableSPDO; 76 UInt32 enableSPDO5V; 78 UInt32 select2ndSPDI; 81 UInt32 loopSPDI; 82 UInt32 formatMask; [all …]
|
H A D | minwave.hpp | 54 UInt32 notificationInterval; 57 UInt32 requestedChannelCount; 58 UInt32 requestedChannelMask; 67 NTSTATUS isFormatAllowed(UInt32 sampleRate, BOOLEAN multiChan, BOOLEAN AC3); 70 NTSTATUS newDMAChannel(PDMACHANNEL *dmaChannel, UInt32 bufferLength); 84 STDMETHODIMP_(void) ServiceWaveISR(UInt32 streamIndex); 107 UInt32 dmaAddress; 108 UInt32 dmaMemorySize; 115 UInt32 streamIndex; 116 UInt32 channelNumber; // hardware channel number: 0/A or 1/B [all …]
|
H A D | interfaces.hpp | 73 #define UInt32 ULONG macro 136 UInt32 maxChannels; 141 UInt32* IOBase; 142 UInt32* MPUBase; 148 UInt32 formatMask; 149 UInt32 regFUNCTRL0; 154 UInt32 node; 212 STDMETHOD_(UInt32, readUInt32) in DECLARE_INTERFACE_() local 219 UInt32 value in DECLARE_INTERFACE_() 224 UInt32 flag in DECLARE_INTERFACE_() [all …]
|
H A D | common.hpp | 84 STDMETHODIMP_(UInt32) readUInt32(UInt8 reg); 85 STDMETHODIMP_(void) writeUInt32(UInt8 reg, UInt32 value); 87 STDMETHODIMP_(void) setUInt32Bit(UInt8 reg, UInt32 flag); 88 STDMETHODIMP_(void) clearUInt32Bit(UInt8 reg, UInt32 flag);
|
H A D | common.cpp | 61 cm.IOBase = (UInt32*)ResourceList->FindTranslatedPort(i)->u.Port.Start.QuadPart; in STDMETHODIMP_() 163 UInt32 version = readUInt32(REG_INTHLDCLR) & VERSION_MASK; in queryChip() 266 UInt32 LegacyCtrl; in STDMETHODIMP_() 388 STDMETHODIMP_(UInt32) CCMIAdapter::readUInt32(UInt8 reg) in STDMETHODIMP_() argument 393 STDMETHODIMP_(void) CCMIAdapter::writeUInt32(UInt8 cmd, UInt32 value) in STDMETHODIMP_() 398 STDMETHODIMP_(void) CCMIAdapter::setUInt32Bit(UInt8 reg, UInt32 flag) in STDMETHODIMP_() 403 STDMETHODIMP_(void) CCMIAdapter::clearUInt32Bit(UInt8 reg, UInt32 flag) in STDMETHODIMP_() 441 UInt32 status, mask = 0; in InterruptServiceRoutine()
|
H A D | mintopo.hpp | 41 UInt32 functrl1Register, chformatRegister, legacyRegister, miscctrlRegister; 42 UInt32 NodeCache[2*KSNODE_TOPO_INVALID]; 43 UInt32 masterMuteDummy;
|
H A D | minwave.cpp | 61 NTSTATUS CMiniportWaveCMI::newDMAChannel(PDMACHANNEL *dmaChannel, UInt32 bufferLength) in newDMAChannel() 380 NTSTATUS CMiniportWaveCMI::isFormatAllowed(UInt32 sampleRate, BOOLEAN multiChan, BOOLEAN AC3) in isFormatAllowed() 756 UInt32 streamIndex = PCM_OUT_STREAM; in NewStream() 931 UInt32 val; in prepareStream() 1274 NTSTATUS CMiniportWaveStreamCMI::Init(CMiniportWaveCMI* Miniport_, UInt32 streamIndex_, bool isCapt… in Init() 1276 NTSTATUS CMiniportWaveStreamCMI::Init(CMiniportWaveCMI* Miniport_, UInt32 streamIndex_, bool isCapt… in Init() 1470 UInt32 inthld, chen, reset, pause; in SetState() 1622 UInt32 reg; in GetPosition() 1642 UInt32 reg; in GetPosition() 1701 STDMETHODIMP_(void) CMiniportWaveCMI::ServiceWaveISR(UInt32 streamIndex) in STDMETHODIMP_()
|
H A D | adapter.cpp | 196 MPUBase = (UInt32*)ResourceList->FindTranslatedPort(i)->u.Port.Start.QuadPart; in StartDevice()
|
H A D | mintopo.cpp | 1109 UInt32 channel; in PropertyHandler_Level()
|
/reactos/sdk/tools/hhpcomp/chmc/ |
H A D | chm.h | 44 typedef unsigned __int32 UInt32; typedef 58 typedef unsigned long UInt32; typedef 71 typedef unsigned int UInt32; typedef 95 UInt32 last_modified; /* 10 */ 96 UInt32 lang_id; /* 14 */ 124 UInt32 block_len; /* 10 */ 131 UInt32 num_blocks; /* 2c */ 158 UInt32 version; 159 UInt32 block_count; 160 UInt32 entry_size; [all …]
|
H A D | chmc.h | 109 UInt32 lcid; 110 UInt32 dbcs; 111 UInt32 full_search; 112 UInt32 klinks; 113 UInt32 alinks; 168 UInt32 flags; 169 UInt32 sect_id; 211 UInt32 strings_len; 238 UInt32 url_offset; 243 UInt32 unknown; [all …]
|
H A D | encint.h | 28 static inline int chmc_encint_len ( const UInt32 val ) { in chmc_encint_len() 46 static inline int chmc_encint ( const UInt32 val, UChar *out ) { in chmc_encint() 48 UInt32 a; in chmc_encint() 78 static inline int chmc_decint ( const UChar *in, UInt32 *value ) { in chmc_decint()
|
H A D | chmc.c | 120 UInt32 fd_offset; 121 UInt32 done; 122 UInt32 todo; 558 UInt32 chmc_strings_add( struct chmcFile *chm, const char *s) in chmc_strings_add() 560 UInt32 len, off; in chmc_strings_add() 670 UInt32 val; in chmc_system_done() 734 UInt32 str_index; in chmc_tree_done() 796 UInt32 *p; in chmc_tree_done() 1500 UInt32 name_len; in chmc_pmgi_done()
|
/reactos/dll/win32/itss/ |
H A D | chm_lib.c | 104 typedef DWORD UInt32; typedef 435 UInt32 version; 436 UInt32 block_count; 437 UInt32 unknown; 438 UInt32 table_offset; 538 UInt32 block_len; 547 UInt32 window_size; 972 UInt32 hremain; in _chm_find_in_PMGL() 1014 UInt32 hremain; in _chm_find_in_PMGI() 1124 UInt32 remain; in _chm_get_cmpblock_bounds() [all …]
|
/reactos/sdk/lib/3rdparty/freetype/include/freetype/ |
H A D | ftmac.h | 192 UInt32 maxPathSize,
|
/reactos/sdk/include/c++/stlport/stl/config/ |
H A D | _apple.h | 37 #define _STLP_UINT32_T UInt32
|
/reactos/dll/win32/winemp3.acm/ |
H A D | mpegl3.c | 327 UInt32 NumberPackets; 354 UInt32 *ioNumberDataPackets, in Mp3AudioConverterComplexInputDataProc() 426 UInt32 size, aspdi, synci, syncSkip; in mp3_leopard_horse()
|
/reactos/dll/win32/advapi32/wine/ |
H A D | cred.c | 298 UInt32 i, cred_blob_len; in mac_read_credential_from_item() 304 UInt32 info_tags[] = { kSecServiceItemAttr, kSecAccountItemAttr, in mac_read_credential_from_item() 558 UInt32 userlen, pwlen, serverlen; in mac_write_credential() 804 static BOOL mac_credential_matches_filter(void *data, UInt32 data_len, const WCHAR *filter) in mac_credential_matches_filter() 847 UInt32 info_tags[] = { kSecServiceItemAttr }; in mac_enumerate_credentials() 906 UInt32 info_tags[] = { kSecServiceItemAttr }; in mac_delete_credential() 1494 UInt32 info_tags[] = { kSecServiceItemAttr }; in CredReadW()
|
/reactos/dll/directx/wine/dinput/ |
H A D | joystick_osx.c | 27 #define DWORD UInt32 28 #define LPDWORD UInt32* 1409 UInt32 v; in osx_set_autocenter() 1421 UInt32 v; in osx_set_ffgain() 1744 return osx_to_win32_hresult(FFEffectGetEffectStatus(This->effect, (UInt32*)flags)); in effect_GetEffectStatus()
|
/reactos/sdk/lib/3rdparty/freetype/src/base/ |
H A D | ftmac.c | 224 UInt32 maxPathSize, in FT_GetFilePath_From_Mac_ATS_Name()
|