Searched refs:last_sym (Results 1 – 2 of 2) sorted by relevance
98 AccountingSymbol *last_sym; in aom_accounting_record() local99 last_sym = &accounting->syms.syms[accounting->syms.num_syms - 1]; in aom_accounting_record()100 if (memcmp(&last_sym->context, &accounting->context, in aom_accounting_record()104 if (id == last_sym->id) { in aom_accounting_record()105 last_sym->bits += bits; in aom_accounting_record()106 last_sym->samples++; in aom_accounting_record()
3650 Sym *sym_pool, *sym, *last_sym;3656 last_sym = sym_free_first;3659 sym->next = last_sym;3660 last_sym = sym;3663 sym_free_first = last_sym;3664 return last_sym;