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

/freebsd-current/usr.bin/procstat/
H A Dprocstat_kstack.c80 const char *cp_old; local
84 for (cp_old = old, cp_new = new; *cp_old != '\0'; cp_old++) {
85 switch (*cp_old) {
102 *cp_new = *cp_old;
113 const char *cp_old; local
118 for (cp_old = old, cp_new = new; *cp_old != '\0'; cp_old
[all...]
/freebsd-current/usr.bin/top/
H A Dmachine.c107 static long cp_old[CPUSTATES]; variable
484 percentages(CPUSTATES, cpu_states, cp_time, cp_old, cp_diff);

Completed in 344 milliseconds