HomeSort by relevance Sort by last modified time
    Searched full:jsuper (Results 1 - 3 of 3) sorted by null

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

Completed in 350 milliseconds