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

1 2 3 4 5

  /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 73 ColorRGB(): _r(0.0), _g(0.0), _b(0.0) {};
74 ColorRGB(float f): _r(f), _g(f), _b(f) {}; // Gray
75 ColorRGB(float r, float g, float b): _r(r), _g(g), _b(b) {};
76 float r(void) const { return _r; }
81 float _r; member in class:ColorRGB
  /hardware/samsung_slsi/exynos5/gralloc/
framebuffer.cpp 114 unsigned int _x, _y, _r; local
127 ret = sscanf(buf, "U:%ux%up-%u", &_x, &_y, &_r);
132 _x, _y, _r, fbname);
136 *refresh = (int32_t)_r;
  /bionic/libc/include/
stdio.h 83 * if _flags&__SWR, _r is 0
97 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
104 int _r; /* read space left for getc() */ member in struct:__sFILE
127 int _ur; /* saved _r when _r is counting ungetc data */
  /development/ndk/platforms/android-L/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 */
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/lib/gcc/aarch64-linux-android/4.8/include-fixed/
stdio.h 83 * if _flags&__SWR, _r is 0
97 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
104 int _r; /* read space left for getc() */ member in struct:__sFILE
122 int _ur; /* saved _r when _r is counting ungetc data */
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include-fixed/
stdio.h 83 * if _flags&__SWR, _r is 0
97 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
104 int _r; /* read space left for getc() */ member in struct:__sFILE
122 int _ur; /* saved _r when _r is counting ungetc data */
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/include-fixed/
stdio.h 83 * if _flags&__SWR, _r is 0
97 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
104 int _r; /* read space left for getc() */ member in struct:__sFILE
122 int _ur; /* saved _r when _r is counting ungetc data */
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/lib/gcc/aarch64-linux-android/4.8/include-fixed/
stdio.h 83 * if _flags&__SWR, _r is 0
97 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
104 int _r; /* read space left for getc() */ member in struct:__sFILE
122 int _ur; /* saved _r when _r is counting ungetc data */
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include-fixed/
stdio.h 83 * if _flags&__SWR, _r is 0
97 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
104 int _r; /* read space left for getc() */ member in struct:__sFILE
122 int _ur; /* saved _r when _r is counting ungetc data */
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/include-fixed/
stdio.h 83 * if _flags&__SWR, _r is 0
97 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
104 int _r; /* read space left for getc() */ member in struct:__sFILE
122 int _ur; /* saved _r when _r is counting ungetc data */
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include-fixed/
stdio.h 83 * if _flags&__SWR, _r is 0
97 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
104 int _r; /* read space left for getc() */ member in struct:__sFILE
122 int _ur; /* saved _r when _r is counting ungetc data */
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
stdio.h 89 * if _flags&__SWR, _r is 0
103 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
110 int _r; /* read space left for getc() */ member in struct:__sFILE
133 int _ur; /* saved _r when _r is counting ungetc data */
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
stdio.h 89 * if _flags&__SWR, _r is 0
103 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
110 int _r; /* read space left for getc() */ member in struct:__sFILE
133 int _ur; /* saved _r when _r is counting ungetc data */
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
stdio.h 89 * if _flags&__SWR, _r is 0
103 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
110 int _r; /* read space left for getc() */ member in struct:__sFILE
133 int _ur; /* saved _r when _r is counting ungetc data */
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
stdio.h 89 * if _flags&__SWR, _r is 0
103 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
110 int _r; /* read space left for getc() */ member in struct:__sFILE
133 int _ur; /* saved _r when _r is counting ungetc data */
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
stdio.h 89 * if _flags&__SWR, _r is 0
103 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
110 int _r; /* read space left for getc() */ member in struct:__sFILE
133 int _ur; /* saved _r when _r is counting ungetc data */
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
stdio.h 89 * if _flags&__SWR, _r is 0
103 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
110 int _r; /* read space left for getc() */ member in struct:__sFILE
133 int _ur; /* saved _r when _r is counting ungetc data */
  /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.8/lib/gcc/arm-eabi/4.8/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++))

Completed in 2044 milliseconds

1 2 3 4 5