Home
last modified time | relevance | path

Searched refs:jsuper (Results 1 – 3 of 3) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
DSparseLU_column_dfs.h43 …column_dfs_traits(Index jcol, Index& jsuper, typename SparseLUImpl<Scalar, StorageIndex>::GlobalLU… in column_dfs_traits()
44 : m_jcol(jcol), m_jsuper_ref(jsuper), m_glu(glu), m_luImpl(luImpl) in column_dfs_traits()
98 Index jsuper = glu.supno(jcol); in column_dfs() local
103 column_dfs_traits<IndexVector, ScalarVector> traits(jcol, jsuper, glu, *this); in column_dfs()
136 if ( (nextl-jptr != jptr-jm1ptr-1) ) jsuper = emptyIdxLU; in column_dfs()
140 if ( (jcol - fsupc) >= maxsuper) jsuper = emptyIdxLU; in column_dfs()
147 if (jsuper == emptyIdxLU) in column_dfs()
/external/e2fsprogs/debugfs/
Djournal.c288 struct ext2_super_block jsuper; in ext2fs_get_journal() local
446 memcpy(&jsuper, start ? bh->b_data : in ext2fs_get_journal()
448 sizeof(jsuper)); in ext2fs_get_journal()
450 if (jsuper.s_magic == ext2fs_swab16(EXT2_SUPER_MAGIC)) in ext2fs_get_journal()
451 ext2fs_swap_super(&jsuper); in ext2fs_get_journal()
453 if (jsuper.s_magic != EXT2_SUPER_MAGIC || in ext2fs_get_journal()
454 !ext2fs_has_feature_journal_dev(&jsuper)) { in ext2fs_get_journal()
460 if (memcmp(jsuper.s_uuid, fs->super->s_journal_uuid, in ext2fs_get_journal()
461 sizeof(jsuper.s_uuid))) { in ext2fs_get_journal()
468 if (ext2fs_has_feature_metadata_csum(&jsuper)) { in ext2fs_get_journal()
[all …]
/external/e2fsprogs/e2fsck/
Djournal.c282 struct ext2_super_block jsuper; in e2fsck_get_journal() local
457 memcpy(&jsuper, start ? bh->b_data : bh->b_data + SUPERBLOCK_OFFSET, in e2fsck_get_journal()
458 sizeof(jsuper)); in e2fsck_get_journal()
460 if (jsuper.s_magic == ext2fs_swab16(EXT2_SUPER_MAGIC)) in e2fsck_get_journal()
461 ext2fs_swap_super(&jsuper); in e2fsck_get_journal()
463 if (jsuper.s_magic != EXT2_SUPER_MAGIC || in e2fsck_get_journal()
464 !ext2fs_has_feature_journal_dev(&jsuper)) { in e2fsck_get_journal()
471 if (memcmp(jsuper.s_uuid, ctx->fs->super->s_journal_uuid, in e2fsck_get_journal()
472 sizeof(jsuper.s_uuid))) { in e2fsck_get_journal()
480 if (ext2fs_has_feature_metadata_csum(&jsuper)) { in e2fsck_get_journal()
[all …]