Searched refs:tot (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeHistogram.cpp122 int tot = total_count(profile); local
125 tty->print_cr("Histogram of %d executed bytecodes:", tot);
133 float rel = abs * 100.0F / tot;
140 float rel_sum = abs_sum * 100.0F / tot;
164 int tot = total_count(profile); local
167 tty->print_cr("Histogram of %d executed bytecode pairs:", tot);
175 float rel = abs * 100.0F / tot;
184 float rel_sum = abs_sum * 100.0F / tot;
/openjdk7/hotspot/test/compiler/6863420/
H A DTest.java54 TOT tot = new TOT();
55 tot.setDaemon(true);
56 tot.start();
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DCipherHelper.java245 int off, tot;
248 tot = len;
251 tot = ((header != null ? header.length : 0) + len +
254 buffer = new byte[tot];
282 Krb5Token.getHexBytes(buffer, off, tot));
294 key_usage, buffer, off, tot);
/openjdk7/make/scripts/
H A Dwebrev.ksh1199 integer tot=$1 ins=$2 del=$3 mod=$4 unc=$5
1201 if (( tot == 1 )); then
1207 $tot $str $ins $del $mod $unc
1219 integer tot mod del ins unc err
1308 printf("tot=%d;mod=%d;del=%d;ins=%d;err=%d\n",
1320 (( TOTL += tot ))
1332 printCI $tot $ins $del $mod $unc
/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp2813 { int tot = 0; local
2817 tot += n;
2821 assert(tot == _number_of_methods, "should be the same");
2827 { int tot = 0; local
2832 tot += n;
2836 assert(tot == _number_of_bytecodes, "should be the same");

Completed in 2335 milliseconds