Searched refs:ild (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/libpcap/
H A Doptimize.c708 struct slist *add, *tax, *ild; local
741 * Check that an ild follows that (with 0 or more
744 ild = this_op(tax->next);
745 if (ild == 0 || BPF_CLASS(ild->s.code) != BPF_LD ||
746 BPF_MODE(ild->s.code) != BPF_IND)
755 * (008) ild [x+0] {ild}
763 * (008) ild [x+2]
776 ild
[all...]
/freebsd-10.3-release/usr.sbin/pmcstudy/
H A Dpmcstudy.c1088 struct counters *ild; local
1093 ild = find_counter(cpu, "ILD_STALL.LCP");
1095 d1 = ild->vals[pos] * 1.0;
1098 d1 = ild->sum * 1.0;

Completed in 145 milliseconds