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

1 2 3

  /development/ndk/sources/android/libportable/arch-mips/
md_swap.c 25 register uint16_t _r; local
26 __asm volatile ("wsbh %0, %1" : "=r" (_r) : "r" (_x));
27 return _r;
32 register uint32_t _r; local
33 __asm volatile ("wsbh %0, %1; rotr %0, %0, 16" : "=r" (_r) : "r" (_x));
34 return _r;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_yuv.h 61 const float _r = CLAMP(r, 0.0f, 1.0f); local
67 const int _y = scale * ( (0.257f * _r) + (0.504f * _g) + (0.098f * _b));
68 const int _u = scale * (-(0.148f * _r) - (0.291f * _g) + (0.439f * _b));
69 const int _v = scale * ( (0.439f * _r) - (0.368f * _g) - (0.071f * _b));
113 const int _r = (298 * _y + 409 * _v + 128) >> 8; local
117 *r = CLAMP(_r, 0, 255);
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_yuv.h 61 const float _r = CLAMP(r, 0.0f, 1.0f); local
67 const int _y = scale * ( (0.257f * _r) + (0.504f * _g) + (0.098f * _b));
68 const int _u = scale * (-(0.148f * _r) - (0.291f * _g) + (0.439f * _b));
69 const int _v = scale * ( (0.439f * _r) - (0.368f * _g) - (0.071f * _b));
113 const int _r = (298 * _y + 409 * _v + 128) >> 8; local
117 *r = CLAMP(_r, 0, 255);
  /external/bison/lib/
stdio-impl.h 54 # define _r pub._r macro
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.h 74 ColorRGB(): _r(0.0), _g(0.0), _b(0.0) {};
75 ColorRGB(float f): _r(f), _g(f), _b(f) {}; // Gray
76 ColorRGB(float r, float g, float b): _r(r), _g(g), _b(b) {};
77 float r(void) const { return _r; }
82 float _r; member in class:ColorRGB
  /hardware/samsung_slsi/exynos5/gralloc/
framebuffer.cpp 115 unsigned int _x, _y, _r; local
128 ret = sscanf(buf, "U:%ux%up-%u", &_x, &_y, &_r);
133 _x, _y, _r, fbname);
137 *refresh = (int32_t)_r;
  /bionic/libc/include/
stdio.h 74 * if _flags&__SWR, _r is 0
88 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
95 int _r; /* read space left for getc() */ member in struct:__sFILE
113 int _ur; /* saved _r when _r is counting ungetc data */
373 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
  /development/ndk/platforms/android-3/include/
stdio.h 79 * if _flags&__SWR, _r is 0
93 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
100 int _r; /* read space left for getc() */ member in struct:__sFILE
118 int _ur; /* saved _r when _r is counting ungetc data */
361 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
  /development/ndk/platforms/android-8/include/
stdio.h 79 * if _flags&__SWR, _r is 0
93 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
100 int _r; /* read space left for getc() */ member in struct:__sFILE
118 int _ur; /* saved _r when _r is counting ungetc data */
361 #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/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/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/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include-fixed/
stdio.h 88 * if _flags&__SWR, _r is 0
102 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
109 int _r; /* read space left for getc() */ member in struct:__sFILE
127 int _ur; /* saved _r when _r is counting ungetc data */
370 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
  /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/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include-fixed/
stdio.h 88 * if _flags&__SWR, _r is 0
102 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
109 int _r; /* read space left for getc() */ member in struct:__sFILE
127 int _ur; /* saved _r when _r is counting ungetc data */
370 #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/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include-fixed/
stdio.h 88 * if _flags&__SWR, _r is 0
102 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
109 int _r; /* read space left for getc() */ member in struct:__sFILE
127 int _ur; /* saved _r when _r is counting ungetc data */
370 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/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/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include-fixed/
stdio.h 88 * if _flags&__SWR, _r is 0
102 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
109 int _r; /* read space left for getc() */ member in struct:__sFILE
127 int _ur; /* saved _r when _r is counting ungetc data */
370 #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/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include-fixed/
stdio.h 88 * if _flags&__SWR, _r is 0
102 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
109 int _r; /* read space left for getc() */ member in struct:__sFILE
127 int _ur; /* saved _r when _r is counting ungetc data */
370 #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/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include-fixed/
stdio.h 88 * if _flags&__SWR, _r is 0
102 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
109 int _r; /* read space left for getc() */ member in struct:__sFILE
127 int _ur; /* saved _r when _r is counting ungetc data */
370 #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++))

Completed in 1534 milliseconds

1 2 3