HomeSort by relevance Sort by last modified time
    Searched refs:_p (Results 26 - 50 of 203) sorted by null

12 3 4 5 6 7 8 9

  /external/libopus/tests/
test_opus_common.h 28 static OPUS_INLINE void deb2_impl(unsigned char *_t,unsigned char **_p,int _k,int _x,int _y)
32 if(_y<3)for(i=0;i<_y;i++)*(--*_p)=_t[i+1];
35 deb2_impl(_t,_p,_k,_x+1,_y);
38 deb2_impl(_t,_p,_k,_x+1,_x);
  /external/opencv/cv/src/
cvswitcher.cpp 46 { (void**)&func_name##_p, (void*)(size_t)-1, names, modules, 0 },
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fvwrite.c 66 #define COPY(n) (void)memcpy((void *)fp->_p, (void *)p, (size_t)(n))
107 size_t blen = fp->_p - fp->_bf._base;
122 fp->_p = _base + blen;
130 fp->_p += w;
132 } else if (fp->_p > fp->_bf._base && len > w) {
136 fp->_p += w;
149 fp->_p += w;
173 if (fp->_p > fp->_bf._base && s > w) {
176 fp->_p += w;
187 fp->_p += w
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/
stdio.h 102 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
108 unsigned char *_p; /* current position in (some) buffer */ member in struct:__sFILE
126 unsigned char *_up; /* saved _p when _p is doing ungetc data */
159 #define __SMOD 0x2000 /* true => fgetln modified _p text */
370 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
372 static __inline int __sputc(int _c, FILE *_p) {
373 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n')
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x-google/include-fixed/
stdio.h 102 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
108 unsigned char *_p; /* current position in (some) buffer */ member in struct:__sFILE
126 unsigned char *_up; /* saved _p when _p is doing ungetc data */
159 #define __SMOD 0x2000 /* true => fgetln modified _p text */
370 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
372 static __inline int __sputc(int _c, FILE *_p) {
373 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n')
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/
stdio.h 102 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
108 unsigned char *_p; /* current position in (some) buffer */ member in struct:__sFILE
126 unsigned char *_up; /* saved _p when _p is doing ungetc data */
159 #define __SMOD 0x2000 /* true => fgetln modified _p text */
370 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
372 static __inline int __sputc(int _c, FILE *_p) {
373 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n')
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x-google/include-fixed/
stdio.h 102 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
108 unsigned char *_p; /* current position in (some) buffer */ member in struct:__sFILE
126 unsigned char *_up; /* saved _p when _p is doing ungetc data */
159 #define __SMOD 0x2000 /* true => fgetln modified _p text */
370 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
372 static __inline int __sputc(int _c, FILE *_p) {
373 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n')
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stdio.h 114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
120 unsigned char *_p; /* current position in (some) buffer */ member in struct:__sFILE
138 unsigned char *_up; /* saved _p when _p is doing ungetc data */
171 #define __SMOD 0x2000 /* true => fgetln modified _p text */
380 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
382 static __inline int __sputc(int _c, FILE *_p) {
383 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n')
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stdio.h 114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
120 unsigned char *_p; /* current position in (some) buffer */ member in struct:__sFILE
138 unsigned char *_up; /* saved _p when _p is doing ungetc data */
171 #define __SMOD 0x2000 /* true => fgetln modified _p text */
380 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
382 static __inline int __sputc(int _c, FILE *_p) {
383 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n')
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stdio.h 114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
120 unsigned char *_p; /* current position in (some) buffer */ member in struct:__sFILE
138 unsigned char *_up; /* saved _p when _p is doing ungetc data */
171 #define __SMOD 0x2000 /* true => fgetln modified _p text */
380 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
382 static __inline int __sputc(int _c, FILE *_p) {
383 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n')
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
stdio.h 114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
120 unsigned char *_p; /* current position in (some) buffer */ member in struct:__sFILE
138 unsigned char *_up; /* saved _p when _p is doing ungetc data */
171 #define __SMOD 0x2000 /* true => fgetln modified _p text */
380 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
382 static __inline int __sputc(int _c, FILE *_p) {
383 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n')
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
stdio.h 114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
120 unsigned char *_p; /* current position in (some) buffer */ member in struct:__sFILE
138 unsigned char *_up; /* saved _p when _p is doing ungetc data */
171 #define __SMOD 0x2000 /* true => fgetln modified _p text */
380 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
382 static __inline int __sputc(int _c, FILE *_p) {
383 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n')
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
stdio.h 114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
120 unsigned char *_p; /* current position in (some) buffer */ member in struct:__sFILE
138 unsigned char *_up; /* saved _p when _p is doing ungetc data */
171 #define __SMOD 0x2000 /* true => fgetln modified _p text */
380 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
382 static __inline int __sputc(int _c, FILE *_p) {
383 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n')
    [all...]
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
stdio.h 114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
120 unsigned char *_p; /* current position in (some) buffer */ member in struct:__sFILE
138 unsigned char *_up; /* saved _p when _p is doing ungetc data */
171 #define __SMOD 0x2000 /* true => fgetln modified _p text */
382 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
384 static __inline int __sputc(int _c, FILE *_p) {
385 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n')
    [all...]
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/
stdio.h 114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
120 unsigned char *_p; /* current position in (some) buffer */ member in struct:__sFILE
138 unsigned char *_up; /* saved _p when _p is doing ungetc data */
171 #define __SMOD 0x2000 /* true => fgetln modified _p text */
382 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
384 static __inline int __sputc(int _c, FILE *_p) {
385 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n')
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
stdio.h 114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
120 unsigned char *_p; /* current position in (some) buffer */ member in struct:__sFILE
138 unsigned char *_up; /* saved _p when _p is doing ungetc data */
171 #define __SMOD 0x2000 /* true => fgetln modified _p text */
382 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
384 static __inline int __sputc(int _c, FILE *_p) {
385 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n')
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
stdio.h 114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
120 unsigned char *_p; /* current position in (some) buffer */ member in struct:__sFILE
138 unsigned char *_up; /* saved _p when _p is doing ungetc data */
171 #define __SMOD 0x2000 /* true => fgetln modified _p text */
382 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
384 static __inline int __sputc(int _c, FILE *_p) {
385 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n')
    [all...]
  /prebuilts/ndk/6/platforms/android-8/arch-arm/usr/include/
stdio.h 114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
120 unsigned char *_p; /* current position in (some) buffer */ member in struct:__sFILE
138 unsigned char *_up; /* saved _p when _p is doing ungetc data */
171 #define __SMOD 0x2000 /* true => fgetln modified _p text */
382 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
384 static __inline int __sputc(int _c, FILE *_p) {
385 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n')
    [all...]
  /prebuilts/ndk/6/platforms/android-8/arch-x86/usr/include/
stdio.h 114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
120 unsigned char *_p; /* current position in (some) buffer */ member in struct:__sFILE
138 unsigned char *_up; /* saved _p when _p is doing ungetc data */
171 #define __SMOD 0x2000 /* true => fgetln modified _p text */
382 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
384 static __inline int __sputc(int _c, FILE *_p) {
385 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n')
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
stdio.h 114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
120 unsigned char *_p; /* current position in (some) buffer */ member in struct:__sFILE
138 unsigned char *_up; /* saved _p when _p is doing ungetc data */
171 #define __SMOD 0x2000 /* true => fgetln modified _p text */
382 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
384 static __inline int __sputc(int _c, FILE *_p) {
385 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n')
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
stdio.h 114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
120 unsigned char *_p; /* current position in (some) buffer */ member in struct:__sFILE
138 unsigned char *_up; /* saved _p when _p is doing ungetc data */
171 #define __SMOD 0x2000 /* true => fgetln modified _p text */
382 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
384 static __inline int __sputc(int _c, FILE *_p) {
385 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n')
    [all...]
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
stdio.h 114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
120 unsigned char *_p; /* current position in (some) buffer */ member in struct:__sFILE
138 unsigned char *_up; /* saved _p when _p is doing ungetc data */
171 #define __SMOD 0x2000 /* true => fgetln modified _p text */
382 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
384 static __inline int __sputc(int _c, FILE *_p) {
385 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n')
    [all...]
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
stdio.h 114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
120 unsigned char *_p; /* current position in (some) buffer */ member in struct:__sFILE
138 unsigned char *_up; /* saved _p when _p is doing ungetc data */
171 #define __SMOD 0x2000 /* true => fgetln modified _p text */
382 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
384 static __inline int __sputc(int _c, FILE *_p) {
385 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n')
    [all...]
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
stdio.h 114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
120 unsigned char *_p; /* current position in (some) buffer */ member in struct:__sFILE
138 unsigned char *_up; /* saved _p when _p is doing ungetc data */
171 #define __SMOD 0x2000 /* true => fgetln modified _p text */
382 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
384 static __inline int __sputc(int _c, FILE *_p) {
385 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n')
    [all...]
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/
stdio.h 114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
120 unsigned char *_p; /* current position in (some) buffer */ member in struct:__sFILE
138 unsigned char *_up; /* saved _p when _p is doing ungetc data */
171 #define __SMOD 0x2000 /* true => fgetln modified _p text */
382 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
384 static __inline int __sputc(int _c, FILE *_p) {
385 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n')
    [all...]

Completed in 4098 milliseconds

12 3 4 5 6 7 8 9