Searched refs:short (Results 1 - 6 of 6) sorted by relevance

/gem5/src/mem/slicc/generate/
H A Dhtml.py34 $title: ${{formatShorthand(symbol.short)}} - ${{symbol.desc}}
39 def formatShorthand(short):
44 gen = enumerate(short)
62 if i + 1 < len(short):
H A Dtex.py45 code(r" & \rotatebox{90}{$<<event.short>>}")
49 state_str = state.short
56 if trans.getNextStateShorthand() != state.short:
/gem5/src/mem/slicc/symbols/
H A DSymbol.py45 if "short" not in self:
46 self["short"] = self.ident
62 def short(self): member in class:Symbol
63 return self["short"]
H A DTransition.py70 return ''.join(a.short for a in self.actions)
H A DStateMachine.py118 if action.short == other.short:
120 other.warning(" shorthand = %s" % other.short)
122 action.error(" shorthand = %s" % action.short)
265 * Created by slicc definition of Module "${{self.short}}"
450 * Created by slicc definition of Module "${{self.short}}"
1046 // ${ident}: ${{self.short}}
1167 // ${ident}: ${{self.short}}
1459 <H1 align="center">${{html.formatShorthand(self.short)}}:
1484 ref = self.frameRef(href, "Status", href, "1", event.short)
[all...]
/gem5/util/maint/
H A Dcreate_patches.sh125 OLD_BRANCH=`git symbolic-ref --short -q HEAD`

Completed in 10 milliseconds