/external/ceres-solver/internal/ceres/ |
D | block_random_access_matrix.h | 86 struct CellInfo { struct 87 CellInfo() in CellInfo() argument 91 explicit CellInfo(double* ptr) in CellInfo() argument 112 virtual CellInfo* GetCell(int row_block_id,
|
D | block_random_access_dense_matrix.h | 66 virtual CellInfo* GetCell(int row_block_id, 90 scoped_array<CellInfo> cell_infos_;
|
D | block_random_access_diagonal_matrix.h | 62 virtual CellInfo* GetCell(int row_block_id, 84 vector<CellInfo*> layout_;
|
D | block_random_access_sparse_matrix.h | 67 virtual CellInfo* GetCell(int row_block_id, 97 typedef HashMap<long int, CellInfo* > LayoutType;
|
D | block_random_access_dense_matrix.cc | 53 cell_infos_.reset(new CellInfo[num_blocks * num_blocks]); in BlockRandomAccessDenseMatrix() 66 CellInfo* BlockRandomAccessDenseMatrix::GetCell(const int row_block_id, in GetCell()
|
D | block_random_access_diagonal_matrix.cc | 74 layout_.push_back(new CellInfo(values + pos)); in BlockRandomAccessDiagonalMatrix() 91 CellInfo* BlockRandomAccessDiagonalMatrix::GetCell(int row_block_id, in GetCell()
|
D | block_random_access_dense_matrix_test.cc | 57 CellInfo* cell = in TEST() 87 CellInfo* cell = m.GetCell( in TEST()
|
D | block_random_access_sparse_matrix.cc | 92 new CellInfo(values + pos); in BlockRandomAccessSparseMatrix() 128 CellInfo* BlockRandomAccessSparseMatrix::GetCell(int row_block_id, in GetCell()
|
D | schur_eliminator_impl.h | 192 CellInfo* cell_info = lhs->GetCell(block_id, block_id, in Eliminate() 534 CellInfo* cell_info = lhs->GetCell(block1, block2, in ChunkOuterProduct() 608 CellInfo* cell_info = lhs->GetCell(block1, block1, in NoEBlockRowOuterProduct() 627 CellInfo* cell_info = lhs->GetCell(block1, block2, in NoEBlockRowOuterProduct() 661 CellInfo* cell_info = lhs->GetCell(block1, block1, in EBlockRowOuterProduct() 680 CellInfo* cell_info = lhs->GetCell(block1, block2, in EBlockRowOuterProduct()
|
D | block_random_access_diagonal_matrix_test.cc | 64 CellInfo* cell = m.GetCell(row_block_id, col_block_id, in TEST()
|
D | block_random_access_sparse_matrix_test.cc | 75 CellInfo* cell = m.GetCell(row_block_id, col_block_id, in TEST()
|
D | visibility_based_preconditioner.cc | 412 CellInfo* cell_info = m_->GetCell(block1, block2, in ScaleOffDiagonalCells()
|
/external/chromium_org/third_party/sqlite/src/src/ |
D | btreeInt.h | 447 typedef struct CellInfo CellInfo; typedef 448 struct CellInfo { struct 491 CellInfo info; /* A parse of the cell we are pointing at */
|
D | btree.c | 889 CellInfo *pInfo /* Fill in this structure */ in btreeParseCellPtr() 957 CellInfo *pInfo /* Fill in this structure */ in btreeParseCell() 977 CellInfo debuginfo; in cellSizePtr() 1036 CellInfo info; in ptrmapPutOvflPtr() 2736 CellInfo info; in modifyPagePointer() 3598 CellInfo info; in assertCellInfo() 5159 CellInfo info; in clearCell() 5247 CellInfo info; in fillInCell() 5702 CellInfo info; 6243 CellInfo info; in balance_nonroot() [all …]
|
/external/chromium_org/net/disk_cache/blockfile/ |
D | index_table_v3.h | 119 struct CellInfo { uint32 hash; Addr address; }; struct 120 typedef std::vector<CellInfo> CellList;
|
D | index_table_v3_unittest.cc | 283 disk_cache::CellInfo info = { hash, addr }; in TEST() 344 disk_cache::CellInfo info = { hash, addr }; in TEST() 485 disk_cache::CellInfo info = { hash, addr }; in TEST() 600 disk_cache::CellInfo info = { hash, addr }; in TEST() 634 disk_cache::CellInfo info = { hash, addr }; in TEST() 654 disk_cache::CellInfo info = { hash, addr }; in TEST()
|
D | index_table_v3.cc | 18 using disk_cache::CellInfo; 248 CellInfo cell_info = { cell.hash(), cell.GetAddress() }; in UpdateIterator()
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-04-29-RegAllocAssert.ll | 13 …32 (i8*, i32, i8*, i32, i8*)*, i8*, i32, %struct.MemPage*, i32, %struct.CellInfo, i8, i8, i8*, i64… 19 %struct.CellInfo = type { i8*, i64, i32, i32, i16, i16, i16, i16 }
|
/external/llvm/test/Transforms/GVN/ |
D | 2009-01-22-SortInvalidation.ll | 11 …32 (i8*, i32, i8*, i32, i8*)*, i8*, i32, %struct.MemPage*, i32, %struct.CellInfo, i8, i8, i8*, i64… 17 %struct.CellInfo = type { i8*, i64, i32, i32, i16, i16, i16, i16 }
|
/external/chromium_org/third_party/sqlite/amalgamation/ |
D | sqlite3.c | 46649 typedef struct CellInfo CellInfo; 46650 struct CellInfo { 46693 CellInfo info; /* A parse of the cell we are pointing at */ 48008 CellInfo *pInfo /* Fill in this structure */ 48076 CellInfo *pInfo /* Fill in this structure */ 48096 CellInfo debuginfo; 48155 CellInfo info; 49855 CellInfo info; 50717 CellInfo info; 52278 CellInfo info; [all …]
|
/external/sqlite/dist/ |
D | sqlite3.c | 51086 typedef struct CellInfo CellInfo; 51087 struct CellInfo { 51129 CellInfo info; /* A parse of the cell we are pointing at */ 52513 CellInfo *pInfo /* Fill in this structure */ 52582 CellInfo *pInfo /* Fill in this structure */ 52602 CellInfo debuginfo; 52661 CellInfo info; 54468 CellInfo info; 55304 CellInfo info; 57020 CellInfo info; [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 51066 typedef struct CellInfo CellInfo; 51067 struct CellInfo { 51109 CellInfo info; /* A parse of the cell we are pointing at */ 52493 CellInfo *pInfo /* Fill in this structure */ 52562 CellInfo *pInfo /* Fill in this structure */ 52582 CellInfo debuginfo; 52641 CellInfo info; 54448 CellInfo info; 55284 CellInfo info; 57000 CellInfo info; [all …]
|