/external/lzma/CPP/Common/ |
AutoPtr.h | 8 T *_p;
member in class:CMyAutoPtr 10 CMyAutoPtr(T *p = 0) : _p(p) {}
11 CMyAutoPtr(CMyAutoPtr<T>& p): _p(p.release()) {}
17 ~CMyAutoPtr() { delete _p; }
18 T& operator*() const { return *_p; }
20 T* get() const { return _p; }
23 T *tmp = _p;
24 _p = 0;
29 if (p != _p)
30 delete _p;
[all...] |
MyCom.h | 15 T* _p;
member in class:CMyComPtr 18 CMyComPtr() { _p = NULL;}
19 CMyComPtr(T* p) {if ((_p = p) != NULL) p->AddRef(); }
22 if ((_p = lp._p) != NULL)
23 _p->AddRef();
25 ~CMyComPtr() { if (_p) _p->Release(); }
26 void Release() { if (_p) { _p->Release(); _p = NULL; } } [all...] |
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
glGetBufferPointerv.cpp | 6 GLvoid* _p; local 8 glGetBufferPointerv((GLenum)target, (GLenum)pname, &_p); 9 return _env->NewDirectByteBuffer(_p, _mapLength);
|
glMapBufferRange.cpp | 5 GLvoid* _p = glMapBufferRange((GLenum)target, local 8 if (_p) { 9 _buf = _env->NewDirectByteBuffer(_p, length);
|
/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/upstream-openbsd/lib/libc/stdio/ |
rget.c | 48 return (*fp->_p++);
|
fgetln.c | 79 if ((p = memchr((void *)fp->_p, '\n', fp->_r)) != NULL) { 86 ret = (char *)fp->_p; 87 *lenp = len = p - fp->_p; 90 fp->_p = p; 115 (void)memcpy((void *)(fp->_lb._base + off), (void *)fp->_p, 120 if ((p = memchr((void *)fp->_p, '\n', fp->_r)) == NULL) 125 diff = p - fp->_p; 129 (void)memcpy((void *)(fp->_lb._base + off), (void *)fp->_p, 132 fp->_p = p;
|
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;
|
/external/clang/test/Sema/ |
inline-asm-validate.c | 6 __asm__ __volatile__( "stxr %w[_t], %[_r], [%[_p]]" : [_t] "=&r" (t) : [_p] "p" (p), [_r] "r" (r) : "memory"); // expected-warning{{value size does not match register size specified by the constraint and modifier}} expected-note {{use constraint modifier "w"}}
|
/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/toybox/tests/ |
lsattr.test | 132 _p=$PWD 137 testing "lsattr file_path" "lsattr $_p/file" "$_A $_p/file\n" "" "" 139 testing "lsattr -R file_path" "lsattr -R $_p/file" "$_A $_p/file\n" "" "" 141 testing "lsattr -a file_path" "lsattr -a $_p/file" "$_A $_p/file\n" "" "" 143 testing "lsattr -d dir_path" "lsattr -d $_p" "$_b $_p\n" "" "" 145 testing "lsattr -d file_path" "lsattr -d $_p/file" "$_A $_p/file\n" "" " [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;
|
/bionic/libc/stdio/ |
local.h | 128 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) 129 static __inline int __sputc(int _c, FILE* _p) { 130 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n')) { 131 return (*_p->_p++ = _c); 133 return (__swbuf(_c, _p));
|
/hardware/intel/common/wrs_omxil_core/utils/inc/ |
log.h | 36 #define LOG(_p, ...) \ 37 fprintf(stderr, _p "/" LOG_TAG ": " __VA_ARGS__)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ctype.h | 237 #define _iswalpha_l(_c,_p) (_iswctype_l(_c,_ALPHA,_p)) 238 #define _iswupper_l(_c,_p) (_iswctype_l(_c,_UPPER,_p)) 239 #define _iswlower_l(_c,_p) (_iswctype_l(_c,_LOWER,_p)) 240 #define _iswdigit_l(_c,_p) (_iswctype_l(_c,_DIGIT,_p)) 241 #define _iswxdigit_l(_c,_p) (_iswctype_l(_c,_HEX,_p)) [all...] |
/external/clang/test/Analysis/Inputs/ |
system-header-simulator-for-simple-stream.h | 9 unsigned char *_p; member in struct:__sFILE
|
/external/clang/test/CodeGen/ |
arm-asm-variable.c | 16 "ldrexd%[_rl], %[_rh], [%[_p]]" \ 18 : [_p] "p" (p) : "memory");
|