Home
last modified time | relevance | path

Searched refs:pSetup (Results 1 – 25 of 202) sorted by relevance

123456789

/dports/audio/qsynth/qsynth-0.9.2/src/
H A DqsynthOptions.cpp459 qsynthSetup *pSetup = pEngine->setup(); in renameEngine() local
460 if (pSetup == nullptr) in renameEngine()
501 if (pSetup == nullptr) in loadSetup()
590 pSetup->sDefPreset = m_settings.value("/DefPreset", pSetup->sDefPresetName).toString(); in loadSetup()
597 pSetup->presets.append(sItem); in loadSetup()
610 if (pSetup == nullptr) in saveSetup()
704 if (pSetup == nullptr) in loadPreset()
773 if (pSetup == nullptr) in savePreset()
781 pSetup->presets.prepend(sPreset); in savePreset()
866 if (pSetup == nullptr) in deletePreset()
[all …]
H A DqsynthMainForm.cpp875 if (pSetup == nullptr) in playLoadFiles()
1877 if (pSetup == nullptr) in startEngine()
1881 pSetup->realize(); in startEngine()
1967 if (pSetup->bMidiIn) { in startEngine()
1975 pSetup->fluid_settings(), pSetup->bMidiDump in startEngine()
1992 pSetup->fluid_settings(), pSetup->bMidiDump in startEngine()
2005 if (pSetup->bServer) { in startEngine()
2064 pSetup->fGain); in startEngine()
2066 pSetup->fReverbRoom, in startEngine()
2067 pSetup->fReverbDamp, in startEngine()
[all …]
H A DqsynthChannelsForm.cpp319 qsynthSetup *pSetup = m_pEngine->setup();
320 if (pSetup == nullptr)
324 changePreset(pSetup->sDefPreset);
518 qsynthSetup *pSetup = m_pEngine->setup();
519 if (pSetup == nullptr)
523 m_ui.PresetComboBox->addItems(pSetup->presets);
524 m_ui.PresetComboBox->addItem(pSetup->sDefPresetName);
534 qsynthSetup *pSetup = m_pEngine->setup();
535 if (pSetup == nullptr)
540 bool bPreset = pSetup->presets.contains(sPreset);
[all …]
H A DqsynthOptions.h111 void loadSetup(qsynthSetup *pSetup, const QString& sName);
112 void saveSetup(qsynthSetup *pSetup, const QString& sName);
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Ddynamic_parser.c502 static DYNAMIC_Setup *pSetup; variable
613pSetup->pPreloads[nPreloadCnt].fields[1] = str_alloc_copy(pSetup->pPreloads[nPreloadCnt].ciphertex… in dynamic_LOAD_PARSER_FUNCTIONS_LoadLINE()
633pSetup->pPreloads[nPreloadCnt].fields[1] = str_alloc_copy(pSetup->pPreloads[nPreloadCnt].ciphertex… in dynamic_LOAD_PARSER_FUNCTIONS_LoadLINE()
653pSetup->pPreloads[nPreloadCnt].fields[1] = str_alloc_copy(pSetup->pPreloads[nPreloadCnt].ciphertex… in dynamic_LOAD_PARSER_FUNCTIONS_LoadLINE()
675pSetup->pPreloads[nPreloadCnt].fields[1] = str_alloc_copy(pSetup->pPreloads[nPreloadCnt].ciphertex… in dynamic_LOAD_PARSER_FUNCTIONS_LoadLINE()
698pSetup->pPreloads[nPreloadCnt].fields[1] = str_alloc_copy(pSetup->pPreloads[nPreloadCnt].ciphertex… in dynamic_LOAD_PARSER_FUNCTIONS_LoadLINE()
973 pSetup->flags = 0; in dynamic_LOAD_PARSER_FUNCTIONS()
974 pSetup->startFlags = 0; in dynamic_LOAD_PARSER_FUNCTIONS()
975 pSetup->SaltLen = 0; in dynamic_LOAD_PARSER_FUNCTIONS()
976 pSetup->MaxInputLen = 0; in dynamic_LOAD_PARSER_FUNCTIONS()
[all …]
H A Ddynamic_compiler_fmt_plug.c226 if ((pPriv->pSetup->flags&MGF_SALTED) != MGF_SALTED) in link_funcs()
231 if (pPriv->pSetup->flags&MGF_PASSWORD_UPCASE) { in link_funcs()
235 for (i = 0; i < pPriv->pSetup->MaxInputLen; i++) in link_funcs()
238 } else if (pPriv->pSetup->flags&MGF_PASSWORD_LOCASE) { in link_funcs()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-sdl2/
H A Ddialogs.c2548 if (pSetup->leader_sex) { in change_sex_callback()
2553 pSetup->leader_sex = !pSetup->leader_sex; in change_sex_callback()
2577 pSetup->selected_leader++; in next_name_callback()
2631 pSetup->selected_leader--; in prev_name_callback()
2686 pSetup->set = nation_set_by_number(nation_set_index(pSetup->set) + 1); in next_set_callback()
2703 fc_assert(pSetup->set != NULL && nation_set_index(pSetup->set) > 0); in prev_set_callback()
2705 pSetup->set = nation_set_by_number(nation_set_index(pSetup->set) - 1); in prev_set_callback()
2799 pSetup->nation_style = style_number(style_of_nation(nation_by_number(pSetup->nation))); in nation_button_callback()
2961 if (pSetup->leader_sex) { in select_random_leader()
3015 struct NAT *pSetup; in popup_races_dialog() local
[all …]
/dports/games/freeciv/freeciv-2.6.6/client/gui-sdl/
H A Ddialogs.c2560 if (pSetup->leader_sex) { in change_sex_callback()
2565 pSetup->leader_sex = !pSetup->leader_sex; in change_sex_callback()
2589 pSetup->selected_leader++; in next_name_callback()
2643 pSetup->selected_leader--; in prev_name_callback()
2698 pSetup->set = nation_set_by_number(nation_set_index(pSetup->set) + 1); in next_set_callback()
2715 fc_assert(pSetup->set != NULL && nation_set_index(pSetup->set) > 0); in prev_set_callback()
2717 pSetup->set = nation_set_by_number(nation_set_index(pSetup->set) - 1); in prev_set_callback()
2811 pSetup->nation_style = style_number(style_of_nation(nation_by_number(pSetup->nation))); in nation_button_callback()
2977 if (pSetup->leader_sex) { in select_random_leader()
3032 struct NAT *pSetup; in popup_races_dialog() local
[all …]
/dports/games/freeciv/freeciv-2.6.6/client/gui-sdl2/
H A Ddialogs.c2548 if (pSetup->leader_sex) { in change_sex_callback()
2553 pSetup->leader_sex = !pSetup->leader_sex; in change_sex_callback()
2577 pSetup->selected_leader++; in next_name_callback()
2631 pSetup->selected_leader--; in prev_name_callback()
2686 pSetup->set = nation_set_by_number(nation_set_index(pSetup->set) + 1); in next_set_callback()
2703 fc_assert(pSetup->set != NULL && nation_set_index(pSetup->set) > 0); in prev_set_callback()
2705 pSetup->set = nation_set_by_number(nation_set_index(pSetup->set) - 1); in prev_set_callback()
2799 pSetup->nation_style = style_number(style_of_nation(nation_by_number(pSetup->nation))); in nation_button_callback()
2961 if (pSetup->leader_sex) { in select_random_leader()
3015 struct NAT *pSetup; in popup_races_dialog() local
[all …]
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-sdl/
H A Ddialogs.c2560 if (pSetup->leader_sex) { in change_sex_callback()
2565 pSetup->leader_sex = !pSetup->leader_sex; in change_sex_callback()
2589 pSetup->selected_leader++; in next_name_callback()
2643 pSetup->selected_leader--; in prev_name_callback()
2698 pSetup->set = nation_set_by_number(nation_set_index(pSetup->set) + 1); in next_set_callback()
2715 fc_assert(pSetup->set != NULL && nation_set_index(pSetup->set) > 0); in prev_set_callback()
2717 pSetup->set = nation_set_by_number(nation_set_index(pSetup->set) - 1); in prev_set_callback()
2811 pSetup->nation_style = style_number(style_of_nation(nation_by_number(pSetup->nation))); in nation_button_callback()
2977 if (pSetup->leader_sex) { in select_random_leader()
3032 struct NAT *pSetup; in popup_races_dialog() local
[all …]
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/src/platform_w32_dx9/
H A DRenderer.cpp332 bool InitWindow(RENDERER_SETTINGS * pSetup) in InitWindow() argument
351 if (pSetup->windowMode == RENDERER_WINDOWMODE_WINDOWED) wStyle |= WS_OVERLAPPED | WS_CAPTION; in InitWindow()
353 RECT wr={0,0,pSetup->nWidth,pSetup->nHeight}; in InitWindow()
357 (GetSystemMetrics(SM_CXSCREEN) - pSetup->nWidth )/2, in InitWindow()
358 (GetSystemMetrics(SM_CYSCREEN) - pSetup->nHeight)/2, in InitWindow()
373 bool InitDirect3D(RENDERER_SETTINGS * pSetup) in InitDirect3D() argument
382 nWidth = pSetup->nWidth; in InitDirect3D()
383 nHeight = pSetup->nHeight; in InitDirect3D()
389 d3dpp.Windowed = pSetup->windowMode != RENDERER_WINDOWMODE_FULLSCREEN; in InitDirect3D()
394 d3dpp.BackBufferWidth = pSetup->nWidth; in InitDirect3D()
[all …]
/dports/audio/fdk-aac/fdk-aac-2.0.2/libFDK/src/
H A DFDK_hybrid.cpp243 hAnalysisHybFilter->pSetup = setup; in FDKhybridAnalysisInit()
321 HANDLE_FDK_HYBRID_SETUP setup = hAnalysisHybFilter->pSetup; in FDKhybridAnalysisScaleStates()
353 hAnalysisHybFilter->pSetup in FDKhybridAnalysisApply()
361 &hAnalysisHybFilter->pSetup->pReadIdxTable[readIndex]; in FDKhybridAnalysisApply()
376 hAnalysisHybFilter->pSetup->kHybrid[k]); in FDKhybridAnalysisApply()
378 hybOffset += hAnalysisHybFilter->pSetup->nHybBands[k]; in FDKhybridAnalysisApply()
418 hAnalysisHybFilter->pSetup->filterDelay) in FDKhybridAnalysisApply()
460 hSynthesisHybFilter->pSetup = setup; in FDKhybridSynthesisInit()
474 const INT nrQmfBandsLF = hSynthesisHybFilter->pSetup->nrQmfBands; in FDKhybridSynthesisApply()
480 const int nHybBands = hSynthesisHybFilter->pSetup->nHybBands[k]; in FDKhybridSynthesisApply()
[all …]
/dports/multimedia/handbrake/fdk-aac-2.0.1/libFDK/src/
H A DFDK_hybrid.cpp242 hAnalysisHybFilter->pSetup = setup; in FDKhybridAnalysisInit()
320 HANDLE_FDK_HYBRID_SETUP setup = hAnalysisHybFilter->pSetup; in FDKhybridAnalysisScaleStates()
352 hAnalysisHybFilter->pSetup in FDKhybridAnalysisApply()
358 if (++readIndex >= hAnalysisHybFilter->pSetup->protoLen) readIndex = 0; in FDKhybridAnalysisApply()
360 &hAnalysisHybFilter->pSetup->pReadIdxTable[readIndex]; in FDKhybridAnalysisApply()
375 hAnalysisHybFilter->pSetup->kHybrid[k]); in FDKhybridAnalysisApply()
377 hybOffset += hAnalysisHybFilter->pSetup->nHybBands[k]; in FDKhybridAnalysisApply()
417 hAnalysisHybFilter->pSetup->filterDelay) in FDKhybridAnalysisApply()
459 hSynthesisHybFilter->pSetup = setup; in FDKhybridSynthesisInit()
473 const INT nrQmfBandsLF = hSynthesisHybFilter->pSetup->nrQmfBands; in FDKhybridSynthesisApply()
[all …]
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/src/platform_w32_dx11/
H A DRenderer.cpp330 bool InitWindow(RENDERER_SETTINGS * pSetup) in InitWindow() argument
349 if (pSetup->windowMode == RENDERER_WINDOWMODE_WINDOWED) wStyle |= WS_OVERLAPPED | WS_CAPTION; in InitWindow()
351 RECT wr={0,0,pSetup->nWidth,pSetup->nHeight}; in InitWindow()
355 (GetSystemMetrics(SM_CXSCREEN) - pSetup->nWidth )/2, in InitWindow()
356 (GetSystemMetrics(SM_CYSCREEN) - pSetup->nHeight)/2, in InitWindow()
371 bool InitDirect3D(RENDERER_SETTINGS * pSetup) in InitDirect3D() argument
378 desc.BufferDesc.Width = pSetup->nWidth; in InitDirect3D()
379 desc.BufferDesc.Height = pSetup->nHeight; in InitDirect3D()
381 if (pSetup->bVsync) in InitDirect3D()
404 if (pModes[i].Width == pSetup->nWidth && pModes[i].Height == pSetup->nHeight) in InitDirect3D()
[all …]
/dports/audio/fdk-aac/fdk-aac-2.0.2/libFDK/include/
H A DFDK_hybrid.h141 HANDLE_FDK_HYBRID_SETUP pSetup; /*!< Pointer to filter setup. */ member
149 HANDLE_FDK_HYBRID_SETUP pSetup; /*!< Pointer to filter setup. */ member
/dports/multimedia/handbrake/fdk-aac-2.0.1/libFDK/include/
H A DFDK_hybrid.h141 HANDLE_FDK_HYBRID_SETUP pSetup; /*!< Pointer to filter setup. */ member
149 HANDLE_FDK_HYBRID_SETUP pSetup; /*!< Pointer to filter setup. */ member
/dports/lang/fpc-source/fpc-3.2.2/packages/os2units/src/
H A Dhwvideo.pas165 Function HWVIDEOSetup(pSetup: PHWVIDEOSETUP): Cardinal; cdecl; in HWVIDEOSetup()
196 Function HWVIDEOSetup(pSetup: PHWVIDEOSETUP): Cardinal; cdecl;
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/frontend/Classes/Http/
H A DRequestHandler.php223 $pageContent = $controller->cObj->cObjGet($controller->pSetup) ?: '';
224 if ($controller->pSetup['wrap'] ?? false) {
225 $pageContent = $controller->cObj->wrap($pageContent, $controller->pSetup['wrap']);
227 if ($controller->pSetup['stdWrap.'] ?? false) {
228 … $pageContent = $controller->cObj->stdWrap($pageContent, $controller->pSetup['stdWrap.']);
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/frontend/Classes/Http/
H A DRequestHandler.php232 $pageContent = $controller->cObj->cObjGet($controller->pSetup) ?: '';
233 if ($controller->pSetup['wrap'] ?? false) {
234 $pageContent = $controller->cObj->wrap($pageContent, $controller->pSetup['wrap']);
236 if ($controller->pSetup['stdWrap.'] ?? false) {
237 … $pageContent = $controller->cObj->stdWrap($pageContent, $controller->pSetup['stdWrap.']);
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/frontend/Classes/Page/
H A DPageGenerator.php62 $pageContent = $tsfe->cObj->cObjGet($tsfe->pSetup);
63 if ($tsfe->pSetup['wrap']) {
64 $pageContent = $tsfe->cObj->wrap($pageContent, $tsfe->pSetup['wrap']);
66 if ($tsfe->pSetup['stdWrap.']) {
67 $pageContent = $tsfe->cObj->stdWrap($pageContent, $tsfe->pSetup['stdWrap.']);
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/frontend/Classes/Http/
H A DRequestHandler.php246 $pageContent = $controller->cObj->cObjGet($controller->pSetup) ?: '';
247 if ($controller->pSetup['wrap'] ?? false) {
248 $pageContent = $controller->cObj->wrap($pageContent, $controller->pSetup['wrap']);
250 if ($controller->pSetup['stdWrap.'] ?? false) {
251 … $pageContent = $controller->cObj->stdWrap($pageContent, $controller->pSetup['stdWrap.']);
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DWin32Com.cpp303 INetCfgClassSetup *pSetup; in InstallNdisProtocolDriver() local
305 … hr = pNetCfg->QueryNetCfgClass(&GUID_DEVCLASS_NETTRANS, IID_INetCfgClassSetup, (void **)&pSetup); in InstallNdisProtocolDriver()
316 hr = pSetup->Install(id, &token, 0, 0, NULL, NULL, &pComponent); in InstallNdisProtocolDriver()
330 pSetup->Release(); in InstallNdisProtocolDriver()
/dports/audio/qjackctl/qjackctl-qjackctl_0_9_5/src/
H A DqjackctlPatchbayForm.h47 void setup(qjackctlSetup *pSetup);
/dports/security/softether/v4.38-9760/src/Cedar/
H A DWin32Com.cpp423 INetCfgClassSetup *pSetup; in InstallNdisProtocolDriver() local
425 … hr = pNetCfg->QueryNetCfgClass(&GUID_DEVCLASS_NETTRANS, IID_INetCfgClassSetup, (void **)&pSetup); in InstallNdisProtocolDriver()
436 hr = pSetup->Install(id, &token, 0, 0, NULL, NULL, &pComponent); in InstallNdisProtocolDriver()
450 pSetup->Release(); in InstallNdisProtocolDriver()
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DWin32Com.cpp423 INetCfgClassSetup *pSetup; in InstallNdisProtocolDriver() local
425 … hr = pNetCfg->QueryNetCfgClass(&GUID_DEVCLASS_NETTRANS, IID_INetCfgClassSetup, (void **)&pSetup); in InstallNdisProtocolDriver()
436 hr = pSetup->Install(id, &token, 0, 0, NULL, NULL, &pComponent); in InstallNdisProtocolDriver()
450 pSetup->Release(); in InstallNdisProtocolDriver()

123456789