Searched refs:tmp_val (Results 1 – 4 of 4) sorted by relevance
91 int tmp_val = ++val; in bitstream_put_ue() local93 while (tmp_val) { in bitstream_put_ue()94 tmp_val >>= 1; in bitstream_put_ue()
2524 int tmp_val = ++val; in bitstream_put_ue() local2526 while (tmp_val) { in bitstream_put_ue()2527 tmp_val >>= 1; in bitstream_put_ue()
817 int tmp_val = ++val; in bitstream_put_ue() local819 while (tmp_val) { in bitstream_put_ue()820 tmp_val >>= 1; in bitstream_put_ue()
235 int tmp_val = ++val; in bitstream_put_ue() local237 while (tmp_val) { in bitstream_put_ue()238 tmp_val >>= 1; in bitstream_put_ue()