Home
last modified time | relevance | path

Searched refs:fill_chain (Results 1 – 11 of 11) sorted by relevance

/dports/devel/git-svn/git-2.34.1/
H A Dhttp.c1264 struct fill_chain { struct
1267 struct fill_chain *next; argument
1270 static struct fill_chain *fill_cfg;
1274 struct fill_chain *new_fill = xmalloc(sizeof(*new_fill)); in add_fill_function()
1275 struct fill_chain **linkp = &fill_cfg; in add_fill_function()
1289 struct fill_chain *fill; in fill_active_slots()
/dports/devel/git-gui/git-2.34.1/
H A Dhttp.c1264 struct fill_chain { struct
1267 struct fill_chain *next; argument
1270 static struct fill_chain *fill_cfg;
1274 struct fill_chain *new_fill = xmalloc(sizeof(*new_fill)); in add_fill_function()
1275 struct fill_chain **linkp = &fill_cfg; in add_fill_function()
1289 struct fill_chain *fill; in fill_active_slots()
/dports/devel/git-p4/git-2.34.1/
H A Dhttp.c1264 struct fill_chain { struct
1267 struct fill_chain *next; argument
1270 static struct fill_chain *fill_cfg;
1274 struct fill_chain *new_fill = xmalloc(sizeof(*new_fill)); in add_fill_function()
1275 struct fill_chain **linkp = &fill_cfg; in add_fill_function()
1289 struct fill_chain *fill; in fill_active_slots()
/dports/devel/git/git-2.34.1/
H A Dhttp.c1264 struct fill_chain { struct
1267 struct fill_chain *next; argument
1270 static struct fill_chain *fill_cfg;
1274 struct fill_chain *new_fill = xmalloc(sizeof(*new_fill)); in add_fill_function()
1275 struct fill_chain **linkp = &fill_cfg; in add_fill_function()
1289 struct fill_chain *fill; in fill_active_slots()
/dports/devel/git-cvs/git-2.34.1/
H A Dhttp.c1264 struct fill_chain { struct
1267 struct fill_chain *next; argument
1270 static struct fill_chain *fill_cfg;
1274 struct fill_chain *new_fill = xmalloc(sizeof(*new_fill)); in add_fill_function()
1275 struct fill_chain **linkp = &fill_cfg; in add_fill_function()
1289 struct fill_chain *fill; in fill_active_slots()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dhttp.c1348 struct fill_chain { struct
1351 struct fill_chain *next; argument
1354 static struct fill_chain *fill_cfg;
1358 struct fill_chain *new_fill = xmalloc(sizeof(*new_fill)); in add_fill_function()
1359 struct fill_chain **linkp = &fill_cfg; in add_fill_function()
1373 struct fill_chain *fill; in fill_active_slots()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_parallel_pipeline.cpp374 void fill_chain( filter_chain &my_chain, mode_array *filter_type, input_filter<type1> i_filter, in fill_chain() function
478 fill_chain<t1,t2>( my_filter, filter_type, i_filter, m_filter, o_filter ); in run_filter_set()
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_parallel_pipeline.cpp374 void fill_chain( filter_chain &my_chain, mode_array *filter_type, input_filter<type1> i_filter, in fill_chain() function
478 fill_chain<t1,t2>( my_filter, filter_type, i_filter, m_filter, o_filter ); in run_filter_set()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_parallel_pipeline.cpp374 void fill_chain( filter_chain &my_chain, mode_array *filter_type, input_filter<type1> i_filter, in fill_chain() function
478 fill_chain<t1,t2>( my_filter, filter_type, i_filter, m_filter, o_filter ); in run_filter_set()
/dports/devel/onetbb/oneTBB-2021.4.0/test/tbb/
H A Dtest_parallel_pipeline.cpp384 void fill_chain( filter_chain &my_chain, mode_array *filter_type, input_filter<type1> i_filter, in fill_chain() function
494 fill_chain<t1,t2>( my_filter, filter_type, i_filter, m_filter, o_filter ); in run_filter_set()
/dports/math/py-theano/Theano-1.0.5/theano/tensor/
H A Dopt.py6092 def fill_chain(v): function
6117 return fill_chain(cst)
6120 ret = fill_chain(new_inputs[0])
6122 ret = fill_chain(T.add(*new_inputs))