Home
last modified time | relevance | path

Searched refs:len_stack (Results 1 – 3 of 3) sorted by relevance

/u-boot/include/dm/
A Dacpi.h73 char *len_stack[ACPIGEN_LENSTACK_SIZE]; member
/u-boot/lib/acpi/
A Dacpigen.c59 ctx->len_stack[ctx->ltop++] = ctx->current; in acpigen_write_len_f()
71 p = ctx->len_stack[--ctx->ltop]; in acpigen_pop_len()
440 ctx->len_stack[ctx->ltop++] = ctx->current; in acpigen_write_resourcetemplate_header()
452 char *p = ctx->len_stack[--ctx->ltop]; in acpigen_write_resourcetemplate_footer()
/u-boot/tools/
A Dproftool.c241 struct tw_len len_stack[LEN_STACK_SIZE]; member
857 lp = &tw->len_stack[tw->len_count++]; in push_len()
887 lp = &tw->len_stack[--tw->len_count]; in pop_len()

Completed in 15 milliseconds