HomeSort by relevance Sort by last modified time
    Searched refs:_r (Results 76 - 100 of 166) sorted by null

1 2 34 5 6 7

  /frameworks/native/opengl/libs/EGL/
trace.cpp 349 #define GL_ENTRY(_r, _api, ...) Tracing_ ## _api,
410 #define GL_ENTRY(_r, _api, ...) Systrace_ ## _api,
451 _type _r = _c->_api _argList; \
453 return _r; \
463 #define GL_ENTRY(_r, _api, ...) ErrorTrace_ ## _api,
egl.cpp 357 #define GL_ENTRY(_r, _api, ...) #_api,
358 #define EGL_ENTRY(_r, _api, ...) #_api,
  /bionic/libc/stdio/
freopen.c 112 fp->_r = 0;
  /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++))
  /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++))
  /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++))

Completed in 1632 milliseconds

1 2 34 5 6 7