Home
last modified time | relevance | path

Searched refs:lastx (Results 1 – 7 of 7) sorted by relevance

/external/regex-re2/benchlog/
Dmktable44 %lastx = ();
55 $lastx{$who} = $i;
79 $x1 = $lastx{$who};
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
DLineGraph.java118 int lastx= 0; in paint() local
129 g.drawLine(lastx, lasty, xposition, yposition); in paint()
153 lastx= xposition; in paint()
DTimeLineGraph.java85 int lastx = 0; in paint() local
107 g.drawLine(lastx, lasty, xposition, yposition); in paint()
140 lastx = xposition; in paint()
/external/openssl/crypto/rand/
Drand_win.c650 static int lastx,lasty,lastdx,lastdy; in RAND_event() local
655 dx=lastx-x; in RAND_event()
659 lastx=x, lasty=y; in RAND_event()
/external/srec/srec/include/
Dfront.h111 bigdata lastx; member
/external/srec/srec/cfront/
Dspec_anl.c72 waveobj->pre_mel, &channel->lastx); in filterbank_emulation()
Dfrontobj.c258 channel->lastx = 0; in reset_channel_object()