/reactos/drivers/wdm/audio/drivers/CMIDriver/ |
H A D | common.cpp | 54 RtlFillMemory(&cm, sizeof(cm), 0x00); in STDMETHODIMP_() 58 cm.IOBase = 0; in STDMETHODIMP_() 65 if (cm.IOBase == 0) { in STDMETHODIMP_() 68 cm.MPUBase = 0; in STDMETHODIMP_() 170 cm.maxChannels = 8; in queryChip() 171 cm.canAC3HW = true; in queryChip() 178 cm.maxChannels = 6; in queryChip() 179 cm.canAC3HW = true; in queryChip() 191 cm.canAC3HW = true; in queryChip() 201 if (cm.doAC3SW) { in queryChip() [all …]
|
H A D | minwave.cpp | 179 cm = CMIAdapter->getCMI8738Info(); in Init() 180 cm->regFUNCTRL0 = 0; in Init() 181 cm->WaveMiniport = this; in Init() 355 if (cm->TopoMiniport) { in STDMETHODIMP_() 373 if (cm->TopoMiniport) { in STDMETHODIMP_() 763 if (cm->enableSPDIFInMonitor) { in NewStream() 937 if (!(Miniport->cm)) { in prepareStream() 1054 if (Miniport->cm->canMultiChannel) { in setDACChannels() 1147 if (Miniport->cm->canAC3HW) { in setupAC3Passthru() 1179 if (Miniport->cm->canAC3HW) { in setupAC3Passthru() [all …]
|
H A D | mintopo.cpp | 78 cm->TopoMiniport = NULL; in ~CCMITopology() 107 cm = CMIAdapter->getCMI8738Info(); in Init() 270 if (cm->chipVersion >= 68) { in loadMixerSettingsFromRegistry() 432 Value = cm->formatMask; in storeMixerSettingsToRegistry() 761 if (that->cm) { in PropertyHandler_OnOff() 766 if (that->cm) { in PropertyHandler_OnOff() 809 if (that->cm) { in PropertyHandler_OnOff() 1382 if (that->cm->chipVersion <= 37) { in PropertyHandler_Private() 1446 if (that->cm->chipVersion > 37) { in PropertyHandler_Private() 1469 if (that->cm->chipVersion <= 37) { in PropertyHandler_Private() [all …]
|
H A D | common.hpp | 59 CMI8738Info cm; member in CCMIAdapter 101 return &cm; in getCMI8738Info()
|
H A D | mintopo.hpp | 39 CMI8738Info *cm; member in CCMITopology
|
H A D | minwave.hpp | 56 CMI8738Info *cm; member in CMiniportWaveCMI
|
/reactos/sdk/lib/3rdparty/libmpg123/ |
H A D | layer2.c | 250 real cm=fr->muls[k][scale[x1]]; in II_step_two() local 251 fraction[j][0][i] = REAL_MUL_SCALE_LAYER12(DOUBLE_TO_REAL_15((int)getbits(fr, k) + d1), cm); in II_step_two() 283 real cm; in II_step_two() local 284 cm=fr->muls[k][scale[x1+3]]; in II_step_two() 288 fraction[1][0][i] = REAL_MUL_SCALE_LAYER12(fraction[0][0][i], cm); in II_step_two() 289 fraction[1][1][i] = REAL_MUL_SCALE_LAYER12(fraction[0][1][i], cm); in II_step_two() 290 fraction[1][2][i] = REAL_MUL_SCALE_LAYER12(fraction[0][2][i], cm); in II_step_two() 291 cm=fr->muls[k][scale[x1]]; in II_step_two() 292 fraction[0][0][i] = REAL_MUL_SCALE_LAYER12(fraction[0][0][i], cm); in II_step_two() 293 fraction[0][1][i] = REAL_MUL_SCALE_LAYER12(fraction[0][1][i], cm); in II_step_two() [all …]
|
/reactos/modules/rostests/kmtests/npfs/ |
H A D | npfs.h | 95 #define NpCheckServerPipe(h, rm, cm, npt, npc, mi, ci, iq, rsa, oq, wqa, nps) \ argument 96 NpCheckServerPipe__(h, rm, cm, npt, npc, mi, ci, iq, rsa, oq, wqa, nps, __FILE__, __LINE__) 98 #define NpCheckServerPipe__(h, rm, cm, npt, npc, mi, ci, iq, rsa, oq, wqa, nps, file, line) \ argument 99 …NpCheckServerPipe_(h, rm, cm, npt, npc, mi, ci, iq, rsa, oq, wqa, nps, file ":" KMT_STRINGIZE(line… 121 #define NpCheckClientPipe(h, rm, cm, npt, npc, mi, ci, iq, rsa, oq, wqa, nps) \ argument 122 NpCheckClientPipe__(h, rm, cm, npt, npc, mi, ci, iq, rsa, oq, wqa, nps, __FILE__, __LINE__) 124 #define NpCheckClientPipe__(h, rm, cm, npt, npc, mi, ci, iq, rsa, oq, wqa, nps, file, line) \ argument 125 …NpCheckClientPipe_(h, rm, cm, npt, npc, mi, ci, iq, rsa, oq, wqa, nps, file ":" KMT_STRINGIZE(line…
|
/reactos/dll/shellext/zipfldr/ |
H A D | CExplorerCommand.cpp | 53 CMINVOKECOMMANDINFO cm = { sizeof(cm), 0 }; in Invoke() local 54 cm.lpVerb = EXTRACT_VERBA; in Invoke() 55 cm.nShow = SW_SHOW; in Invoke() 56 return m_pZipObject->InvokeCommand(&cm); in Invoke()
|
/reactos/sdk/lib/crt/stdio/ |
H A D | popen.c | 38 FILE *_tpopen (const _TCHAR *cm, const _TCHAR *md) /* program name, pipe mode */ in _tpopen() argument 52 TRACE(MK_STR(_tpopen)"('%"sT"', '%"sT"')\n", cm, md); in _tpopen() 54 if (cm == NULL) in _tpopen() 69 szCmdLine = malloc((_tcslen(s) + 4 + _tcslen(cm) + 1) * sizeof(_TCHAR)); in _tpopen() 80 _tcscat(szCmdLine, cm); in _tpopen()
|
/reactos/modules/rosapps/applications/devutils/shlextdbg/ |
H A D | shlextdbg.cpp | 708 CComPtr<IContextMenu> cm; in wmain() local 712 hr = LoadAndInitialize(IID_PPV_ARG(IContextMenu, &cm)); in wmain() 719 … hr = si->BindToHandler(NULL, BHID_SFUIObject, IID_PPV_ARG(IContextMenu, &cm)); in wmain() 759 hr = cm->QueryContextMenu(hMenu, 0, first, last, cmf); in wmain() 762 DumpMenu(hMenu, first, cm, fakeinit, nosub ? -1 : 0); in wmain() 879 CMINVOKECOMMANDINFO cm = { sizeof(cm), 0 }; in wmain() local 880 cm.lpVerb = g_ContextMenu.GetString(); in wmain() 881 cm.nShow = SW_SHOW; in wmain() 882 hr = spContextMenu->InvokeCommand(&cm); in wmain()
|
/reactos/dll/win32/windowscodecs/ |
H A D | gifformat.c | 720 if (!cm) cm = This->parent->gif->SColorMap; in GifFrameDecode_CopyPalette() 722 if (cm->ColorCount > 256) in GifFrameDecode_CopyPalette() 728 for (i = 0; i < cm->ColorCount; i++) { in GifFrameDecode_CopyPalette() 730 cm->Colors[i].Red << 16| in GifFrameDecode_CopyPalette() 732 cm->Colors[i].Blue; in GifFrameDecode_CopyPalette() 1188 ColorMapObject *cm; in GifDecoder_CopyPalette() local 1197 cm = This->gif->SColorMap; in GifDecoder_CopyPalette() 1198 if (cm) in GifDecoder_CopyPalette() 1200 if (cm->ColorCount > 256) in GifDecoder_CopyPalette() 1211 cm->Colors[i].Blue; in GifDecoder_CopyPalette() [all …]
|
/reactos/base/applications/screensavers/3dtext/lang/ |
H A D | zh-CN.rc | 1 /* Translated by Song Fuchang (0xfc) <sfc_0@yahoo.com.cm> */
|
/reactos/dll/directx/wine/dplayx/ |
H A D | lobbysp.c | 160 SPDATA_CHATMESSAGE *cm ) in IDPLobbySPImpl_SendChatMessage() argument 163 FIXME( "(%p)->(%p):stub\n", This, cm ); in IDPLobbySPImpl_SendChatMessage()
|
/reactos/drivers/network/ndis/ndis/ |
H A D | SOURCES | 9 SOURCES= 40gone.c 50gone.c buffer.c cl.c cm.c co.c config.c control.c \
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/vnc/ |
H A D | vnc.c | 406 uint8_t *cm = colourMap->data.bytes; in vncLookupColour() local 407 uint32_t m, m1 = abs(cm[0] - p[0]) + abs(cm[1] - p[1]) + abs(cm[2] - p[2]); in vncLookupColour() 410 m = abs(cm[i * 3] - p[0]) + abs(cm[i * 3 + 1] - p[1]) + abs(cm[i * 3 + 2] - p[2]); in vncLookupColour()
|
/reactos/drivers/network/ndis/ |
H A D | CMakeLists.txt | 20 ndis/cm.c
|
/reactos/sdk/lib/3rdparty/stlport/test/unit/ |
H A D | map_test.cpp | 218 mmap const& cm = m; in iterators() local 219 mmap::const_reverse_iterator rci = cm.rbegin(); in iterators() 220 CPPUNIT_ASSERT( rci != cm.rend() ); in iterators()
|
H A D | hash_test.cpp | 104 maptype const& cm = m; in hmap1() local 105 cite = cm.begin(); in hmap1()
|
/reactos/dll/win32/shell32/ |
H A D | shlexec.cpp | 1432 CComPtr<IContextMenu> cm = NULL; in shellex_run_context_menu_default() local 1442 r = obj->QueryInterface(IID_PPV_ARG(IContextMenu, &cm)); in shellex_run_context_menu_default() 1451 r = cm->QueryContextMenu(hmenu, 0, 0x20, 0x7fff, CMF_DEFAULTONLY); in shellex_run_context_menu_default() 1488 r = cm->InvokeCommand((LPCMINVOKECOMMANDINFO)&ici); in shellex_run_context_menu_default() 1532 static HRESULT shellex_get_contextmenu(LPSHELLEXECUTEINFOW sei, CComPtr<IContextMenu>& cm) in shellex_get_contextmenu() argument 1568 return shf->GetUIObjectOf(NULL, 1, &pidllast, IID_NULL_PPV_ARG(IContextMenu, &cm)); in shellex_get_contextmenu() 1580 CComPtr<IContextMenu> cm; in ShellExecute_ContextMenuVerb() local 1581 HRESULT hr = shellex_get_contextmenu(sei, cm); in ShellExecute_ContextMenuVerb() 1612 hr = cm->QueryContextMenu(hMenu, 0, idFirst, idLast, fDefault ? CMF_DEFAULTONLY : 0); in ShellExecute_ContextMenuVerb() 1623 hr = cm->InvokeCommand((LPCMINVOKECOMMANDINFO)&ici); in ShellExecute_ContextMenuVerb()
|
/reactos/base/applications/mspaint/lang/ |
H A D | tr-TR.rc | 187 AUTORADIOBUTTON "&cm", IDD_ATTRIBUTESRB2, 62, 69, 45, 10 272 IDS_PRINTRES "%d x %d pixel/cm"
|
H A D | vi-VN.rc | 184 AUTORADIOBUTTON "&Inch (= 2,54 cm)", IDD_ATTRIBUTESRB1, 12, 69, 66, 10, WS_GROUP 270 IDS_PRINTRES "%d x %d pixel/cm"
|
/reactos/modules/rostests/winetests/gdi32/ |
H A D | wine_vdmx.sfd | 87 !*B3h!*0)&s6]kg!*]Ej!*B5*s6Teh!*oQk!*TA.s6Tej!+,]m!*fM1s6K_k!+5cm!+#Y7s6K_m
|
/reactos/base/applications/wordpad/lang/ |
H A D | ko-KR.rc | 170 STRING_UNITS_CM, "cm"
|
H A D | ja-JP.rc | 169 STRING_UNITS_CM, "cm"
|