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

  /frameworks/base/opengl/tests/hwc/
hwcTestLib.h 77 ColorRGB(): _r(0.0), _g(0.0), _b(0.0) {};
78 ColorRGB(float f): _r(f), _g(f), _b(f) {}; // Gray
79 ColorRGB(float r, float g, float b): _r(r), _g(g), _b(b) {};
80 float r(void) const { return _r; }
85 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 */
383 #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...]
  /prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/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++))
  /prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/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++))
  /prebuilt/ndk/android-ndk-r4/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++))
  /prebuilt/ndk/android-ndk-r4/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++))
  /prebuilt/ndk/android-ndk-r4/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++))
  /prebuilt/ndk/android-ndk-r4/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++))
  /prebuilt/ndk/android-ndk-r4/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++))
  /prebuilt/ndk/android-ndk-r4/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++))
  /prebuilt/ndk/android-ndk-r5/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++))
  /prebuilt/ndk/android-ndk-r5/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++))
  /prebuilt/ndk/android-ndk-r6/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++))
  /prebuilt/ndk/android-ndk-r6/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++))
  /prebuilt/ndk/android-ndk-r6/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++))
  /prebuilt/ndk/android-ndk-r6/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++))
  /external/opencv/cxcore/src/
cxutils.cpp 680 CvMat _r = cvMat( r->rows, r->cols, CV_64F, rd ); local
681 cvConvert( &_r, r );
    [all...]

Completed in 681 milliseconds