Lines Matching defs:NarrowByteWidth
8746 uint64_t NarrowByteWidth = NarrowBitWidth / 8;
8748 if (Index >= NarrowByteWidth)
8770 uint64_t NarrowByteWidth = NarrowBitWidth / 8;
8773 if (Index >= NarrowByteWidth)
8782 if (*VectorIndex * NarrowByteWidth > StartingIndex)
8784 if ((*VectorIndex + 1) * NarrowByteWidth <= StartingIndex)
8798 uint64_t NarrowByteWidth = NarrowBitWidth / 8;
8803 if (Index >= NarrowByteWidth)