Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SparseLU/
DSparseLU_column_bmod.h57 Index lptr, nrow, isub, irow, nextlu, new_next, ufirst; in column_bmod() local
164 ufirst = glu.xlusup(jcol) + d_fsupc; in column_bmod()
167 VectorBlock<ScalarVector> u(glu.lusup, ufirst, nsupc); in column_bmod()
171 VectorBlock<ScalarVector> l(glu.lusup, ufirst+nsupc, nrow); in column_bmod()
/external/syslinux/com32/chain/
Dpartiter.h93 uint64_t ufirst; member
Dpartiter.c144 iter->gpt.ufirst = gpth->lba_first_usable; in pi_gpt_ctor()
274 if (gp->lba_first < iter->gpt.ufirst || in notsane_gpt()