Home
last modified time | relevance | path

Searched refs:_limit (Results 1 – 22 of 22) sorted by relevance

/external/lzma/CPP/Common/
DMyString.cpp389 _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 …]
DMyString.h249 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/
DASN1StreamParser.java15 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()
DLimitedInputStream.java13 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/
DASN1StreamParser.java15 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()
DLimitedInputStream.java13 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/
DASN1StreamParser.java13 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()
DLimitedInputStream.java12 private int _limit; field in LimitedInputStream
19 this._limit = limit; in LimitedInputStream()
24 return _limit; in getLimit()
/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_events_monitors.py149 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/
Dstreams.py401 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)
Dsubprocess.py24 self._limit = limit
46 self.stdout = streams.StreamReader(limit=self._limit,
53 self.stderr = streams.StreamReader(limit=self._limit,
/external/libwebsockets/lib/misc/
Dlws-struct-sqlite.c182 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/
Duformattedvaluetst.c163 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/
Ddebugger_cli_common.py1020 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/
Dloopfilter_sse2.c330 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 …]
Dhighbd_loopfilter_sse2.c739 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/
Dkeras_tensor.py560 self._limit = dim0
566 if self._index == self._limit:
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/C/
DC.stg2735 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/
DManual.tex535 \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/
Dtest_zipfile.py654 self._limit = zipfile.ZIP64_LIMIT
816 zipfile.ZIP64_LIMIT = self._limit
/external/tensorflow/tensorflow/python/framework/
Dops.py6988 self._limit = dim0
6994 if self._index == self._limit:
/external/python/cpython3/Lib/test/
Dtest_zipfile.py681 self._limit = zipfile.ZIP64_LIMIT
810 zipfile.ZIP64_LIMIT = self._limit