HomeSort by relevance Sort by last modified time
    Searched refs:cshift (Results 1 - 9 of 9) sorted by null

  /bionic/libc/bionic/
hash.h 62 cshift (u_int32_t x, unsigned int n) function
md5.c 67 a = b + cshift(a + OP(b,c,d) + X[k] + (i), s)
188 temp1 = cshift(t, 16);
  /system/vold/
hash.h 62 cshift (u_int32_t x, unsigned int n) function
  /external/jpeg/
wrgif.c 224 int cshift = dinfo->cinfo->data_precision - 8; local
265 putc(GETJSAMPLE(colormap[0][i]) >> cshift, dinfo->pub.output_file);
266 putc(GETJSAMPLE(colormap[1][i]) >> cshift, dinfo->pub.output_file);
267 putc(GETJSAMPLE(colormap[2][i]) >> cshift, dinfo->pub.output_file);
270 put_3bytes(dinfo, GETJSAMPLE(colormap[0][i]) >> cshift);
  /external/stlport/stlport/stl/
_valarray.c 145 // Shift and cshift
165 valarray<_Tp> valarray<_Tp>::cshift(int __m) const {
_valarray.h 348 valarray<_Tp> cshift(int __n) const;
    [all...]
  /ndk/sources/android/stlport/stlport/stl/
_valarray.c 145 // Shift and cshift
165 valarray<_Tp> valarray<_Tp>::cshift(int __m) const {
_valarray.h 348 valarray<_Tp> cshift(int __n) const;
    [all...]
  /external/speex/libspeex/
ltp.c 186 int cshift=0, eshift=0; local
249 cshift = normalize16(corr, corr16, 180, end-start+1);
298 g = DIV32(SHL32(EXTEND32(corr16[i-start]),cshift), 10+SHR32(MULT16_16(spx_sqrt(e0),spx_sqrt(SHL32(EXTEND32(ener16[i-start]),eshift))),6));

Completed in 68 milliseconds