Searched refs:jsrc (Results 1 - 2 of 2) sorted by relevance

/external/libvncserver/common/
H A Dturbojpeg.c92 struct jpeg_source_mgr jsrc; member in struct:_tjinstance
655 this->dinfo.src=&this->jsrc;
656 this->jsrc.init_source=src_noop;
657 this->jsrc.fill_input_buffer=fill_input_buffer;
658 this->jsrc.skip_input_data=skip_input_data;
659 this->jsrc.resync_to_restart=jpeg_resync_to_restart;
660 this->jsrc.term_source=src_noop;
700 this->jsrc.bytes_in_buffer=jpegSize;
701 this->jsrc.next_input_byte=jpegBuf;
772 this->jsrc
[all...]
/external/eigen/Eigen/src/SparseCore/
H A DSparsePermutation.h70 Index jsrc = ((Side==OnTheRight) ^ Transposed) ? jp : j; local
72 for(typename MatrixTypeNestedCleaned::InnerIterator it(m_matrix,jsrc); it; ++it)

Completed in 265 milliseconds