Lines Matching defs:byte_width
83 def B(byte_width): argument
106 def _Pack(fmt, value, byte_width): argument
110 def _PackVector(fmt, values, byte_width): argument
114 def _Mutate(fmt, buf, value, byte_width, value_bit_width): argument
315 def Indirect(self, offset, byte_width): argument
324 def __init__(self, buf, byte_width): argument
337 def __init__(self, buf, byte_width, size=0): argument
403 def __init__(self, buf, byte_width): argument
448 def __init__(self, buf, byte_width, element_type, size=0): argument
552 def __init__(self, buf, parent_width, byte_width, type_): argument
1044 def _Write(self, fmt, value, byte_width): argument
1047 def _WriteVector(self, fmt, values, byte_width): argument
1050 def _WriteOffset(self, offset, byte_width): argument
1055 def _WriteAny(self, value, byte_width): argument
1075 def _WriteScalarVector(self, element_type, byte_width, elements, fixed): argument
1240 def Int(self, value, byte_width=0): argument
1251 def IndirectInt(self, value, byte_width=0): argument
1262 def UInt(self, value, byte_width=0): argument
1273 def IndirectUInt(self, value, byte_width=0): argument
1284 def Float(self, value, byte_width=0): argument
1295 def IndirectFloat(self, value, byte_width=0): argument
1381 byte_width=0): argument