HomeSort by relevance Sort by last modified time
    Searched defs:_r (Results 1 - 25 of 56) sorted by null

1 2 3

  /frameworks/native/opengl/tests/hwc/
hwcTestLib.h 76 ColorRGB(): _r(0.0), _g(0.0), _b(0.0) {};
77 ColorRGB(float f): _r(f), _g(f), _b(f) {}; // Gray
78 ColorRGB(float r, float g, float b): _r(r), _g(g), _b(b) {};
79 float r(void) const { return _r; }
84 float _r; member in class:ColorRGB
  /bionic/libc/include/
stdio.h 100 * if _flags&__SWR, _r is 0
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
121 int _r; /* read space left for getc() */ member in struct:__sFILE
139 int _ur; /* saved _r when _r is counting ungetc data */
401 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
  /development/ndk/platforms/android-3/include/
stdio.h 100 * if _flags&__SWR, _r is 0
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
121 int _r; /* read space left for getc() */ member in struct:__sFILE
139 int _ur; /* saved _r when _r is counting ungetc data */
382 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
  /development/ndk/platforms/android-8/include/
stdio.h 100 * if _flags&__SWR, _r is 0
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
121 int _r; /* read space left for getc() */ member in struct:__sFILE
139 int _ur; /* saved _r when _r is counting ungetc data */
382 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
  /external/opencv/cv/src/
cvundistort.cpp 274 CvMat _r = cvMat( 3, 3, CV_64F, r ); local
336 cvConvert( R, &_r ); // rectification matrix
337 cvMatMul( &_ar, &_r, &_r ); // Ar*R
338 cvInvert( &_r, &_ir ); // inverse: R^-1*Ar^-1
373 const CvMat* _R, const CvMat* _P )
407 if( _R )
409 CV_ASSERT( CV_IS_MAT(_R) && _R->rows == 3 && _R->cols == 3 )
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/
stdio.h 109 * if _flags&__SWR, _r is 0
123 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
130 int _r; /* read space left for getc() */ member in struct:__sFILE
148 int _ur; /* saved _r when _r is counting ungetc data */
391 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/
stdio.h 109 * if _flags&__SWR, _r is 0
123 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
130 int _r; /* read space left for getc() */ member in struct:__sFILE
148 int _ur; /* saved _r when _r is counting ungetc data */
391 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/
stdio.h 109 * if _flags&__SWR, _r is 0
123 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
130 int _r; /* read space left for getc() */ member in struct:__sFILE
148 int _ur; /* saved _r when _r is counting ungetc data */
391 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/
stdio.h 109 * if _flags&__SWR, _r is 0
123 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
130 int _r; /* read space left for getc() */ member in struct:__sFILE
148 int _ur; /* saved _r when _r is counting ungetc data */
391 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stdio.h 100 * if _flags&__SWR, _r is 0
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
121 int _r; /* read space left for getc() */ member in struct:__sFILE
139 int _ur; /* saved _r when _r is counting ungetc data */
380 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stdio.h 100 * if _flags&__SWR, _r is 0
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
121 int _r; /* read space left for getc() */ member in struct:__sFILE
139 int _ur; /* saved _r when _r is counting ungetc data */
380 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stdio.h 100 * if _flags&__SWR, _r is 0
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
121 int _r; /* read space left for getc() */ member in struct:__sFILE
139 int _ur; /* saved _r when _r is counting ungetc data */
380 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
stdio.h 100 * if _flags&__SWR, _r is 0
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
121 int _r; /* read space left for getc() */ member in struct:__sFILE
139 int _ur; /* saved _r when _r is counting ungetc data */
380 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
stdio.h 100 * if _flags&__SWR, _r is 0
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
121 int _r; /* read space left for getc() */ member in struct:__sFILE
139 int _ur; /* saved _r when _r is counting ungetc data */
380 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
stdio.h 100 * if _flags&__SWR, _r is 0
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
121 int _r; /* read space left for getc() */ member in struct:__sFILE
139 int _ur; /* saved _r when _r is counting ungetc data */
380 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
stdio.h 100 * if _flags&__SWR, _r is 0
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
121 int _r; /* read space left for getc() */ member in struct:__sFILE
139 int _ur; /* saved _r when _r is counting ungetc data */
382 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/
stdio.h 100 * if _flags&__SWR, _r is 0
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
121 int _r; /* read space left for getc() */ member in struct:__sFILE
139 int _ur; /* saved _r when _r is counting ungetc data */
382 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
stdio.h 100 * if _flags&__SWR, _r is 0
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
121 int _r; /* read space left for getc() */ member in struct:__sFILE
139 int _ur; /* saved _r when _r is counting ungetc data */
382 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
stdio.h 100 * if _flags&__SWR, _r is 0
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
121 int _r; /* read space left for getc() */ member in struct:__sFILE
139 int _ur; /* saved _r when _r is counting ungetc data */
382 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
  /prebuilts/ndk/6/platforms/android-8/arch-arm/usr/include/
stdio.h 100 * if _flags&__SWR, _r is 0
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
121 int _r; /* read space left for getc() */ member in struct:__sFILE
139 int _ur; /* saved _r when _r is counting ungetc data */
382 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
  /prebuilts/ndk/6/platforms/android-8/arch-x86/usr/include/
stdio.h 100 * if _flags&__SWR, _r is 0
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
121 int _r; /* read space left for getc() */ member in struct:__sFILE
139 int _ur; /* saved _r when _r is counting ungetc data */
382 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
stdio.h 100 * if _flags&__SWR, _r is 0
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
121 int _r; /* read space left for getc() */ member in struct:__sFILE
139 int _ur; /* saved _r when _r is counting ungetc data */
382 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
stdio.h 100 * if _flags&__SWR, _r is 0
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
121 int _r; /* read space left for getc() */ member in struct:__sFILE
139 int _ur; /* saved _r when _r is counting ungetc data */
382 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
stdio.h 100 * if _flags&__SWR, _r is 0
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
121 int _r; /* read space left for getc() */ member in struct:__sFILE
139 int _ur; /* saved _r when _r is counting ungetc data */
382 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
stdio.h 100 * if _flags&__SWR, _r is 0
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
121 int _r; /* read space left for getc() */ member in struct:__sFILE
139 int _ur; /* saved _r when _r is counting ungetc data */
382 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))

Completed in 1879 milliseconds

1 2 3