Home
last modified time | relevance | path

Searched defs:_fields (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dnamedtuple_with_abc.py66 _fields = abstractproperty() variable in _NamedTupleABC
91 _fields = 'x y z' # such form will be transformed into ('x', 'y', 'z') variable in MyRecord
121 _fields = 'a, b' variable in MyRecord2
124 _fields = 'p', 'q', 'r' variable in MyRecord3
153 _fields = 'e f g h i j k' variable in MyRecord345
174 _fields = 'j k l x' variable in MyRecord4
177 _fields = 'j k l x y' variable in MyRecord5
208 _fields = 'j k l x y z' variable in MyRecord6
H A Dexceptions.py15 _fields = 'filename lineno function args code_context index' variable in TracebackEntry
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c10968 #define MLXSW_SP_MP_HASH_FIELD_SET(_fields, _field) \ argument
10971 #define MLXSW_SP_MP_HASH_FIELD_RANGE_SET(_fields, _field, _nr) \ argument