Searched refs:pile (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Deng_table.c191 static void int_unregister_cb_doall_arg(ENGINE_PILE *pile, ENGINE *e) argument
195 while ((n = sk_ENGINE_find(pile->sk, e)) >= 0) {
196 (void)sk_ENGINE_delete(pile->sk, n);
197 pile->uptodate = 0;
199 if (pile->funct == e) {
201 pile->funct = NULL;
341 static void int_cb_doall_arg(ENGINE_PILE *pile, ENGINE_PILE_DOALL *dall) argument
343 dall->cb(pile->nid, pile->sk, pile
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Deng_table.c191 static void int_unregister_cb_doall_arg(ENGINE_PILE *pile, ENGINE *e) argument
195 while ((n = sk_ENGINE_find(pile->sk, e)) >= 0) {
196 (void)sk_ENGINE_delete(pile->sk, n);
197 pile->uptodate = 0;
199 if (pile->funct == e) {
201 pile->funct = NULL;
341 static void int_cb_doall_arg(ENGINE_PILE *pile, ENGINE_PILE_DOALL *dall) argument
343 dall->cb(pile->nid, pile->sk, pile
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/forty/
H A Dmakefile.unx20 OBJECTS = $(PROGRAM).o canvas.o card.o game.o pile.o playerdg.o scoredg.o scorefil.o
H A Dgame.cpp317 // Redraw the m_pack, discard pile, the bases and the foundations
352 // Returns pointer to the pile, or 0 if (x, y) is not over a pile
353 // or the pile is empty
440 Pile* pile = WhichPile(x, y); local
441 if (!pile) return;
444 if (pile == m_pack)
450 Card* card = pile->GetTopCard();
466 m_foundations[i + 4] != pile &&
469 pile
539 Pile* pile = WhichPile(x, y); local
638 DropCard(int x, int y, Pile* pile, Card* card) argument
[all...]
H A Dgame.h16 #include "pile.h"
59 // A class which holds the discard pile //
99 bool DropCard(int x, int y, Pile* pile, Card* card);
100 // can the card at (x, y) be dropped on the pile?
101 Pile* WhichPile(int x, int y); // which pile is (x, y) over?
H A Dmakefile.dmc63 $(OBJS)\forty_pile.obj : .\pile.cpp
64 $(CXX) -mn -c -cpp -o$@ $(FORTY_CXXFLAGS) .\pile.cpp
H A Dmakefile.bcc283 $(OBJS)\forty_pile.obj: .\pile.cpp
284 $(CXX) -q -c -P -o$@ $(FORTY_CXXFLAGS) .\pile.cpp
H A Dmakefile.dms239 $(OBJS)\forty_pile.obj : .\pile.cpp
240 $(CXX) -mn -c -cpp -o$@ $(FORTY_CXXFLAGS) .\pile.cpp
H A DMakefile.in231 forty_pile.o: $(srcdir)/pile.cpp
232 $(CXXC) -c -o $@ $(FORTY_CXXFLAGS) $(srcdir)/pile.cpp
H A Dmakefile.vc389 $(OBJS)\forty_pile.obj: .\pile.cpp
390 $(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) .\pile.cpp
H A Dmakefile.gcc276 $(OBJS)\forty_pile.o: ./pile.cpp
H A Dmakefile.wat315 $(OBJS)\forty_pile.obj : .AUTODEPEND .\pile.cpp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_table.c175 static void int_unregister_cb(ENGINE_PILE *pile, ENGINE *e) argument
179 while((n = sk_ENGINE_find(pile->sk, e)) >= 0)
181 sk_ENGINE_delete(pile->sk, n);
183 pile->uptodate = 1;
185 if(pile->funct == e)
188 pile->funct = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dupnpdescgen.c549 } pile[16]; /* stack */ local
586 i = ++(pile[top].i);
587 j = pile[top].j;
589 printf("DBG: pile[%d]\t%d %d\n", top, i, j);
594 printf("DBG: i==j, </%s>\n", pile[top].eltname);
598 s = pile[top].eltname;
623 printf("DBG: +pile[%d]\t%d %d\n", top, i, j);
625 pile[top].i = i;
626 pile[top].j = j;
627 pile[to
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dupnpdescgen.c480 } pile[16]; /* stack */ local
506 i = ++(pile[top].i);
507 j = pile[top].j;
509 printf("DBG: pile[%d]\t%d %d\n", top, i, j);
514 printf("DBG: i==j, </%s>\n", pile[top].eltname);
518 s = pile[top].eltname;
543 printf("DBG: +pile[%d]\t%d %d\n", top, i, j);
545 pile[top].i = i;
546 pile[top].j = j;
547 pile[to
[all...]

Completed in 205 milliseconds