HomeSort by relevance Sort by last modified time
    Searched refs:_p (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /bootable/bootloader/legacy/libc/
memset.c 29 void *memset(void *_p, unsigned v, unsigned count)
31 unsigned char *p = _p;
33 return _p;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
CommonTokenStream.cs 84 if (_p == -1)
86 _p++;
87 Sync(_p);
88 while (_tokens[_p].Channel != _channel) {
89 _p++;
90 Sync(_p);
95 if (k == 0 || (_p - k) < 0)
98 int i = _p;
112 if (_p == -1)
118 int i = _p;
    [all...]
BufferedTokenStream.cs 74 protected int _p = -1; field in class:Antlr.Runtime.BufferedTokenStream
90 _p = -1;
96 return _p;
146 if (_p == -1)
165 _p = 0;
170 _p = index;
181 if (_p == -1)
183 _p++;
184 Sync(_p);
225 if (_p == -1
    [all...]
  /bionic/libc/stdio/
rget.c 48 return (*fp->_p++);
fgetln.c 85 if ((p = memchr((void *)fp->_p, '\n', fp->_r)) != NULL) {
92 ret = (char *)fp->_p;
93 *lenp = len = p - fp->_p;
96 fp->_p = p;
121 (void)memcpy((void *)(fp->_lb._base + off), (void *)fp->_p,
126 if ((p = memchr((void *)fp->_p, '\n', fp->_r)) == NULL)
131 diff = p - fp->_p;
135 (void)memcpy((void *)(fp->_lb._base + off), (void *)fp->_p,
138 fp->_p = p;
sprintf.c 56 f._bf._base = f._p = (unsigned char *)str;
61 *f._p = '\0';
ungetc.c 41 * Expand the ungetc buffer `in place'. That is, adjust fp->_p when
63 fp->_p = p;
72 fp->_p = p + i;
114 *--fp->_p = c;
126 if (fp->_bf._base != NULL && fp->_p > fp->_bf._base &&
127 fp->_p[-1] == c) {
128 fp->_p--;
137 fp->_up = fp->_p;
141 fp->_p = &fp->_ubuf[sizeof(fp->_ubuf) - 1];
vsnprintf.c 59 f._bf._base = f._p = (unsigned char *)str;
62 *f._p = '\0';
vsprintf.c 54 f._bf._base = f._p = (unsigned char *)str;
57 *f._p = '\0';
wbuf.c 72 n = fp->_p - fp->_bf._base;
79 *fp->_p++ = c;
fvwrite.c 66 #define COPY(n) (void)memcpy((void *)fp->_p, (void *)p, (size_t)(n))
111 size_t blen = fp->_p - fp->_bf._base;
126 fp->_p = _base + blen;
134 fp->_p += w;
136 } else if (fp->_p > fp->_bf._base && (int)len > w) {
140 fp->_p += w;
153 fp->_p += w;
177 if (fp->_p > fp->_bf._base && s > w) {
180 fp->_p += w;
191 fp->_p += w
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
CommonTokenStream.cs 95 if (_p == -1)
97 _p++;
98 _p = SkipOffTokenChannels(_p);
103 if (k == 0 || (_p - k) < 0)
106 int i = _p;
122 if (_p == -1)
128 int i = _p;
171 _p = 0;
172 _p = SkipOffTokenChannels(_p)
    [all...]
BufferedTokenStream.cs 76 protected int _p = -1; field in class:Antlr.Runtime.BufferedTokenStream
97 _p = -1;
105 return _p;
168 if (_p == -1)
191 _p = 0;
197 _p = index;
209 if (_p == -1)
211 _p++;
212 Sync(_p);
258 if (_p == -1
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
FastQueue.cs 52 internal int _p = 0; field in class:Antlr.Runtime.Misc.FastQueue
56 return _data.Count - _p;
76 int absIndex = _p + i;
95 _p++;
97 if (_p == _data.Count) {
113 _p = 0;
LookaheadStream.cs 76 _p = 0;
92 _p++;
94 if (_p == _data.Count && _markDepth == 0) {
115 int n = (_p + need - 1) - _data.Count + 1; // how many more elements we need?
147 if ((_p + k - 1) > _data.Count)
161 _lastMarker = _p; // track where we are in buffer, not absolute token index
187 _p = index;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
FastQueue.cs 54 internal int _p = 0; field in class:Antlr.Runtime.Misc.FastQueue
60 return _data.Count - _p;
83 int absIndex = _p + i;
103 _p++;
105 if ( _p == _data.Count )
125 _p = 0;
LookaheadStream.cs 91 _p = 0;
108 _p++;
110 if ( _p == _data.Count && _markDepth == 0 )
134 int n = ( _p + need - 1 ) - _data.Count + 1; // how many more elements we need?
173 if ((_p + k - 1) > _data.Count)
190 _lastMarker = _p; // track where we are in buffer, not absolute token index
223 _p = index;
  /external/clang/test/CodeGen/
arm-asm-variable.c 15 "ldrexd%[_rl], %[_rh], [%[_p]]" \
17 : [_p] "p" (p) : "memory");
  /external/opencv/cv/src/
cvswitcher.cpp 46 { (void**)&func_name##_p, (void*)(size_t)-1, names, modules, 0 },
  /external/webkit/Source/WebCore/platform/
Arena.h 85 uword _p = _a->avail; \
86 uword _q = _p + _nb; \
88 _p = (uword)ArenaAllocate(pool, _nb); \
91 p = (void *)_p;
96 uword _p = _a->avail; \
97 uword _q = _p + _incr; \
98 if (_p == (uword)(p) + ARENA_ALIGN(size) && \
  /bionic/libc/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 */
383 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
385 static __inline int __sputc(int _c, FILE *_p) {
386 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n')
    [all...]
  /development/ndk/platforms/android-3/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...]
  /development/ndk/platforms/android-8/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/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/lib/gcc/mipsel-linux-android/4.4.3/include-fixed/
stdio.h 123 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
129 unsigned char *_p; /* current position in (some) buffer */ member in struct:__sFILE
147 unsigned char *_up; /* saved _p when _p is doing ungetc data */
180 #define __SMOD 0x2000 /* true => fgetln modified _p text */
391 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
393 static __inline int __sputc(int _c, FILE *_p) {
394 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n')
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/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 401 milliseconds

1 2 3 4 5