| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | matrix.c | 249 GLmatrix *new_stack = realloc(stack->Stack, 260 stack->Stack = new_stack; 264 _math_matrix_copy( &stack->Stack[stack->Depth + 1], 265 &stack->Stack[stack->Depth] ); 267 stack->Top = &(stack->Stack[stack->Depth]); 306 stack->Top = &(stack->Stack[stack->Depth]); 667 stack->Stack = calloc(1, sizeof(GLmatrix)); 669 _math_matrix_ctr(&stack->Stack[0]); 670 stack->Top = stack->Stack; 686 _math_matrix_dtr(&stack->Stack[ [all...] |
| /xsrc/external/mit/xmh/dist/ |
| H A D | xmh.h | 107 } StackRec, *Stack; typedef in typeref:struct:_StackRec * 132 Stack folder_stack; /* Stack of folder names */
|
| H A D | externs.h | 57 extern void Push (Stack *, const char *); 58 extern const char * Pop (Stack *);
|
| H A D | tocintrnl.h | 107 Stack sequence_stack; /* Stack of sequence names. */
|
| H A D | folder.c | 846 Stack *stack_ptr, 849 Stack new = XtNew(StackRec); 856 Stack *stack_ptr) 858 Stack top;
|
| /xsrc/external/mit/glu/dist/src/libtess/ |
| H A D | priorityq.c | 95 struct { PQkey **p, **r; } Stack[50], *top = Stack; local in function:pqInit 123 while( --top >= Stack ) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | matrix.c | 311 GLmatrix *new_stack = realloc(stack->Stack, 322 stack->Stack = new_stack; 326 _math_matrix_push_copy(&stack->Stack[stack->Depth + 1], 327 &stack->Stack[stack->Depth]); 329 stack->Top = &(stack->Stack[stack->Depth]); 379 if (memcmp(stack->Top, &stack->Stack[stack->Depth], 385 stack->Top = &(stack->Stack[stack->Depth]); 998 stack->Stack = calloc(1, sizeof(GLmatrix)); 1000 _math_matrix_ctr(&stack->Stack[0]); 1001 stack->Top = stack->Stack; [all...] |
| /xsrc/external/mit/xgc/dist/ |
| H A D | gram.c | 405 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ 409 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 410 Stack = &yyptr->Stack_alloc; \ 411 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ 734 YYFPRINTF (stderr, "Stack now"); 1187 YYDPRINTF ((stderr, "Stack size increased to %lu\n",
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_util.h | 236 class Stack class in namespace:nv50_ir 252 Stack() : size(0), limit(0), array(0) { } function in class:nv50_ir::Stack 253 ~Stack() { if (array) FREE(array); } 288 void moveTo(Stack&); // move all items to target (not like push(pop())) 418 Stack ids;
|
| H A D | nv50_ir_util.cpp | 79 Stack::moveTo(Stack& that)
|
| H A D | nv50_ir_ssa.cpp | 300 Stack *stack; 407 stack = new Stack[func->allLValues.getSize()];
|
| H A D | nv50_ir_graph.cpp | 286 Stack bb, cross;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_util.h | 236 class Stack class in namespace:nv50_ir 252 Stack() : size(0), limit(0), array(0) { } function in class:nv50_ir::Stack 253 ~Stack() { if (array) FREE(array); } 288 void moveTo(Stack&); // move all items to target (not like push(pop())) 418 Stack ids;
|
| H A D | nv50_ir_util.cpp | 79 Stack::moveTo(Stack& that)
|
| H A D | nv50_ir_ssa.cpp | 300 Stack *stack; 407 stack = new Stack[func->allLValues.getSize()];
|
| H A D | nv50_ir_graph.cpp | 286 Stack bb, cross;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/ |
| H A D | parser.c | 385 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ 389 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 390 Stack = &yyptr->Stack_alloc; \ 391 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ 847 YYFPRINTF (stderr, "Stack now"); 1358 YYDPRINTF ((stderr, "Stack size increased to %lu\n",
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winprefsyacc.c | 460 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ 464 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 465 Stack = &yyptr->Stack_alloc; \ 466 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ 959 YYFPRINTF (stderr, "Stack now"); 1492 YYDPRINTF ((stderr, "Stack size increased to %lu\n",
|
| /xsrc/external/mit/ctwm/dist/doc/devman/ |
| H A D | links.adoc | 32 Graphics Stack] post, and later in the full
|
| /xsrc/external/mit/xkbevd/dist/ |
| H A D | cfgparse.c | 560 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ 564 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 565 Stack = &yyptr->Stack_alloc; \ 566 yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \ 883 YYFPRINTF (stderr, "Stack now"); 1116 YYDPRINTF ((stderr, "Stack size increased to %ld\n",
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winprefsyacc.c | 656 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ 660 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 661 Stack = &yyptr->Stack_alloc; \ 662 yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \ 1042 YYFPRINTF (stderr, "Stack now"); 1275 YYDPRINTF ((stderr, "Stack size increased to %ld\n",
|
| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | xkbparse.c | 740 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ 744 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 745 Stack = &yyptr->Stack_alloc; \ 746 yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \ 1375 YYFPRINTF (stderr, "Stack now"); 1608 YYDPRINTF ((stderr, "Stack size increased to %ld\n",
|
| /xsrc/external/mit/ctwm/dist/gen/ |
| H A D | gram.tab.c | 717 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ 721 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 722 Stack = &yyptr->Stack_alloc; \ 723 yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \ 1585 YYFPRINTF (stderr, "Stack now"); 1818 YYDPRINTF ((stderr, "Stack size increased to %ld\n",
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | gram.tab.c | 717 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ 721 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 722 Stack = &yyptr->Stack_alloc; \ 723 yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \ 1585 YYFPRINTF (stderr, "Stack now"); 1818 YYDPRINTF ((stderr, "Stack size increased to %ld\n",
|
| /xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/ |
| H A D | glcpp-parse.c | 531 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ 535 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 536 Stack = &yyptr->Stack_alloc; \ 537 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ 1140 YYFPRINTF (stderr, "Stack now"); 1636 YYDPRINTF ((stderr, "Stack size increased to %lu\n",
|