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

1 2 3 4 5 6 7 8 910

  /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...]
  /external/chromium_org/third_party/brotli/src/brotli/enc/
port.h 72 #define BROTLI_UNALIGNED_LOAD32(_p) (*reinterpret_cast<const uint32_t *>(_p))
73 #define BROTLI_UNALIGNED_LOAD64(_p) (*reinterpret_cast<const uint64_t *>(_p))
75 #define BROTLI_UNALIGNED_STORE32(_p, _val) \
76 (*reinterpret_cast<uint32_t *>(_p) = (_val))
77 #define BROTLI_UNALIGNED_STORE64(_p, _val) \
78 (*reinterpret_cast<uint64_t *>(_p) = (_val))
97 #define BROTLI_UNALIGNED_LOAD32(_p) (*reinterpret_cast<const uint32_t *>(_p))
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
rget.c 48 return (*fp->_p++);
fgetln.c 86 if ((p = memchr((void *)fp->_p, '\n', fp->_r)) != NULL) {
93 ret = (char *)fp->_p;
94 *lenp = len = p - fp->_p;
97 fp->_p = p;
122 (void)memcpy((void *)(fp->_lb._base + off), (void *)fp->_p,
127 if ((p = memchr((void *)fp->_p, '\n', fp->_r)) == NULL)
132 diff = p - fp->_p;
136 (void)memcpy((void *)(fp->_lb._base + off), (void *)fp->_p,
139 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;
fread.c 72 (void)memcpy((void *)p, (void *)fp->_p, (size_t)r);
73 fp->_p += r;
83 (void)memcpy((void *)p, (void *)fp->_p, resid);
85 fp->_p += resid;
  /external/clang/test/Sema/
inline-asm-validate.c 7 __asm__ __volatile__( "stxr %w[_t], %[_r], [%[_p]]" : [_t] "=&r" (t) : [_p] "p" (p), [_r] "r" (r) : "memory");
  /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;
  /bionic/libc/stdio/
local.h 125 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
126 static __inline int __sputc(int _c, FILE* _p) {
127 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n')) {
128 return (*_p->_p++ = _c);
130 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/chromium_org/third_party/opus/src/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);

Completed in 374 milliseconds

1 2 3 4 5 6 7 8 910