Searched refs:Stack (Results 1 – 10 of 10) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/ |
| H A D | dgif_lib.c | 1289 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 D | gif_lib_private.h | 120 GifByteType Stack[LZ_MAX_CODE]; /* Decoded pixels are stacked here. */ member
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | zconf.tab.c | 407 # 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 D | zconf.tab.c_shipped | 407 # 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 D | lex.zconf.c_shipped | 279 /* 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 D | dtc-parser.tab.c_shipped | 369 # 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 D | dtc-lexer.lex.c_shipped | 261 /* 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 D | parse.c_shipped | 389 # 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 D | lex.c_shipped | 311 /* 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 D | Kconfig | 846 bool "Stack protector" if (LINUX && TOOLCHAIN_VER!="4.7.2") 849 Enable Stack protector build option -fstack-protector
|