Home
last modified time | relevance | path

Searched refs:GateValue (Results 1 – 4 of 4) sorted by relevance

/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dscope.h53 typedef struct value GateValue; typedef
59 GateValue *v_next; /* Next change in value */
60 GateValue *v_prev; /* Previous change in value */
69 GateValue *t_first; /* First value entry */
70 GateValue *t_last; /* Latest change in value */
71 GateValue *t_current; /* Current value entry visible on left side of scope */
117 GateValue *new_Value(simtime_t CurTime,int Code,const char *Value,GateValue *Prev);
H A Dscope.c125 int isTransition(GScope *s,GateValue *v,int n) in isTransition()
172 int GScope_getXPos(GScope *S,GateValue *V,simtime_t LTime) in GScope_getXPos()
200 GC GValue_getColor(GateValue *V,int nbits) in GValue_getColor()
229 void GTrace_drawTransValue(GTrace *T,GateValue *V,GScope *S,int y, in GTrace_drawTransValue()
307 void GTrace_updateTransition(GTrace *T,GateValue *V,GScope *S,int y,int x1,int x2,simtime_t LTime,i… in GTrace_updateTransition()
347 void GTrace_updateValue(GTrace *T,GateValue *V,int y,int x1,int x2) in GTrace_updateValue()
436 GateValue *V; in GTrace_update()
1352 GateValue *V; in delete_GTrace()
1380 GateValue *new_Value(simtime_t CurTime,int Code,const char *value,GateValue *Prev) in new_Value()
1382 GateValue *V; in new_Value()
[all …]
H A Dtraceprint.c319 GateValue *pV,*V; in GPrint_outputTrace()
H A Dtclfuncs.c2119 GateValue *v; in gat_getTraceData()