Searched refs:comp_t (Results 1 – 3 of 3) sorted by relevance
25 * comp_t is a 16-bit "floating" point number with a 3-bit base 832 typedef __u16 comp_t; typedef 54 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_majfl[all...]
345 * encode an u64 into a comp_t356 static comp_t encode_comp_t(u64 value) in encode_comp_t() 375 if (exp > (((comp_t) ~0U) >> MANTSIZE)) in encode_comp_t() 376 return (comp_t) ~0U; in encode_comp_t()
67 * comp_t is a 16-bit "floating" point number with a 3-bit base 8