Home
last modified time | relevance | path

Searched refs:Stack (Results 1 – 10 of 10) sorted by relevance

/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Ddgif_lib.c1289 GifByteType *Stack, *Suffix; local
1296 Stack = Private->Stack;
1303 while (StackPtr != 0 && i < LineLen) Line[i++] = Stack[--StackPtr];
1350 Stack[StackPtr++] = DGifGetPrefixChar(Prefix,
1370 Stack[StackPtr++] = Suffix[CrntPrefix];
1378 Stack[StackPtr++] = CrntPrefix;
1383 Line[i++] = Stack[--StackPtr];
H A Dgif_lib_private.h120 GifByteType Stack[LZ_MAX_CODE]; /* Decoded pixels are stacked here. */ member
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dzconf.tab.c407 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument
411 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
412 Stack = &yyptr->Stack_alloc; \
413 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
H A Dzconf.tab.c_shipped407 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \
411 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
412 Stack = &yyptr->Stack_alloc; \
413 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
987 YYFPRINTF (stderr, "Stack now");
1526 YYDPRINTF ((stderr, "Stack size increased to %lu\n",
H A Dlex.zconf.c_shipped279 /* Stack of input buffers. */
282 static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-parser.tab.c_shipped369 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \
373 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
374 Stack = &yyptr->Stack_alloc; \
375 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
788 YYFPRINTF (stderr, "Stack now");
1297 YYDPRINTF ((stderr, "Stack size increased to %lu\n",
H A Ddtc-lexer.lex.c_shipped261 /* Stack of input buffers. */
264 static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dparse.c_shipped389 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \
393 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
394 Stack = &yyptr->Stack_alloc; \
395 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1036 YYFPRINTF (stderr, "Stack now");
1545 YYDPRINTF ((stderr, "Stack size increased to %lu\n",
H A Dlex.c_shipped311 /* Stack of input buffers. */
314 static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
/utopia/UTPA2-700.0.x/projects/build/
H A DKconfig846 bool "Stack protector" if (LINUX && TOOLCHAIN_VER!="4.7.2")
849 Enable Stack protector build option -fstack-protector