Lines Matching defs:ax
83 static struct sa64 nx, ox, ax, dx;
578 (void) memset(&ax, 0, sizeof (ax)); /* Zero out the accumulators. */
772 (uint64_t *)&dx.csi, (uint64_t *)&ax.csi, 0, sizeof (ax.csi));
774 (uint64_t *)&dx.si, (uint64_t *)&ax.si, 0, sizeof (ax.si));
776 (uint64_t *)&dx.cvmi, (uint64_t *)&ax.cvmi, 0,
777 sizeof (ax.cvmi));
779 ax.vmi.freemem += dx.vmi.freemem = nx.vmi.freemem - ox.vmi.freemem;
780 ax.vmi.swap_avail += dx.vmi.swap_avail =
1109 tdiff = ax.csi.cpu[0] + ax.csi.cpu[1] + ax.csi.cpu[2] + ax.csi.cpu[3];
1122 prt_u_opt(&ax);
1125 prt_b_opt(&ax);
1133 prt_y_opt(&ax);
1136 prt_c_opt(&ax);
1139 prt_w_opt(&ax);
1142 prt_a_opt(&ax);
1145 prt_q_opt(&ax);
1150 prt_m_opt(&ax);
1153 prt_p_opt(&ax);
1156 prt_g_opt(&ax);
1159 prt_r_opt(&ax);
1162 prt_k_opt(&ax, lines);