HomeSort by relevance Sort by last modified time
    Searched refs:comp_t (Results 1 - 2 of 2) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
acct.h 24 * comp_t is a 16-bit "floating" point number with a 3-bit base 8
31 typedef __u16 comp_t; typedef
52 comp_t ac_utime; /* User Time */
53 comp_t ac_stime; /* System Time */
54 comp_t ac_etime; /* Elapsed Time */
55 comp_t ac_mem; /* Average Memory Usage */
56 comp_t ac_io; /* Chars Transferred */
57 comp_t ac_rw; /* Blocks Read or Written */
58 comp_t ac_minflt; /* Minor Pagefaults */
59 comp_t ac_majflt; /* Major Pagefaults *
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
acct.h 34 comp_t is a 16-bit "floating" point number with a 3-bit base 8
39 typedef u_int16_t comp_t; typedef
48 comp_t ac_utime; /* User time. */
49 comp_t ac_stime; /* System time. */
50 comp_t ac_etime; /* Elapsed time. */
51 comp_t ac_mem; /* Average memory usage. */
52 comp_t ac_io; /* Chars transferred. */
53 comp_t ac_rw; /* Blocks read or written. */
54 comp_t ac_minflt; /* Minor pagefaults. */
55 comp_t ac_majflt; /* Major pagefaults. *
    [all...]

Completed in 20 milliseconds