Searched defs:widthInBits (Results 1 – 3 of 3) sorted by relevance
/external/bcc/src/cc/frontends/p4/compiler/ | ||
D | ebpfStructType.py | 11 def __init__(self, hlirParentType, name, widthInBits, attributes, config): argument |
D | ebpfScalarType.py | 12 def __init__(self, parent, widthInBits, isSigned, config): argument |
D | ebpfAction.py | 381 def widthInBits(self): member in ArgInfo |