Searched refs:comp_t (Results 1 – 8 of 8) sorted by relevance
36 typedef uint16_t comp_t; typedef45 comp_t ac_utime; /* User time. */46 comp_t ac_stime; /* System time. */47 comp_t ac_etime; /* Elapsed time. */48 comp_t ac_mem; /* Average memory usage. */49 comp_t ac_io; /* Chars transferred. */50 comp_t ac_rw; /* Blocks read or written. */51 comp_t ac_minflt; /* Minor pagefaults. */52 comp_t ac_majflt; /* Major pagefaults. */53 comp_t ac_swaps; /* Number of swaps. */[all …]
32 typedef __u16 comp_t; typedef53 comp_t ac_utime; /* User Time */54 comp_t ac_stime; /* System Time */55 comp_t ac_etime; /* Elapsed Time */56 comp_t ac_mem; /* Average Memory Usage */57 comp_t ac_io; /* Chars Transferred */58 comp_t ac_rw; /* Blocks Read or Written */59 comp_t ac_minflt; /* Minor Pagefaults */60 comp_t ac_majflt; /* Major Pagefaults */61 comp_t ac_swaps; /* Number of Swaps */[all …]
32 typedef __u16 comp_t; typedef54 comp_t ac_utime; /* User Time */55 comp_t ac_stime; /* System Time */56 comp_t ac_etime; /* Elapsed Time */57 comp_t ac_mem; /* Average Memory Usage */58 comp_t ac_io; /* Chars Transferred */59 comp_t ac_rw; /* Blocks Read or Written */60 comp_t ac_minflt; /* Minor Pagefaults */61 comp_t ac_majflt; /* Major Pagefaults */62 comp_t ac_swaps; /* Number of Swaps */[all …]
249 typedef typename component_type<number<rational_adaptor<IntBackend> > >::type comp_t; in eval_convert_to() typedef250 comp_t num(backend.data().numerator()); in eval_convert_to()251 comp_t denom(backend.data().denominator()); in eval_convert_to()259 typedef typename component_type<number<rational_adaptor<IntBackend> > >::type comp_t; in eval_convert_to() typedef260 comp_t t = backend.data().numerator(); in eval_convert_to()
308 enum comp_t { enum313 static enum comp_t compression = COMP_NONE;
315 static comp_t encode_comp_t(unsigned long value) in encode_comp_t()