Home
last modified time | relevance | path

Searched refs:sw_count (Results 1 – 25 of 28) sorted by relevance

12

/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/route/topology/
H A Droute_topology.c149 int i, j, k, hl_ndx, msg_count, sw_count, lst_count; in route_p_split_hostlist() local
238 sw_count = bit_set_count(fwd_bitmap); in route_p_split_hostlist()
239 if (sw_count == 0) { in route_p_split_hostlist()
253 lst_count += sw_count; in route_p_split_hostlist()
/dports/devel/allegro/allegro-4.4.3.1/src/dos/
H A Dsw.c74 static int _sw_convert(char* data, int* paddatabuff, int mode, int sw_count);
75 static int _sw_trace_data(char* data, int* sw_count, int* mode);
331 static int _sw_convert(char* data, int* paddatabuff, int mode, int sw_count) in _sw_convert() argument
337 while (d0 < sw_count) { in _sw_convert()
444 static int _sw_trace_data(char* data, int* sw_count, int* mode) in _sw_trace_data() argument
453 *sw_count = 0; in _sw_trace_data()
469 *sw_count += 1; in _sw_trace_data()
496 *sw_count += 1; in _sw_trace_data()
/dports/net/dgd/dgd-1.4.23/src/
H A Dswap.h32 extern sector sw_count (void);
H A Dswap.c517 sector sw_count() in sw_count() function
H A Dconfig.c1712 PUT_INTVAL(v, sw_count()); in conf_statusi()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucp/tag/
H A Dtag_match.h38 unsigned sw_count; /* Number of requests in this queue which member
H A Doffload.h96 ++req_queue->sw_count; in ucp_tag_offload_try_post()
H A Doffload.c389 if (req_queue->sw_count >= max_post) { in ucp_tag_offload_post_sw_reqs()
402 --req_queue->sw_count; in ucp_tag_offload_post_sw_reqs()
432 } else if (worker->tm.expected.wildcard.sw_count ||
433 (req_queue->sw_count && !ucp_tag_offload_post_sw_reqs(req, req_queue))) {
H A Dtag_match.c40 tm->expected.hash[bucket].sw_count = 0; in ucp_tag_match_init()
H A Dtag_match.inl94 --req_queue->sw_count;
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mscc/
H A Docelot_vcap.c195 num_subwords_per_entry = (vcap->sw_count / num_entries_per_row); in vcap_data_offset_get()
196 base = (vcap->sw_count - col * num_subwords_per_entry - in vcap_data_offset_get()
208 data->key_offset = (base * vcap->entry_width) / vcap->sw_count; in vcap_data_offset_get()
1277 vcap->sw_count = ocelot_target_read(ocelot, vcap->target, in ocelot_vcap_detect_constants()
1312 vcap->entry_width -= vcap->tg_width * vcap->sw_count; in ocelot_vcap_detect_constants()
1323 vcap->counter_words = vcap->sw_count; in ocelot_vcap_detect_constants()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mscc/
H A Docelot_vcap.c195 num_subwords_per_entry = (vcap->sw_count / num_entries_per_row); in vcap_data_offset_get()
196 base = (vcap->sw_count - col * num_subwords_per_entry - in vcap_data_offset_get()
208 data->key_offset = (base * vcap->entry_width) / vcap->sw_count; in vcap_data_offset_get()
1277 vcap->sw_count = ocelot_target_read(ocelot, vcap->target, in ocelot_vcap_detect_constants()
1312 vcap->entry_width -= vcap->tg_width * vcap->sw_count; in ocelot_vcap_detect_constants()
1323 vcap->counter_words = vcap->sw_count; in ocelot_vcap_detect_constants()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mscc/
H A Docelot_vcap.c195 num_subwords_per_entry = (vcap->sw_count / num_entries_per_row); in vcap_data_offset_get()
196 base = (vcap->sw_count - col * num_subwords_per_entry - in vcap_data_offset_get()
208 data->key_offset = (base * vcap->entry_width) / vcap->sw_count; in vcap_data_offset_get()
1277 vcap->sw_count = ocelot_target_read(ocelot, vcap->target, in ocelot_vcap_detect_constants()
1312 vcap->entry_width -= vcap->tg_width * vcap->sw_count; in ocelot_vcap_detect_constants()
1323 vcap->counter_words = vcap->sw_count; in ocelot_vcap_detect_constants()
/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/ucp/
H A Dtest_ucp_tag_offload.cc398 void post_recv_and_check(entity &e, unsigned sw_count, ucp_tag_t tag, in post_recv_and_check() argument
405 EXPECT_EQ(sw_count, receiver().worker()->tm.expected.sw_all_count); in post_recv_and_check()
/dports/multimedia/libv4l/linux-5.13-rc2/include/soc/mscc/
H A Docelot_vcap.h27 u16 sw_count; /* Sub word count */ member
/dports/net/dgd/dgd-1.4.23/src/comp/
H A Dcomp.c565 sector sw_count() in sw_count() function
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/soc/mscc/
H A Docelot_vcap.h27 u16 sw_count; /* Sub word count */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/soc/mscc/
H A Docelot_vcap.h27 u16 sw_count; /* Sub word count */ member
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A Dassembler_sparc.hpp1113 inline void sw_count();
H A Dassembler_sparc.inline.hpp676 inline void Assembler::sw_count() { in sw_count() function in Assembler
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/sparc/
H A Dassembler_sparc.hpp1114 inline void sw_count();
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A Dassembler_sparc.hpp1113 inline void sw_count();
H A Dassembler_sparc.inline.hpp676 inline void Assembler::sw_count() { in sw_count() function in Assembler
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/sparc/
H A Dassembler_sparc.hpp1106 inline void sw_count();
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/sparc/
H A Dassembler_sparc.hpp1114 inline void sw_count();

12