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

  /external/eigen/Eigen/src/SparseCore/
SparsePermutation.h 70 Index jsrc = ((Side==OnTheRight) ^ Transposed) ? jp : j; local
72 for(typename MatrixTypeNestedCleaned::InnerIterator it(m_matrix,jsrc); it; ++it)
  /external/libvncserver/common/
turbojpeg.c 92 struct jpeg_source_mgr jsrc; member in struct:_tjinstance
659 this->dinfo.src=&this->jsrc;
660 this->jsrc.init_source=src_noop;
661 this->jsrc.fill_input_buffer=fill_input_buffer;
662 this->jsrc.skip_input_data=skip_input_data;
663 this->jsrc.resync_to_restart=jpeg_resync_to_restart;
664 this->jsrc.term_source=src_noop;
704 this->jsrc.bytes_in_buffer=jpegSize;
705 this->jsrc.next_input_byte=jpegBuf;
776 this->jsrc.bytes_in_buffer=jpegSize
    [all...]

Completed in 2815 milliseconds