Home
last modified time | relevance | path

Searched refs:compile_params (Results 1 – 12 of 12) sorted by relevance

/dports/net-mgmt/torrus/torrus-2.09/perllib/Torrus/ConfigTree/
H A DXMLCompiler.pm216 sub compile_params subroutine
354 $ok = $self->compile_params($node, $token, 1);
468 $ok = $self->compile_params($monitor, $mname) ? $ok:0;
482 $ok = $self->compile_params($action, $aname);
495 $ok = $self->compile_params($tsets_node, 'SS') ? $ok:0;
508 $ok = $self->compile_params($tokenset, $sname) ? $ok:0;
532 $ok = $self->compile_params( $view, $vname ) ? $ok:0;
/dports/misc/tvm/incubator-tvm-0.6.1/src/codegen/opt/
H A Dbuild_cuda_on.cc83 std::vector<std::string> compile_params; in NVRTCCompile() local
98 compile_params.push_back("-arch=compute_" + cc); in NVRTCCompile()
103 compile_params.push_back(include_option); in NVRTCCompile()
106 for (const auto& string : compile_params) { in NVRTCCompile()
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/codegen/opt/
H A Dbuild_cuda_on.cc83 std::vector<std::string> compile_params; in NVRTCCompile() local
98 compile_params.push_back("-arch=compute_" + cc); in NVRTCCompile()
103 compile_params.push_back(include_option); in NVRTCCompile()
106 for (const auto& string : compile_params) { in NVRTCCompile()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/target/opt/
H A Dbuild_cuda_on.cc78 std::vector<std::string> compile_params; in NVRTCCompile() local
93 compile_params.push_back("-arch=compute_" + cc); in NVRTCCompile()
98 compile_params.push_back(include_option); in NVRTCCompile()
101 for (const auto& string : compile_params) { in NVRTCCompile()
/dports/devel/py-lxml/lxml-4.7.1/src/lxml/isoschematron/
H A D__init__.py235 include_params={}, expand_params={}, compile_params={}, argument
284 compile_params = _stylesheet_param_dict(compile_params, compile_kwargs)
285 validator_xslt = self._compile(schematron, **compile_params)
/dports/net/honeyd/honeyd-1.5c/webserver/
H A Dhtmltmpl.py212 compile_params = (self._include, self._max_include,
214 if precompiled.is_uptodate(compile_params):
988 compile_params = (self._include, self._max_include, self._comments,
991 tokens, compile_params, self._debug)
1010 compile_params = (self._include, self._max_include, self._comments,
1012 return Template(__version__, None, None, tokens, compile_params,
1311 def __init__(self, version, file, include_files, tokens, compile_params, argument
1319 self._compile_params = compile_params
1344 def is_uptodate(self, compile_params=None): argument
1369 if compile_params != None and compile_params != self._compile_params:
/dports/devel/py-lxml/lxml-4.7.1/src/lxml/tests/
H A Dtest_isoschematron.py493 schema, compile_params={'phase': 'mandatory'})
505 schema, compile_params={'phase': 'datetime_checks'})
517 schema, compile_params={'phase': 'full'})
775 compile_params={'phase': None})
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dprotoize.c379 static const char ** compile_params = 0; /* Option string for gcc. */ variable
1879 compile_params = xmalloc (sizeof (char *) * (param_count+1)); in munge_compile_params()
1880 memcpy (compile_params, temp_params, sizeof (char *) * param_count); in munge_compile_params()
1895 compile_params[input_file_name_index] = shortpath (NULL, base_filename); in gen_aux_info_file()
1897 compile_params[aux_info_file_name_index] = in gen_aux_info_file()
1898 concat (compile_params[input_file_name_index], aux_info_suffix, NULL); in gen_aux_info_file()
1902 pname, compile_params[input_file_name_index]); in gen_aux_info_file()
1908 pid = pexecute (compile_params[0], (char * const *) compile_params, in gen_aux_info_file()
1938 pname, compile_params[0], WEXITSTATUS (wait_status)); in gen_aux_info_file()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dprotoize.c379 static const char ** compile_params = 0; /* Option string for gcc. */ variable
1865 compile_params = xmalloc (sizeof (char *) * (param_count+1)); in munge_compile_params()
1866 memcpy (compile_params, temp_params, sizeof (char *) * param_count); in munge_compile_params()
1881 compile_params[input_file_name_index] = shortpath (NULL, base_filename); in gen_aux_info_file()
1883 compile_params[aux_info_file_name_index] = in gen_aux_info_file()
1884 concat (compile_params[input_file_name_index], aux_info_suffix, NULL); in gen_aux_info_file()
1888 pname, compile_params[input_file_name_index]); in gen_aux_info_file()
1894 pid = pexecute (compile_params[0], (char * const *) compile_params, in gen_aux_info_file()
1924 pname, compile_params[0], WEXITSTATUS (wait_status)); in gen_aux_info_file()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dprotoize.c379 static const char ** compile_params = 0; /* Option string for gcc. */ variable
1879 compile_params = xmalloc (sizeof (char *) * (param_count+1)); in munge_compile_params()
1880 memcpy (compile_params, temp_params, sizeof (char *) * param_count); in munge_compile_params()
1895 compile_params[input_file_name_index] = shortpath (NULL, base_filename); in gen_aux_info_file()
1897 compile_params[aux_info_file_name_index] = in gen_aux_info_file()
1898 concat (compile_params[input_file_name_index], aux_info_suffix, NULL); in gen_aux_info_file()
1902 pname, compile_params[input_file_name_index]); in gen_aux_info_file()
1908 pid = pexecute (compile_params[0], (char * const *) compile_params, in gen_aux_info_file()
1938 pname, compile_params[0], WEXITSTATUS (wait_status)); in gen_aux_info_file()
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A Dqofquery.cpp430 compile_params (QofQueryParamList *param_list, QofIdType start_obj, in compile_params() function
484 sort->param_fcns = compile_params (sort->param_list, obj, &resObj); in compile_sort()
531 qt->param_fcns = compile_params (qt->param_list, q->search_for, in compile_terms()
/dports/databases/qof/qof-0.8.8/qof/
H A Dqofquery.c452 compile_params (GSList * param_list, QofIdType start_obj, in compile_params() function
507 sort->param_fcns = compile_params (sort->param_list, obj, &resObj); in compile_sort()
550 qt->param_fcns = compile_params (qt->param_list, q->search_for, in compile_terms()