Home
last modified time | relevance | path

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

/haiku/src/kits/debugger/debug_info/
H A DDwarfTypes.cpp1046 int64 bitStride; in ResolveElementLocation() local
1061 bitStride = value.ToInt64(); in ResolveElementLocation()
1063 bitStride = BaseType()->ByteSize() * 8; in ResolveElementLocation()
1131 dimensionStride = bitStride; in ResolveElementLocation()