Home
last modified time | relevance | path

Searched refs:stack (Results 1 – 8 of 8) sorted by relevance

/GUIX-v6.2.1/samples/demo_guix_calculator/
Devaluate.c27 UINT popOperand(STACK_OPERAND *stack, double *operand) in popOperand() argument
31 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() argument
44 stack -> top ++; in pushOperand()
45 stack -> operand[stack -> top] = operand; in pushOperand()
50 UINT popOperation(STACK_OPERATION *stack, char *operation) in popOperation() argument
54 top = stack -> top; in popOperation()
57 *operation = stack -> operation[top]; in popOperation()
[all …]
/GUIX-v6.2.1/common/src/
Dgx_system_input_release.c85 GX_WIDGET **stack; in _gx_system_input_release() local
94 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()
Dgx_utility_bidi_paragraph_reorder.c429 GX_BIDI_EXPLICIT_ENTRY *stack; in _gx_utility_bidi_explicit_levels_determine() local
442stack = (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() local
1682 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()
/GUIX-v6.2.1/
DCONTRIBUTING.md11 * 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…
DREADME.md58 /* up a periodic timer interrupt source, saving the system stack */
/GUIX-v6.2.1/test/guix_test/regression_test/tests/keil/
Dtest.sct67 ARM_LIB_STACK +0 ALIGN 32 EMPTY STACK_SIZE - 0x8 { ; Reserve empty region for stack
/GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/internal/
Dpsaux.h634 FT_Fixed stack[PS_MAX_OPERANDS + 1]; member
944 FT_Long stack[T1_MAX_CHARSTRINGS_OPERANDS]; member
1171 FT_Fixed stack[CFF_MAX_OPERANDS + 1]; member
/GUIX-v6.2.1/docs/
Drevision_history.txt263 Files added to support system screen stack API: