Searched refs:total_count (Results 1 – 7 of 7) sorted by relevance
72 total_count=`expr ${pass_count} + ${skip_count} + ${fail_count}`74 …ite summary: pass: ${pass_count}/${total_count}, skip: ${skip_count}/${total_count}, fail: ${fail_…
70 total_count=092 ((total_count+=thiscount))
166 uint32_t total_count; member
132 return lr->total_count; in ng_nat_listrdrs_ary_getLength()665 ary->total_count = priv->rdrcount; in ng_nat_rcvmsg()
164 uint32_t total_count; member
990 my $total_count = shift;998 printf("Total: %s %s\n", Unparse($total_count), Units());1005 Unparse($total_count), ($focus_count*100.0) / $total_count);1013 Unparse($total_count),1014 ($ignore_count*100.0) / $total_count);
2033 int cnt, limit_out = 0, total_count; in sctp_add_addresses_to_i_ia() local2094 total_count = 0; in sctp_add_addresses_to_i_ia()2138 total_count++; in sctp_add_addresses_to_i_ia()2146 if (total_count > SCTP_ADDRESS_LIMIT) { in sctp_add_addresses_to_i_ia()