Searched refs:comp_t (Results 1 – 4 of 4) sorted by relevance
15 typedef uint16_t comp_t; typedef24 comp_t ac_utime;25 comp_t ac_stime;26 comp_t ac_etime;27 comp_t ac_mem;28 comp_t ac_io;29 comp_t ac_rw;30 comp_t ac_minflt;31 comp_t ac_majflt;32 comp_t ac_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 …]
1298 if (tcp->comp_t == tcp->compE) { in opj_pi_check_next_level()1823 tcp->comp_t = tcp->compS; in opj_pi_create_encode()1824 pi[pino].poc.compno0 = tcp->comp_t; in opj_pi_create_encode()1825 pi[pino].poc.compno1 = tcp->comp_t + 1; in opj_pi_create_encode()1826 tcp->comp_t += 1; in opj_pi_create_encode()1868 pi[pino].poc.compno0 = tcp->comp_t - 1; in opj_pi_create_encode()1869 pi[pino].poc.compno1 = tcp->comp_t; in opj_pi_create_encode()1916 if (tcp->comp_t == tcp->compE) { in opj_pi_create_encode()1918 tcp->comp_t = tcp->compS; in opj_pi_create_encode()1919 pi[pino].poc.compno0 = tcp->comp_t; in opj_pi_create_encode()[all …]
347 OPJ_UINT32 lay_t, res_t, comp_t, prc_t, tx0_t, ty0_t; member