Searched refs:value_t (Results 1 – 2 of 2) sorted by relevance
1588 unsigned int s1, t1, value_s, value_t; variable1645 if (s2 > value_s || (s2 == value_s && value_t >= t2)) { in biari_decode_symbol()1654 value_t = (value_t - t2); in biari_decode_symbol()1659 value_t = (value_t << 1) in biari_decode_symbol()1661 value_t = 256 + value_t - t2; in biari_decode_symbol()1670 value_t = (value_t << 1) in biari_decode_symbol()1678 while (value_t < QUARTER) { in biari_decode_symbol()1685 value_t = (value_t << 1) | j; in biari_decode_symbol()1688 value_t = value_t & 0xff; in biari_decode_symbol()1794 if (s2 > value_s || (s2 == value_s && value_t >= t2)) { in biari_decode_symbolw()[all …]
646 int value_t[4][mstat_tf_idx(MSTAT_TYPE_MAX)]; in rtw_mstat_dump() local652 value_t[0][i] = ATOMIC_READ(&(rtw_mem_type_stat[i].alloc)); in rtw_mstat_dump()653 value_t[1][i] = ATOMIC_READ(&(rtw_mem_type_stat[i].peak)); in rtw_mstat_dump()654 value_t[2][i] = ATOMIC_READ(&(rtw_mem_type_stat[i].alloc_cnt)); in rtw_mstat_dump()655 value_t[3][i] = ATOMIC_READ(&(rtw_mem_type_stat[i].alloc_err_cnt)); in rtw_mstat_dump()671 …, "%4s %10d %10d %10d %10d\n", MSTAT_TYPE_str[i], value_t[0][i], value_t[1][i], value_t[2][i], val… in rtw_mstat_dump()