Searched refs:loads (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Bin/
H A Dj_package.d3 * j_package.d - count Java class loads by package using DTrace.
15 * LOADS Class loads during trace
49 @loads[pid, dirname(stringof(this->class))] = count();
55 printa(" %6d %@8d %s\n", @loads);
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Java/
H A Dj_package.d3 * j_package.d - count Java class loads by package using DTrace.
15 * LOADS Class loads during trace
49 @loads[pid, dirname(stringof(this->class))] = count();
55 printa(" %6d %@8d %s\n", @loads);
/freebsd-10.0-release/contrib/llvm/lib/Support/Unix/
H A DMemory.inc58 // the processor as loads. If the page has no read permissions,
/freebsd-10.0-release/contrib/gcc/
H A Dgcse.c438 anything except itself. (i.e., loads and stores to a single location).
441 for the loads). This means all values used to store into memory must have
451 rtx loads; /* INSN list of loads seen. */
1770 redundant loads from due to stores to the same location. */
4087 /* If we found all the parameter loads, then we want to insert
4090 If we did not find all the parameter loads, then we might have
5046 load towards the exit, and we end up with no loads or stores of 'i'
5090 ptr->loads = NULL_RTX;
5107 free_INSN_LIST_list (& ptr->loads);
450 rtx loads; /* INSN list of loads seen. */ member in struct:ls_expr
[all...]
/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_misc.c118 l_ulong loads[3]; /* 1, 5, and 15 minute load averages */ member in struct:l_sysinfo
148 sysinfo.loads[i] = averunnable.ldavg[i] *
/freebsd-10.0-release/crypto/openssl/crypto/bn/asm/
H A Dsparcv9a-mont.pl163 wr %g0,$ASI_FL16_P,%asi ! setup %asi for 16-bit FP loads

Completed in 112 milliseconds