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

  /external/eigen/Eigen/src/SparseCore/
SparseColEtree.h 79 StorageIndex pcol = col; local
80 if(perm) pcol = perm[col];
81 for (typename MatrixType::InnerIterator it(mat, pcol); it; ++it)
101 StorageIndex pcol = col; local
102 if(perm) pcol = perm[col];
103 for (typename MatrixType::InnerIterator it(mat, pcol); it||!found_diag; ++it)
  /external/pdfium/third_party/libopenjpeg20/
jp2.h 110 OPJ_BYTE mtyp, pcol; member in struct:opj_jp2_cmap_comp
jp2.c 963 OPJ_BYTE pcol = cmap[i].pcol; local
1041 OPJ_UINT16 i, nr_channels, cmp, pcol; local
    [all...]

Completed in 73 milliseconds