/external/lzma/CPP/Common/ |
D | MyString.cpp | 389 _limit = newLimit; in ReAlloc() 400 _limit = newLimit; in ReAlloc2() 408 _limit = len; in SetStartLen() 422 unsigned freeSize = _limit - _len; in Grow() 481 _limit = kStartStringCapacity - 1; in AString() 507 if (1 > _limit) in operator =() 512 _limit = 1; in operator =() 524 if (len > _limit) in operator =() 529 _limit = len; in operator =() 541 if (len > _limit) in operator =() [all …]
|
D | MyString.h | 249 unsigned _limit; variable 316 if (minLen > _limit) in GetBuf() 322 if (minLen > _limit) in GetBuf_SetEnd() 347 if (_limit == _len) 483 unsigned _limit; variable 553 if (minLen > _limit) in GetBuf() 559 if (minLen > _limit) in GetBuf_SetEnd() 587 if (_limit == _len)
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/ |
D | ASN1StreamParser.java | 15 private final int _limit; field in ASN1StreamParser 29 this._limit = limit; in ASN1StreamParser() 147 int length = ASN1InputStream.readLength(_in, _limit, in readObject() 157 IndefiniteLengthInputStream indIn = new IndefiniteLengthInputStream(_in, _limit); in readObject() 158 ASN1StreamParser sp = new ASN1StreamParser(indIn, _limit); in readObject() 174 DefiniteLengthInputStream defIn = new DefiniteLengthInputStream(_in, length, _limit); in readObject()
|
D | LimitedInputStream.java | 13 private int _limit; field in LimitedInputStream 20 this._limit = limit; in LimitedInputStream() 25 return _limit; in getLimit()
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/ |
D | ASN1StreamParser.java | 15 private final int _limit; field in ASN1StreamParser 29 this._limit = limit; in ASN1StreamParser() 147 int length = ASN1InputStream.readLength(_in, _limit, in readObject() 157 IndefiniteLengthInputStream indIn = new IndefiniteLengthInputStream(_in, _limit); in readObject() 158 ASN1StreamParser sp = new ASN1StreamParser(indIn, _limit); in readObject() 174 DefiniteLengthInputStream defIn = new DefiniteLengthInputStream(_in, length, _limit); in readObject()
|
D | LimitedInputStream.java | 13 private int _limit; field in LimitedInputStream 20 this._limit = limit; in LimitedInputStream() 25 return _limit; in getLimit()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
D | ASN1StreamParser.java | 13 private final int _limit; field in ASN1StreamParser 27 this._limit = limit; in ASN1StreamParser() 145 int length = ASN1InputStream.readLength(_in, _limit, in readObject() 155 IndefiniteLengthInputStream indIn = new IndefiniteLengthInputStream(_in, _limit); in readObject() 156 ASN1StreamParser sp = new ASN1StreamParser(indIn, _limit); in readObject() 172 DefiniteLengthInputStream defIn = new DefiniteLengthInputStream(_in, length, _limit); in readObject()
|
D | LimitedInputStream.java | 12 private int _limit; field in LimitedInputStream 19 this._limit = limit; in LimitedInputStream() 24 return _limit; in getLimit()
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | debug_events_monitors.py | 149 self._limit = limit # Track only the first _ alert events, for efficiency. 265 if self._limit > 0 and len(self._alerts) >= self._limit: 290 if self._limit > 0 and len(self._alerts) >= self._limit:
|
/external/python/cpython3/Lib/asyncio/ |
D | streams.py | 401 self._limit = limit 422 if self._limit != _DEFAULT_LIMIT: 459 if self._paused and len(self._buffer) <= self._limit: 482 len(self._buffer) > 2 * self._limit): 617 if offset > self._limit: 634 if isep > self._limit: 677 block = await self.read(self._limit)
|
D | subprocess.py | 24 self._limit = limit 46 self.stdout = streams.StreamReader(limit=self._limit, 53 self.stderr = streams.StreamReader(limit=self._limit,
|
/external/libwebsockets/lib/misc/ |
D | lws-struct-sqlite.c | 182 struct lwsac **ac, int start, int _limit) in lws_struct_sq3_deserialize() argument 186 int limit = _limit < 0 ? -_limit : _limit; in lws_struct_sq3_deserialize() 204 _limit < 0 ? "desc " : "", limit); in lws_struct_sq3_deserialize()
|
/external/icu/icu4c/source/test/cintltst/ |
D | uformattedvaluetst.c | 163 int32_t _start, _limit; in AssertAllPartsEqual() local 164 ucfpos_getIndexes(ucfpos, &_start, &_limit, &status); in AssertAllPartsEqual() 167 assertIntEquals(AAPE_MSG("limit"), limit, _limit); in AssertAllPartsEqual()
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | debugger_cli_common.py | 1020 self._limit = limit 1034 if len(self._commands) > self._limit: 1035 self._commands = self._commands[-self._limit:] 1072 if len(self._commands) > self._limit: 1073 self._commands = self._commands[-self._limit:]
|
/external/libaom/libaom/aom_dsp/x86/ |
D | loopfilter_sse2.c | 330 const uint8_t *_blimit, const uint8_t *_limit, in aom_lpf_horizontal_4_sse2() argument 334 _mm_loadl_epi64((const __m128i *)_limit)); in aom_lpf_horizontal_4_sse2() 355 const uint8_t *_blimit, const uint8_t *_limit, in aom_lpf_vertical_4_sse2() argument 362 _mm_loadl_epi64((const __m128i *)_limit)); in aom_lpf_vertical_4_sse2() 959 const unsigned char *_limit, in aom_lpf_horizontal_14_sse2() argument 963 __m128i limit = _mm_load_si128((const __m128i *)_limit); in aom_lpf_horizontal_14_sse2() 1253 const unsigned char *_limit, in aom_lpf_horizontal_6_sse2() argument 1258 __m128i limit = _mm_load_si128((__m128i *)_limit); in aom_lpf_horizontal_6_sse2() 1611 const unsigned char *_limit, in aom_lpf_horizontal_8_sse2() argument 1616 __m128i limit = _mm_load_si128((const __m128i *)_limit); in aom_lpf_horizontal_8_sse2() [all …]
|
D | highbd_loopfilter_sse2.c | 739 const uint8_t *_limit, const uint8_t *_thresh, int bd) { in highbd_lpf_internal_6_sse2() argument 755 get_limit(_blimit, _limit, _thresh, bd, &blimit, &limit, &thresh, &t80); in highbd_lpf_internal_6_sse2() 951 const uint8_t *_limit, in aom_highbd_lpf_horizontal_6_sse2() argument 963 _blimit, _limit, _thresh, bd); in aom_highbd_lpf_horizontal_6_sse2() 997 const unsigned char *_blimit, const unsigned char *_limit, in highbd_lpf_internal_8_sse2() argument 1017 get_limit(_blimit, _limit, _thresh, bd, &blimit, &limit, &thresh, &t80); in highbd_lpf_internal_8_sse2() 1222 const uint8_t *_limit, in aom_highbd_lpf_horizontal_8_sse2() argument 1237 &p1p0, _blimit, _limit, _thresh, bd); in aom_highbd_lpf_horizontal_8_sse2() 1276 __m128i *p1p0_out, const uint8_t *_blimit, const uint8_t *_limit, in highbd_lpf_internal_4_sse2() argument 1286 get_limit(_blimit, _limit, _thresh, bd, &blimit, &limit, &thresh, &t80); in highbd_lpf_internal_4_sse2() [all …]
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | keras_tensor.py | 560 self._limit = dim0 566 if self._index == self._limit:
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/C/ |
D | C.stg | 2735 ctx-><scopeStack(sname=scope.name,...)>_limit--; 2736 …->get(ctx-><scopeStack(sname=scope.name,...)>, ctx-><scopeStack(sname=scope.name,...)>_limit - 1)); 2778 ctx-><scopeStack(sname=scope.name,...)>_limit--; 2779 …->get(ctx-><scopeStack(sname=scope.name,...)>, ctx-><scopeStack(sname=scope.name,...)>_limit - 1)); 2794 ANTLR3_UINT32 <scopeStack(sname=scope.name)>_limit; 2811 ANTLR3_UINT32 <scopeStack(sname=scope.name,...)>_limit; 2840 ctx-><scopeStack(sname=scope.name,...)>_limit = 0; 2852 ctx-><scopeStack(sname=scope.name,...)>_limit = 0; 2950 …cope.name)>->size(ctx-><scopeStack(sname=scope.name)>) > ctx-><scopeStack(sname=scope.name)>_limit) 2956 …=scope.name)>->get(ctx-><scopeStack(sname=scope.name)>, ctx-><scopeStack(sname=scope.name)>_limit); [all …]
|
/external/usrsctp/ |
D | Manual.tex | 535 \subsubsection{usrsctp\_sysctl\_set\_sctp\_system\_free\_resc\_limit()} 539 \subsubsection{usrsctp\_sysctl\_set\_sctp\_asoc\_free\_resc\_limit()} 624 \subsubsection{usrsctp\_sysctl\_set\_sctp\_abort\_if\_one\_2\_one\_hits\_limit()} 850 %sctp\_system\_free\_resc\_limit&Cached resources in the system&1000 \tabularnewline \hline 851 %sctp\_asoc\_free\_resc\_limit&Cashed resources in an association&10 \tabularnewline \hline 901 %sctp\_abort\_if\_one\_2\_one\_hits\_limit&When one-2-one hits qlimit abort&0 \tabularnewline \hline
|
/external/python/cpython2/Lib/test/ |
D | test_zipfile.py | 654 self._limit = zipfile.ZIP64_LIMIT 816 zipfile.ZIP64_LIMIT = self._limit
|
/external/tensorflow/tensorflow/python/framework/ |
D | ops.py | 6988 self._limit = dim0 6994 if self._index == self._limit:
|
/external/python/cpython3/Lib/test/ |
D | test_zipfile.py | 681 self._limit = zipfile.ZIP64_LIMIT 810 zipfile.ZIP64_LIMIT = self._limit
|