Searched refs:len_stack (Results 1 – 3 of 3) sorted by relevance
73 char *len_stack[ACPIGEN_LENSTACK_SIZE]; member
59 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()
241 struct tw_len len_stack[LEN_STACK_SIZE]; member857 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