Lines Matching defs:NarrowByteWidth
8918 uint64_t NarrowByteWidth = NarrowBitWidth / 8;
8920 if (Index >= NarrowByteWidth)
8942 uint64_t NarrowByteWidth = NarrowBitWidth / 8;
8945 if (Index >= NarrowByteWidth)
8954 if (*VectorIndex * NarrowByteWidth > StartingIndex)
8956 if ((*VectorIndex + 1) * NarrowByteWidth <= StartingIndex)
8970 uint64_t NarrowByteWidth = NarrowBitWidth / 8;
8975 if (Index >= NarrowByteWidth)