Searched refs:stack_depth (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-glade.c412 static size_t stack_depth; variable
423 stack_depth++;
424 ensure_stack_size (stack_depth + 1);
427 stack[stack_depth - 1].extract_string = false;
429 p = &stack[stack_depth];
488 struct element_state *p = &stack[stack_depth];
516 stack_depth--;
525 struct element_state *p = &stack[stack_depth];
594 stack_depth = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firewire/
H A Dfw-topology.c174 int i, port_count, child_port_count, phy_id, parent_count, stack_depth; local
180 stack_depth = 0;
202 if (child_port_count > stack_depth) {
279 stack_depth += 1 - child_port_count;

Completed in 65 milliseconds