OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_sym
(Results
1 - 2
of
2
) sorted by null
/external/libaom/libaom/av1/decoder/
accounting.c
96
AccountingSymbol *
last_sym
;
local
97
last_sym
= &accounting->syms.syms[accounting->syms.num_syms - 1];
98
if (memcmp(&
last_sym
->context, &accounting->context,
102
if (id ==
last_sym
->id) {
103
last_sym
->bits += bits;
104
last_sym
->samples++;
/external/u-boot/scripts/kconfig/
symbol.c
1128
static void sym_check_print_recursive(struct symbol *
last_sym
)
1136
if (sym_is_choice_value(
last_sym
)) {
1137
dep_stack_insert(&cv_stack,
last_sym
);
1138
last_sym
= prop_get_symbol(sym_get_choice_prop(
last_sym
));
1142
if (stack->sym ==
last_sym
)
1151
next_sym = stack->next ? stack->next->sym :
last_sym
;
1164
if (stack->sym ==
last_sym
)
Completed in 207 milliseconds