Home | History | Annotate | Download | only in src

Lines Matching full:hist_ptr

108 	st->hist_ptr = 0;                      
304 st->hist_ptr = add(st->hist_ptr, 1);
305 if(st->hist_ptr == DTX_HIST_SIZE)
307 st->hist_ptr = 0;
310 Copy(isf_new, &st->isf_hist[st->hist_ptr * M], M);
331 st->log_en_hist[st->hist_ptr] = log_en;
482 ptr = st->hist_ptr;
494 tmp = sub(isf_old_tx[st->hist_ptr * M + j], isf_old_tx[ptr * M + j]);
537 indices[i] = sub(st->hist_ptr, indices[i]);