Home | History | Annotate | Download | only in config

Lines Matching full:last_val

5004 	  int last_val;
5007 last_val = 0;
5024 tic6x_unwind_byte ((last_val << 4) | val);
5026 last_val = val;
5029 tic6x_unwind_byte ((last_val << 4) | 0xf);