Searched refs:kMaxRep16 (Results 1 – 2 of 2) sorted by relevance
340 if (tag() == REP16 && nd < 6 && size < kMaxRep16) { in UnsafeAddDim()416 if (tag() == REP16 && size < kMaxRep16) { in set_dim()
106 static const int64 kMaxRep16 = std::numeric_limits<uint16>::max() - 1; variable