Home
last modified time | relevance | path

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

/external/bcc/src/cc/frontends/p4/compiler/
DebpfInstance.py69 def __init__(self, hlirInstance, indexVar, factory): argument
74 assert isinstance(indexVar, str)
78 self.indexVar = indexVar
DebpfParser.py56 index = "[" + ebpfStack.indexVar + "]"
331 ebpfStack.indexVar, ebpfStack.arraySize)
344 index = "[" + ebpfStack.indexVar + "]"
372 serializer.appendFormat("{0}++;", ebpfStack.indexVar)
DebpfDeparser.py101 index = "[" + ebpfStack.indexVar + "]"
DebpfProgram.py382 "{0}8 {0} = 0;", self.config.uprefix, h.indexVar)