Home
last modified time | relevance | path

Searched refs:nBlockSize (Results 1 – 5 of 5) sorted by relevance

/reactos/modules/rostests/apitests/atl/
H A DCHeapPtrList.cpp29 CComHeapPtrList(_In_ UINT nBlockSize = 10) throw() in CComHeapPtrList() argument
30 :CHeapPtrList<T, CComAllocator>(nBlockSize) in CComHeapPtrList()
/reactos/sdk/lib/atl/
H A Datlcoll.h463 CAtlList(_In_ UINT nBlockSize = 10);
524 CAtlList< E, ETraits >::CAtlList(_In_ UINT nBlockSize) : in CAtlList() argument
526 m_BlockSize(nBlockSize), in CAtlList()
532 ATLASSERT(nBlockSize > 0); in CAtlList()
949 CHeapPtrList(_In_ UINT nBlockSize = 10) :
950 CAtlList<CHeapPtr<E, Allocator>, CHeapPtrElementTraits<E, Allocator> >(nBlockSize)
/reactos/sdk/include/psdk/
H A Dmmreg.h434 WORD nBlockSize; member
/reactos/modules/rostests/winetests/msacm32/
H A Dmsacm.c1296 src.nBlockSize = 576; in test_mp3()
1322 src.nBlockSize = 0; in test_mp3()
1332 src.nBlockSize = 576; in test_mp3()
/reactos/dll/directx/wine/quartz/
H A Dmpegsplit.c441 mp3format->nBlockSize = format->nBlockAlign; in MPEGSplitter_init_audio()