Searched refs:stack (Results 1 – 8 of 8) sorted by relevance
27 UINT popOperand(STACK_OPERAND *stack, double *operand) in popOperand() argument31 top = stack -> top; in popOperand()34 *operand = stack -> operand[top]; in popOperand()35 stack -> top --; in popOperand()42 UINT pushOperand(STACK_OPERAND *stack, double operand) in pushOperand() argument44 stack -> top ++; in pushOperand()45 stack -> operand[stack -> top] = operand; in pushOperand()50 UINT popOperation(STACK_OPERATION *stack, char *operation) in popOperation() argument54 top = stack -> top; in popOperation()57 *operation = stack -> operation[top]; in popOperation()[all …]
85 GX_WIDGET **stack; in _gx_system_input_release() local94 stack = _gx_system_input_capture_stack; in _gx_system_input_release()100 if (stack[current] == owner) in _gx_system_input_release()115 stack[current] = stack[current + 1]; in _gx_system_input_release()118 stack[current] = GX_NULL; in _gx_system_input_release()122 _gx_system_input_owner = stack[top - 1]; in _gx_system_input_release()
429 GX_BIDI_EXPLICIT_ENTRY *stack; in _gx_utility_bidi_explicit_levels_determine() local442 …stack = (GX_BIDI_EXPLICIT_ENTRY *)(context -> gx_bidi_context_buffer + context -> gx_bidi_context_… in _gx_utility_bidi_explicit_levels_determine()448 entry = stack; in _gx_utility_bidi_explicit_levels_determine()1667 ULONG *stack; in _gx_utility_bidi_bracket_pair_search() local1682 stack = (ULONG *)(context -> gx_bidi_context_buffer + context -> gx_bidi_context_buffer_index); in _gx_utility_bidi_bracket_pair_search()1684 bracket_entry = stack; in _gx_utility_bidi_bracket_pair_search()
11 * NetX Duo - advanced, industrial-grade TCP/IP network stack designed specifically for deeply embed…14 * USBX - high-performance USB host, device, and on-the-go (OTG) embedded stack, that is fully integ…
58 /* up a periodic timer interrupt source, saving the system stack */
67 ARM_LIB_STACK +0 ALIGN 32 EMPTY STACK_SIZE - 0x8 { ; Reserve empty region for stack
634 FT_Fixed stack[PS_MAX_OPERANDS + 1]; member944 FT_Long stack[T1_MAX_CHARSTRINGS_OPERANDS]; member1171 FT_Fixed stack[CFF_MAX_OPERANDS + 1]; member
263 Files added to support system screen stack API: