Searched refs:toByteWidth (Results 1 – 6 of 6) sorted by relevance
2 import { toByteWidth, fromByteWidth } from './bit-width-util'9 if (dataView.byteLength <= offset + width || (offset & (toByteWidth(width) - 1)) !== 0) {
3 export function toByteWidth(bitWidth: BitWidth): number { function
2 import { paddingSize, iwidth, uwidth, fwidth, toByteWidth, fromByteWidth } from './bit-width-util'35 const byteWidth = toByteWidth(width);
12 static int toByteWidth(BitWidth self) {
319 …buffer.lengthInBytes <= offset + width.index || offset & (BitWidthUtil.toByteWidth(width) - 1) != …
435 final byteWidth = BitWidthUtil.toByteWidth(width);