Home
last modified time | relevance | path

Searched refs:last_sym (Results 1 – 2 of 2) sorted by relevance

/external/libaom/av1/decoder/
Daccounting.c98 AccountingSymbol *last_sym; in aom_accounting_record() local
99 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()
/external/python/pycparser/utils/benchmark/inputs/
Dtccgen.c.ppout3650 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;