Home
last modified time | relevance | path

Searched refs:totalRanges (Results 1 – 14 of 14) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DLocalRA.cpp1060 unsigned int totalRanges = 0, localRanges = 0; in localRAOptReport() local
1076 totalRanges++; in localRAOptReport()
1085 optreport << "Total GRF ranges: " << totalRanges << std::endl; in localRAOptReport()
1087 if (totalRanges) in localRAOptReport()
1089 optreport << (int)(localRanges * 100 / totalRanges) << in localRAOptReport()
/dports/lang/php73/php-7.3.33/ext/mbstring/ucgendat/
H A Ducgendat.php414 $totalRanges = $idx;
/dports/converters/php80-mbstring/php-8.0.15/ext/mbstring/ucgendat/
H A Ducgendat.php421 $totalRanges = $idx;
/dports/converters/php74-mbstring/php-7.4.27/ext/mbstring/ucgendat/
H A Ducgendat.php421 $totalRanges = $idx;
/dports/converters/php73-mbstring/php-7.3.33/ext/mbstring/ucgendat/
H A Ducgendat.php414 $totalRanges = $idx;
/dports/lang/php74/php-7.4.27/ext/mbstring/ucgendat/
H A Ducgendat.php421 $totalRanges = $idx;
/dports/lang/php80/php-8.0.15/ext/mbstring/ucgendat/
H A Ducgendat.php421 $totalRanges = $idx;
/dports/www/mod_php73/php-7.3.33/ext/mbstring/ucgendat/
H A Ducgendat.php414 $totalRanges = $idx;
/dports/www/mod_php74/php-7.4.27/ext/mbstring/ucgendat/
H A Ducgendat.php421 $totalRanges = $idx;
/dports/www/mod_php80/php-8.0.15/ext/mbstring/ucgendat/
H A Ducgendat.php421 $totalRanges = $idx;
/dports/converters/php81-mbstring/php-8.1.1/ext/mbstring/ucgendat/
H A Ducgendat.php473 $totalRanges = $idx;
/dports/www/mod_php81/php-8.1.1/ext/mbstring/ucgendat/
H A Ducgendat.php473 $totalRanges = $idx;
/dports/lang/php81/php-8.1.1/ext/mbstring/ucgendat/
H A Ducgendat.php473 $totalRanges = $idx;
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbclient/
H A DNativeAPI.actor.cpp1285 state int totalRanges = 0; in warmRange_impl() local
1289 totalRanges += CLIENT_KNOBS->WARM_RANGE_SHARD_LIMIT; in warmRange_impl()
1291 …if(locations.size() == 0 || totalRanges >= cx->locationCacheSize || locations[locations.size()-1].… in warmRange_impl()