Searched refs:jsuper (Results 1 – 2 of 2) sorted by relevance
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_column_dfs.h | 43 …column_dfs_traits(Index jcol, Index& jsuper, typename SparseLUImpl<Scalar, Index>::GlobalLU_t& glu… in column_dfs_traits() 44 : m_jcol(jcol), m_jsuper_ref(jsuper), m_glu(glu), m_luImpl(luImpl) in column_dfs_traits() 96 Index jsuper = glu.supno(jcol); in column_dfs() local 101 column_dfs_traits<IndexVector, ScalarVector> traits(jcol, jsuper, glu, *this); in column_dfs() 134 if ( (nextl-jptr != jptr-jm1ptr-1) ) jsuper = emptyIdxLU; in column_dfs() 138 if ( (jcol - fsupc) >= maxsuper) jsuper = emptyIdxLU; in column_dfs() 145 if (jsuper == emptyIdxLU) in column_dfs()
|
/external/e2fsprogs/e2fsck/ |
D | journal.c | 231 struct ext2_super_block jsuper; in e2fsck_get_journal() local 407 memcpy(&jsuper, start ? bh->b_data : bh->b_data + 1024, in e2fsck_get_journal() 408 sizeof(jsuper)); in e2fsck_get_journal() 411 if (jsuper.s_magic == ext2fs_swab16(EXT2_SUPER_MAGIC)) in e2fsck_get_journal() 412 ext2fs_swap_super(&jsuper); in e2fsck_get_journal() 414 if (jsuper.s_magic != EXT2_SUPER_MAGIC || in e2fsck_get_journal() 415 !(jsuper.s_feature_incompat & EXT3_FEATURE_INCOMPAT_JOURNAL_DEV)) { in e2fsck_get_journal() 421 if (memcmp(jsuper.s_uuid, ctx->fs->super->s_journal_uuid, in e2fsck_get_journal() 422 sizeof(jsuper.s_uuid))) { in e2fsck_get_journal() 428 maxlen = ext2fs_blocks_count(&jsuper); in e2fsck_get_journal()
|