Searched refs:_si (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jdhuff.c158 int p, i, l, _si, numsymbols; local
201 _si = huffsize[0];
204 while (((int) huffsize[p]) == _si) {
211 if (((INT32) code) >= (((INT32) 1) << _si))
214 _si++;
H A Dfpdfapi_jchuff.c188 int p, i, l, lastp, _si, maxsymbol; local
229 _si = huffsize[0];
232 while (((int) huffsize[p]) == _si) {
239 if (((INT32) code) >= (((INT32) 1) << _si))
242 _si++;
/external/opencv/ml/src/
H A Dmlsvm.cpp956 CvSVMKernel* _kernel, double* _alpha, CvSVMSolutionInfo& _si )
971 if( !solve_generic( _si ))
983 double* _alpha, CvSVMSolutionInfo& _si )
1011 if( !solve_generic( _si ))
1014 inv_r = 1./_si.r;
1019 _si.rho *= inv_r;
1020 _si.obj *= (inv_r*inv_r);
1021 _si.upper_bound_p = inv_r;
1022 _si.upper_bound_n = inv_r;
1030 double* _alpha, CvSVMSolutionInfo& _si )
[all...]
/external/qemu/target-i386/
H A Dhax-interface.h164 uint16_t _si; member in union:vcpu_state_t::__anon29255::__anon29256::__anon29267

Completed in 149 milliseconds