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

  /external/e2fsprogs/misc/
e2image.c 561 int sparse = 0; local
662 if (sparse)
663 seek_relative(fd, sparse);
664 sparse = 0;
678 sparse += fs->blocksize;
679 if (sparse > 1024*1024) {
681 sparse -= 1024*1024;
698 sparse = 0;
715 if (sparse) {
721 offset = seek_relative(fd, sparse);
    [all...]
  /external/opencv/ml/src/
ml_inner_functions.cpp 1260 const CvSparseMat* sparse = (const CvSparseMat*)sample; local
    [all...]

Completed in 2272 milliseconds