Searched defs:clusterSize (Results 1 – 8 of 8) sorted by relevance
/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
D | MatrixFunction.h | 165 …nction_compute_cluster_size(const ListOfClusters& clusters, Matrix<Index, Dynamic, 1>& clusterSize) in matrix_function_compute_cluster_size() 178 void matrix_function_compute_block_start(const VectorType& clusterSize, VectorType& blockStart) in matrix_function_compute_block_start() 247 …rixType& T, AtomicType& atomic, const VectorType& blockStart, const VectorType& clusterSize, Matri… in matrix_function_compute_block_atomic() 329 …e_diagonal(const MatrixType& T, const VectorType& blockStart, const VectorType& clusterSize, Matri… in matrix_function_compute_above_diagonal()
|
/external/lzma/CPP/Windows/ |
D | FileSystem.cpp | 86 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize) in MyGetDiskFreeSpace()
|
D | FileIO.cpp | 267 UInt64 clusterSize, totalSize, freeSize; in CalcDeviceSize() local
|
D | FileFind.cpp | 431 UInt64 clusterSize, totalSize, freeSize; in Find() local
|
/external/skia/src/core/ |
D | SkTextBlob.cpp | 773 clusterSize = pe.extended ? safe.mul(glyphCount, sizeof(uint32_t)) : 0; in MakeFromBuffer() local
|
/external/skqp/src/core/ |
D | SkTextBlob.cpp | 773 clusterSize = pe.extended ? safe.mul(glyphCount, sizeof(uint32_t)) : 0; in MakeFromBuffer() local
|
/external/skia/tools/viewer/ |
D | Viewer.cpp | 1106 size_t clusterSize = sizeof(decltype(*it.clusters())); in filterTextBlob() local
|
/external/skqp/tools/viewer/ |
D | Viewer.cpp | 1055 size_t clusterSize = sizeof(decltype(*it.clusters())); in filterTextBlob() local
|