Home
last modified time | relevance | path

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

/dports/news/newsstar/newsstar-1.5.6/src/
H A Dchild.c182 child_data->pipeline_depth = 0; in child_connect()
339 --child_data->pipeline_depth; in child_shift_pipeline()
1166 ++child_data->pipeline_depth; in child_get_article()
1168 child_data->pipeline_depth); in child_get_article()
1169 if (child_data->pipeline_depth >= in child_get_article()
1189 ++child_data->pipeline_depth; in child_enter_group()
1191 child_data->pipeline_depth); in child_enter_group()
1192 if (child_data->pipeline_depth >= in child_enter_group()
1398 while (child_data->pipeline_depth) in child_flush_pipeline()
1542 child_data->pipeline_depth, in child_main_loop()
[all …]
H A Dchild.h54 int pipeline_depth; member
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/ibrowse/test/
H A Dibrowse_tests.erl42 ?TIMEDTEST("Pipeline depth goes down with responses", pipeline_depth),
57 pipeline_depth() -> function
/dports/www/erlang-ibrowse/ibrowse-4.4.0/test/
H A Dibrowse_tests.erl42 ?TIMEDTEST("Pipeline depth goes down with responses", pipeline_depth),
57 pipeline_depth() -> function
/dports/lang/pocl/pocl-1.8/examples/accel/rtl/vhdl/
H A Dfu_lsu_32b_slim.vhdl108 function pipeline_depth(reg_bypass : std_logic_vector) return integer is function
116 end pipeline_depth;
137 array (pipeline_depth(register_bypass_c) - 1 downto 0)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/capture/video/chromeos/
H A Drequest_manager.cc93 auto pipeline_depth = GetMetadataEntryAsSpan<uint8_t>( in SetUpStreamsAndBuffers() local
96 CHECK_EQ(pipeline_depth.size(), 1u); in SetUpStreamsAndBuffers()
97 pipeline_depth_ = pipeline_depth[0]; in SetUpStreamsAndBuffers()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/capture/video/chromeos/
H A Drequest_manager.cc96 auto pipeline_depth = GetMetadataEntryAsSpan<uint8_t>( in SetUpStreamsAndBuffers() local
99 CHECK_EQ(pipeline_depth.size(), 1u); in SetUpStreamsAndBuffers()
100 pipeline_depth_ = pipeline_depth[0]; in SetUpStreamsAndBuffers()