Home
last modified time | relevance | path

Searched refs:ws_create (Results 1 – 7 of 7) sorted by relevance

/dports/benchmarks/vkmark/vkmark-2017.08-24-g53abc4f/src/
H A Dwindow_system_loader.cpp104 auto const ws_create = reinterpret_cast<VkMarkWindowSystemCreateFunc>( in load_window_system() local
107 if (!ws_create) in load_window_system()
110 window_system = ws_create(options); in load_window_system()
/dports/www/kannel/gateway-1.4.4/wmlscript/
H A Dws.h194 WsCompilerPtr ws_create(WsCompilerParams *params);
H A Dwmlsc.c177 compiler = ws_create(&params); in main()
H A Dwmlsdasm.c256 WsCompilerPtr compiler = ws_create(NULL); in main()
H A Dws.c135 WsCompilerPtr ws_create(WsCompilerParams *params) in ws_create() function
/dports/math/pspp/pspp-1.4.1/src/language/stats/
H A Dfactor.c474 static struct smr_workspace *ws_create (const gsl_matrix *input) in ws_create() function
2182 struct smr_workspace *ws = ws_create (idata->analysis_matrix); in do_factor_by_matrix()
/dports/www/kannel/gateway-1.4.4/gw/
H A Dwap-appl.c1355 compiler = ws_create(&params); in convert_wmlscript_to_wmlscriptc()