Searched refs:kMaxRowBlocks (Results 1 – 2 of 2) sorted by relevance
88 return a * kMaxRowBlocks + b; in IntPairToLong()91 const int64 kMaxRowBlocks; variable
50 : kMaxRowBlocks(10 * 1000 * 1000), in BlockRandomAccessSparseMatrix()52 CHECK_LT(blocks.size(), kMaxRowBlocks); in BlockRandomAccessSparseMatrix()