Home
last modified time | relevance | path

Searched refs:totalstr (Results 1 – 16 of 16) sorted by relevance

/dports/security/suricata/suricata-6.0.4/src/
H A Dutil-profiling.c313 FormatNumber(pd->tot, totalstr, sizeof(totalstr)); in DumpFlowWorkerIP()
392 FormatNumber(pd->tot, totalstr, sizeof(totalstr)); in SCProfilingDumpPacketStats()
407 FormatNumber(pd->tot, totalstr, sizeof(totalstr)); in SCProfilingDumpPacketStats()
462 FormatNumber(pd->tot, totalstr, sizeof(totalstr)); in SCProfilingDumpPacketStats()
489 FormatNumber(pd->tot, totalstr, sizeof(totalstr)); in SCProfilingDumpPacketStats()
527 FormatNumber(pd->tot, totalstr, sizeof(totalstr)); in SCProfilingDumpPacketStats()
545 FormatNumber(pd->tot, totalstr, sizeof(totalstr)); in SCProfilingDumpPacketStats()
564 FormatNumber(pd->tot, totalstr, sizeof(totalstr)); in SCProfilingDumpPacketStats()
576 FormatNumber(pd->tot, totalstr, sizeof(totalstr)); in SCProfilingDumpPacketStats()
638 FormatNumber(pd->tot, totalstr, sizeof(totalstr)); in SCProfilingDumpPacketStats()
[all …]
/dports/finance/cointop/cointop-1.5.4/cointop/
H A Dmarketbar.go40 totalstr := humanize.Commaf(total)
43 totalstr = humanize.Commaf2(total)
88 ct.colorscheme.MarketBarLabelActive(fmt.Sprintf("%s%s", ct.CurrencySymbol(), totalstr)),
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dutilpars.c190 NLM_EXTERN Int2 MatchArrayStringIcase(CharPtr array_string[], Int2 totalstr, CharPtr text) in MatchArrayStringIcase() argument
194 for (i = 0; i < totalstr && text != NULL; i++) in MatchArrayStringIcase()
H A Dutilpars.h56 NLM_EXTERN Int2 MatchArrayStringIcase PROTO((CharPtr array_string[], Int2 totalstr,
H A Dgbfeat.h97 Int2 totalstr));
H A Dgbfeat.c1010 Int2 totalstr) in CkQualMatchToken() argument
1038 if (MatchArrayStringIcase(array_string, totalstr, msg) == -1) { in CkQualMatchToken()
H A Dasn2ff1.c135 static Int2 MatchArrayString(CharPtr array_string[], Int2 totalstr, CharPtr text) in MatchArrayString() argument
139 for (i = 0; i < totalstr && text != NULL; i++) in MatchArrayString()
H A Dasn2gnb2.c4287 Int2 totalstr, in MatchArrayString() argument
4294 for (i = 0; i < totalstr && text != NULL; i++) { in MatchArrayString()
/dports/www/moodle310/moodle/grade/tests/behat/
H A Dgrade_scales_aggregation.feature55 | Course total<totalstr> | <coursetotal> | <coursepc> | - |
69 | Course total<totalstr> | <coursetotal2> | <coursepc2> | - |
72 …| aggregation | totalstr | coursetotal | cours…
/dports/www/moodle311/moodle/grade/tests/behat/
H A Dgrade_scales_aggregation.feature55 | Course total<totalstr> | <coursetotal> | <coursepc> | - |
69 | Course total<totalstr> | <coursetotal2> | <coursepc2> | - |
72 …| aggregation | totalstr | coursetotal | cours…
/dports/www/moodle39/moodle/grade/tests/behat/
H A Dgrade_scales_aggregation.feature55 | Course total<totalstr> | <coursetotal> | <coursepc> | - |
69 | Course total<totalstr> | <coursetotal2> | <coursepc2> | - |
72 …| aggregation | totalstr | coursetotal | cours…
/dports/net-mgmt/guifi-snpservices/snpservices-0.2.2/services/
H A Dgraph.php243 $totalstr = _guifi_tostrunits($item['traffic']);
257 $cmd .= sprintf(' COMMENT:"%15s\n" ',$totalstr);
/dports/net-mgmt/guifi-snpservices/snpservices-0.2.2/graphs/
H A Dgraphs.php254 $totalstr = _guifi_tostrunits($item['traffic']); variable
268 $cmd .= sprintf(' COMMENT:"%15s\n" ',$totalstr);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/flatfile/
H A Dxgbfeat.cpp83 Int2 totalstr);
1033 …kQualMatchToken(objects::CGb_qual& cur, bool error_msgs, const Char* array_string[], Int2 totalstr) in CkQualMatchToken() argument
1061 for (Int2 i = 0; i < totalstr; ++i) in CkQualMatchToken()
/dports/games/libretro-hatari/hatari-561c07e/tools/debugger/
H A Dhatari_profile.py587 def _parse_totals(self, idx, totalstr): argument
589 if totalstr:
590 self.total[idx] = [int(x, 10) for x in totalstr.strip().split('/')]
/dports/emulators/hatari/hatari-2.2.1/tools/debugger/
H A Dhatari_profile.py628 def _parse_totals(self, idx, totalstr): argument
630 if totalstr:
631 self.total[idx] = [int(x, 10) for x in totalstr.strip().split('/')]