Searched refs:comp_t (Results 1 – 4 of 4) sorted by relevance
122 typedef uint16_t comp_t; typedef126 comp_t ac_utime; /* user time */127 comp_t ac_stime; /* system time */128 comp_t ac_etime; /* elapsed time */133 comp_t ac_io; /* count of IO blocks */
47 typedef u_int32_t comp_t; typedef54 comp_t c;
204 } comp_t; typedef1381 const comp_t *cp1 = p1, *cp2 = p2; in compare_switches()1405 comp_t *comp; in sort_switches()1410 comp = malloc(num_switches * sizeof(comp_t)); in sort_switches()1425 qsort(comp, num_switches, sizeof(comp_t), compare_switches); in sort_switches()
78 decode_comp(comp_t v) in decode_comp()