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

  /system/vold/
hash.h 62 cshift (u_int32_t x, unsigned int n) function
  /external/libjpeg-turbo/
wrgif.c 227 int cshift = dinfo->cinfo->data_precision - 8; local
268 putc(GETJSAMPLE(colormap[0][i]) >> cshift, dinfo->pub.output_file);
269 putc(GETJSAMPLE(colormap[1][i]) >> cshift, dinfo->pub.output_file);
270 putc(GETJSAMPLE(colormap[2][i]) >> cshift, dinfo->pub.output_file);
273 put_3bytes(dinfo, GETJSAMPLE(colormap[0][i]) >> cshift);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
valarray_after.h 192 valarray<value_type> cshift(int) const;
265 _Expr<_Clos, _Tp>::cshift(int __n) const function in class:_Expr
267 valarray<_Tp> __v = valarray<_Tp>(*this).cshift(__n);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
valarray_after.h 192 valarray<value_type> cshift(int) const;
265 _Expr<_Clos, _Tp>::cshift(int __n) const function in class:_Expr
267 valarray<_Tp> __v = valarray<_Tp>(*this).cshift(__n);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
valarray_after.h 192 valarray<value_type> cshift(int) const;
265 _Expr<_Clos, _Tp>::cshift(int __n) const function in class:_Expr
267 valarray<_Tp> __v = valarray<_Tp>(*this).cshift(__n);
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
valarray_after.h 192 valarray<value_type> cshift(int) const;
265 _Expr<_Clos, _Tp>::cshift(int __n) const function in class:_Expr
267 valarray<_Tp> __v = valarray<_Tp>(*this).cshift(__n);
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
valarray_after.h 192 valarray<value_type> cshift(int) const;
265 _Expr<_Clos, _Tp>::cshift(int __n) const function in class:_Expr
267 valarray<_Tp> __v = valarray<_Tp>(*this).cshift(__n);
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
valarray_after.h 192 valarray<value_type> cshift(int) const;
265 _Expr<_Clos, _Tp>::cshift(int __n) const function in class:_Expr
267 valarray<_Tp> __v = valarray<_Tp>(*this).cshift(__n);
  /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));
  /external/libvorbis/lib/
floor1.c 867 int cshift=0; local
889 cval|= bookas[k]<<cshift;
890 cshift+=csubbits;

Completed in 938 milliseconds