Searched refs:Stack (Results 1 - 25 of 36) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dmatrix.c249 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 Dxmh.h107 } StackRec, *Stack; typedef in typeref:struct:_StackRec *
132 Stack folder_stack; /* Stack of folder names */
H A Dexterns.h57 extern void Push (Stack *, const char *);
58 extern const char * Pop (Stack *);
H A Dtocintrnl.h107 Stack sequence_stack; /* Stack of sequence names. */
H A Dfolder.c846 Stack *stack_ptr,
849 Stack new = XtNew(StackRec);
856 Stack *stack_ptr)
858 Stack top;
/xsrc/external/mit/glu/dist/src/libtess/
H A Dpriorityq.c95 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 Dmatrix.c311 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 Dgram.c405 # 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 Dnv50_ir_util.h236 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 Dnv50_ir_util.cpp79 Stack::moveTo(Stack& that)
H A Dnv50_ir_ssa.cpp300 Stack *stack;
407 stack = new Stack[func->allLValues.getSize()];
H A Dnv50_ir_graph.cpp286 Stack bb, cross;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_util.h236 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 Dnv50_ir_util.cpp79 Stack::moveTo(Stack& that)
H A Dnv50_ir_ssa.cpp300 Stack *stack;
407 stack = new Stack[func->allLValues.getSize()];
H A Dnv50_ir_graph.cpp286 Stack bb, cross;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
H A Dparser.c385 # 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 Dwinprefsyacc.c460 # 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 Dlinks.adoc32 Graphics Stack] post, and later in the full
/xsrc/external/mit/xkbevd/dist/
H A Dcfgparse.c560 # 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 Dwinprefsyacc.c656 # 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 Dxkbparse.c740 # 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 Dgram.tab.c717 # 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 Dgram.tab.c717 # 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 Dglcpp-parse.c531 # 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",

Completed in 62 milliseconds

12