Home
last modified time | relevance | path

Searched refs:Vcurrent (Results 1 – 3 of 3) sorted by relevance

/dports/games/xkoules/koules1.4/historic/
H A DsoundIt.c42 unsigned char *Vstart,*Vcurrent; /* ptr's into a playing sample */ member
325 chan->Vcurrent=NULL; in Chan_reset()
334 chan->Vcurrent= chan->Vstart; in Chan_assign()
349 *p++ = (int) *chan->Vcurrent++; in Chan_copyIn()
372 *p++ += (int) (*chan->Vcurrent++) - 128; in Chan_mixIn()
399 *p += (int) (*chan->Vcurrent++) - 128; in Chan_finalMixIn()
/dports/games/battalion/battalion1.4b/
H A DsoundIt.c43 unsigned char *Vstart,*Vcurrent; /* ptr's into a playing sample */ member
329 chan->Vcurrent=NULL; in Chan_reset()
338 chan->Vcurrent= chan->Vstart; in Chan_assign()
354 *p++ = (int) *chan->Vcurrent++; in Chan_copyIn()
377 *p++ += (int) (*chan->Vcurrent++) - 128; in Chan_mixIn()
404 *p += (int) (*chan->Vcurrent++) - 128; in Chan_finalMixIn()
/dports/math/SCIP/scip-7.0.3/src/tclique/
H A Dtclique_branch.c850 int* Vcurrent; in branch() local
861 ALLOC_ABORT( BMSallocMemoryArray(&Vcurrent, nV-1) ); in branch()
930 nVcurrent = selectadjnodes(tcliquegraph, branchingnode, V, nValive, Vcurrent); in branch()
935 level, Vcurrent, nVcurrent, Vzero, nVzero, gsd, iscolored, K, weightK, in branch()
957 BMSfreeMemoryArray(&Vcurrent); in branch()