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

  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jdhuff.c 158 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++;
fpdfapi_jchuff.c 188 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/qemu/target-i386/
hax-interface.h 164 uint16_t _si; member in union:vcpu_state_t::__anon13827::__anon13828::__anon13839

Completed in 190 milliseconds