/external/lzma/CPP/Common/ |
D | MyCom.h | 15 T* _p; variable 17 CMyComPtr(): _p(NULL) {} in CMyComPtr() 18 CMyComPtr(T* p) throw() { if ((_p = p) != NULL) p->AddRef(); } in throw() 19 CMyComPtr(const CMyComPtr<T>& lp) throw() { if ((_p = lp._p) != NULL) _p->AddRef(); } in throw() 20 ~CMyComPtr() { if (_p) _p->Release(); } in ~CMyComPtr() 21 void Release() { if (_p) { _p->Release(); _p = NULL; } } in Release() 22 operator T*() const { return (T*)_p; } 24 T** operator&() { return &_p; } 25 T* operator->() const { return _p; } 30 if (_p) [all …]
|
D | AutoPtr.h | 8 T *_p; variable 10 CMyAutoPtr(T *p = 0) : _p(p) {} in _p() function 11 CMyAutoPtr(CMyAutoPtr<T>& p): _p(p.release()) {} in CMyAutoPtr() 17 ~CMyAutoPtr() { delete _p; } in ~CMyAutoPtr() local 18 T& operator*() const { return *_p; } 20 T* get() const { return _p; } in get() 23 T *tmp = _p; in release() 24 _p = 0; in release() 29 if (p != _p) 30 delete _p; variable [all …]
|
/external/arm-trusted-firmware/include/common/ |
D | param_header.h | 21 #define SET_PARAM_HEAD(_p, _type, _ver, _attr) do { \ argument 22 (_p)->h.type = (uint8_t)(_type); \ 23 (_p)->h.version = (uint8_t)(_ver); \ 24 (_p)->h.size = (uint16_t)sizeof(*(_p)); \ 25 (_p)->h.attr = (uint32_t)(_attr) ; \ 29 #define SET_STATIC_PARAM_HEAD(_p, _type, _ver, _p_type, _attr) \ argument 30 ._p.h.type = (uint8_t)(_type), \ 31 ._p.h.version = (uint8_t)(_ver), \ 32 ._p.h.size = (uint16_t)sizeof(_p_type), \ 33 ._p.h.attr = (uint32_t)(_attr)
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | BufferedTokenStream.cs | 76 protected int _p = -1; field in Antlr.Runtime.BufferedTokenStream 97 _p = -1; 105 return _p; 168 if (_p == -1) in Mark() 191 _p = 0; in Reset() 197 _p = index; in Seek() 209 if (_p == -1) in Consume() 211 _p++; in Consume() 212 Sync(_p); in Consume() 258 if (_p == -1) in Get() [all …]
|
D | CommonTokenStream.cs | 95 if (_p == -1) in Consume() 97 _p++; in Consume() 98 _p = SkipOffTokenChannels(_p); in Consume() 103 if (k == 0 || (_p - k) < 0) in LB() 106 int i = _p; in LB() 122 if (_p == -1) in LT() 128 int i = _p; in LT() 172 _p = SkipOffTokenChannels(0); in Reset() 177 _p = 0; in Setup() 178 _p = SkipOffTokenChannels(_p); in Setup()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | BufferedTokenStream.cs | 74 protected int _p = -1; field in Antlr.Runtime.BufferedTokenStream 90 _p = -1; 96 return _p; 146 if (_p == -1) in Mark() 165 _p = 0; in Reset() 170 _p = index; in Seek() 181 if (_p == -1) in Consume() 183 _p++; in Consume() 184 Sync(_p); in Consume() 225 if (_p == -1) in Get() [all …]
|
D | CommonTokenStream.cs | 84 if (_p == -1) in Consume() 86 _p++; in Consume() 87 Sync(_p); in Consume() 88 while (_tokens[_p].Channel != _channel) { in Consume() 89 _p++; in Consume() 90 Sync(_p); in Consume() 95 if (k == 0 || (_p - k) < 0) in LB() 98 int i = _p; in LB() 112 if (_p == -1) in LT() 118 int i = _p; in LT() [all …]
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/ |
D | LookaheadStream.cs | 97 _p = 0; in Reset() 117 _p++; in Dequeue() 119 if ( _p == _data.Count && _markDepth == 0 ) in Dequeue() 144 int n = ( _p + need - 1 ) - _data.Count + 1; // how many more elements we need? in SyncAhead() 183 if ((_p + k - 1) > _data.Count) in LT() 200 _lastMarker = _p; // track where we are in buffer, not absolute token index in Mark() 215 int delta = _p - marker; in Rewind() 217 _p = marker; in Rewind() 223 int delta = _p - _lastMarker; in Rewind() 225 _p = _lastMarker; in Rewind() [all …]
|
D | FastQueue.cs | 54 internal int _p = 0; field in Antlr.Runtime.Misc.FastQueue 60 return _data.Count - _p; 83 int absIndex = _p + i; 103 _p++; in Dequeue() 105 if ( _p == _data.Count ) in Dequeue() 125 _p = 0; in Clear()
|
/external/e2fsprogs/lib/ |
D | Makefile.profile | 1 all:: $(LIBRARY)_p.a 9 $(RM) -f $(LIBRARY)_p.a ../$(LIBRARY)_p.a 11 $(LIBRARY)_p.a: $(OBJS) 20 install:: $(LIBRARY)_p.a installdirs 22 $(Q) $(INSTALL_DATA) $(LIBRARY)_p.a $(DESTDIR)$(libdir)/$(LIBRARY)_p.a 23 -$(Q) $(RANLIB) $(DESTDIR)$(libdir)/$(LIBRARY)_p.a 24 $(Q) $(CHMOD) $(LIBMODE) $(DESTDIR)$(libdir)/$(LIBRARY)_p.a 27 $(RM) -f $(DESTDIR)$(libdir)/$(LIBRARY)_p.a
|
/external/arm-trusted-firmware/include/lib/psci/ |
D | psci_lib.h | 52 #define SET_PSCI_LIB_ARGS_V1(_p, _entry) do { \ argument 53 SET_PARAM_HEAD(_p, PARAM_PSCI_LIB_ARGS, VERSION_1, 0); \ 54 (_p)->mailbox_ep = (_entry); \ 68 #define VERIFY_PSCI_LIB_ARGS_V1(_p) (((_p) != NULL) \ argument 69 && ((_p)->h.type == PARAM_PSCI_LIB_ARGS) \ 70 && ((_p)->h.version == VERSION_1) \ 71 && ((_p)->h.size == sizeof(*(_p))) \ 72 && ((_p)->h.attr == 0) \ 73 && ((_p)->mailbox_ep != NULL))
|
/external/u-boot/arch/riscv/include/asm/ |
D | string.h | 29 #define memset(_p, _v, _n) \ argument 30 (typeof(_p) (p) = (_p); \ 43 #define memzero(_p, _n) \ argument 44 (typeof(_p) (p) = (_p); \
|
/external/fonttools/Lib/fontTools/pens/ |
D | t2CharStringPen.py | 55 def _p(self, pt): member in T2CharStringPen 61 self._commands.append(('rmoveto', self._p(pt))) 64 self._commands.append(('rlineto', self._p(pt))) 67 _p = self._p 68 self._commands.append(('rrcurveto', _p(pt1)+_p(pt2)+_p(pt3)))
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/ |
D | LookaheadStream.cs | 76 _p = 0; in Clear() 92 _p++; in Dequeue() 94 if (_p == _data.Count && _markDepth == 0) { in Dequeue() 115 int n = (_p + need - 1) - _data.Count + 1; // how many more elements we need? in SyncAhead() 147 if ((_p + k - 1) > _data.Count) in LT() 161 _lastMarker = _p; // track where we are in buffer, not absolute token index in Mark() 187 _p = index; in Seek()
|
D | FastQueue.cs | 52 internal int _p = 0; field in Antlr.Runtime.Misc.FastQueue 56 return _data.Count - _p; 76 int absIndex = _p + i; 95 _p++; in Dequeue() 97 if (_p == _data.Count) { in Dequeue() 113 _p = 0; in Clear()
|
/external/python/cpython3/Objects/stringlib/ |
D | codecs.h | 44 STRINGLIB_CHAR *_p = p; in STRINGLIB() local 53 _p[0] = (STRINGLIB_CHAR)(value & 0xFFu); in STRINGLIB() 54 _p[1] = (STRINGLIB_CHAR)((value >> 8) & 0xFFu); in STRINGLIB() 55 _p[2] = (STRINGLIB_CHAR)((value >> 16) & 0xFFu); in STRINGLIB() 56 _p[3] = (STRINGLIB_CHAR)((value >> 24) & 0xFFu); in STRINGLIB() 58 _p[4] = (STRINGLIB_CHAR)((value >> 32) & 0xFFu); in STRINGLIB() 59 _p[5] = (STRINGLIB_CHAR)((value >> 40) & 0xFFu); in STRINGLIB() 60 _p[6] = (STRINGLIB_CHAR)((value >> 48) & 0xFFu); in STRINGLIB() 61 _p[7] = (STRINGLIB_CHAR)((value >> 56) & 0xFFu); in STRINGLIB() 65 _p[0] = (STRINGLIB_CHAR)((value >> 56) & 0xFFu); in STRINGLIB() [all …]
|
D | find_max_char.h | 29 const unsigned char *_p = p; in STRINGLIB() local 30 while (_p < aligned_end) { in STRINGLIB() 31 unsigned long value = *(unsigned long *) _p; in STRINGLIB() 34 _p += SIZEOF_LONG; in STRINGLIB() 36 p = _p; in STRINGLIB()
|
/external/dynamic_depth/internal/base/ |
D | port.h | 1241 #define UNALIGNED_LOAD16(_p) (*reinterpret_cast<const uint16 *>(_p)) 1242 #define UNALIGNED_LOAD32(_p) (*reinterpret_cast<const uint32 *>(_p)) 1243 #define UNALIGNED_LOAD64(_p) (*reinterpret_cast<const uint64 *>(_p)) 1245 #define UNALIGNED_STORE16(_p, _val) (*reinterpret_cast<uint16 *>(_p) = (_val)) 1246 #define UNALIGNED_STORE32(_p, _val) (*reinterpret_cast<uint32 *>(_p) = (_val)) 1247 #define UNALIGNED_STORE64(_p, _val) (*reinterpret_cast<uint64 *>(_p) = (_val)) 1291 #define UNALIGNED_LOAD16(_p) \ 1292 ((reinterpret_cast<const ::base::internal::Unaligned16Struct *>(_p))->value) 1293 #define UNALIGNED_LOAD32(_p) \ 1294 ((reinterpret_cast<const ::base::internal::Unaligned32Struct *>(_p))->value) [all …]
|
/external/protobuf/src/google/protobuf/stubs/ |
D | port.h | 208 #define GOOGLE_UNALIGNED_LOAD16(_p) (*reinterpret_cast<const uint16 *>(_p)) argument 209 #define GOOGLE_UNALIGNED_LOAD32(_p) (*reinterpret_cast<const uint32 *>(_p)) argument 210 #define GOOGLE_UNALIGNED_LOAD64(_p) (*reinterpret_cast<const uint64 *>(_p)) argument 212 #define GOOGLE_UNALIGNED_STORE16(_p, _val) (*reinterpret_cast<uint16 *>(_p) = (_val)) argument 213 #define GOOGLE_UNALIGNED_STORE32(_p, _val) (*reinterpret_cast<uint32 *>(_p) = (_val)) argument 214 #define GOOGLE_UNALIGNED_STORE64(_p, _val) (*reinterpret_cast<uint64 *>(_p) = (_val)) argument
|
/external/u-boot/include/ |
D | atf_common.h | 23 #define SET_PARAM_HEAD(_p, _type, _ver, _attr) do { \ argument 24 (_p)->h.type = (uint8_t)(_type); \ 25 (_p)->h.version = (uint8_t)(_ver); \ 26 (_p)->h.size = (uint16_t)sizeof(*_p); \ 27 (_p)->h.attr = (uint32_t)(_attr) ; \
|
/external/libopus/tests/ |
D | test_opus_common.h | 28 static OPUS_INLINE void deb2_impl(unsigned char *_t,unsigned char **_p,int _k,int _x,int _y) in deb2_impl() argument 32 if(_y<3)for(i=0;i<_y;i++)*(--*_p)=_t[i+1]; in deb2_impl() 35 deb2_impl(_t,_p,_k,_x+1,_y); in deb2_impl() 38 deb2_impl(_t,_p,_k,_x+1,_x); in deb2_impl()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | CommonTreeNodeStream.cs | 199 if (_p == 0 && HasPositionInformation(PreviousElement)) in Dequeue() 223 _calls.Push( _p ); // save current index in Push() 246 object node = _data[_p]; in GetKnownPositionElement() 253 for (int index = _p - 1; index >= 0; index--) in GetKnownPositionElement()
|
/external/iputils/ninfod/ |
D | ninfod.h | 110 void *_p = (p); \ 112 DEBUG(LOG_DEBUG, "%s(): free(%p)\n", __func__, _p); \ 113 free(_p); \
|
/external/freetype/src/otvalid/ |
D | otvcommn.h | 74 FT_Bytes _table ## _p 77 FT_Bytes _table ## _p 81 _offset ## _p = p; \ 87 _offset ## _p = p; \ 106 FT_Byte* pp = (FT_Byte*)_size ## _p; \ 128 FT_Byte* pp = (FT_Byte*)_size ## _p; \
|
/external/tensorflow/tensorflow/ |
D | api_template_v1.__init__.py | 120 _site_packages_dirs += [_p for _p in _sys.path if 'site-packages' in _p]
|