Home
last modified time | relevance | path

Searched refs:_limit (Results 1 – 14 of 14) 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/bcprov/src/main/java/org/bouncycastle/asn1/
DLimitedInputStream.java12 private int _limit; field in LimitedInputStream
19 this._limit = limit; in LimitedInputStream()
25 return _limit; in getRemaining()
DASN1StreamParser.java13 private final int _limit; field in ASN1StreamParser
27 this._limit = limit; in ASN1StreamParser()
145 int length = ASN1InputStream.readLength(_in, _limit); in readObject()
154 IndefiniteLengthInputStream indIn = new IndefiniteLengthInputStream(_in, _limit); in readObject()
155 ASN1StreamParser sp = new ASN1StreamParser(indIn, _limit); in readObject()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
DLimitedInputStream.java13 private int _limit; field in LimitedInputStream
20 this._limit = limit; in LimitedInputStream()
26 return _limit; in getRemaining()
DASN1StreamParser.java15 private final int _limit; field in ASN1StreamParser
29 this._limit = limit; in ASN1StreamParser()
147 int length = ASN1InputStream.readLength(_in, _limit); in readObject()
156 IndefiniteLengthInputStream indIn = new IndefiniteLengthInputStream(_in, _limit); in readObject()
157 ASN1StreamParser sp = new ASN1StreamParser(indIn, _limit); in readObject()
/external/python/cpython3/Lib/asyncio/
Dstreams.py360 self._limit = limit
378 if self._limit != _DEFAULT_LIMIT:
415 if self._paused and len(self._buffer) <= self._limit:
438 len(self._buffer) > 2 * self._limit):
573 if offset > self._limit:
590 if isep > self._limit:
633 block = await self.read(self._limit)
Dsubprocess.py23 self._limit = limit
44 self.stdout = streams.StreamReader(limit=self._limit,
51 self.stderr = streams.StreamReader(limit=self._limit,
/external/tensorflow/tensorflow/python/debug/cli/
Ddebugger_cli_common.py1024 self._limit = limit
1038 if len(self._commands) > self._limit:
1039 self._commands = self._commands[-self._limit:]
1076 if len(self._commands) > self._limit:
1077 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.c738 const uint8_t *_limit, const uint8_t *_thresh, int bd) { in highbd_lpf_internal_6_sse2() argument
754 get_limit(_blimit, _limit, _thresh, bd, &blimit, &limit, &thresh, &t80); in highbd_lpf_internal_6_sse2()
950 const uint8_t *_limit, in aom_highbd_lpf_horizontal_6_sse2() argument
962 _blimit, _limit, _thresh, bd); in aom_highbd_lpf_horizontal_6_sse2()
996 const unsigned char *_blimit, const unsigned char *_limit, in highbd_lpf_internal_8_sse2() argument
1016 get_limit(_blimit, _limit, _thresh, bd, &blimit, &limit, &thresh, &t80); in highbd_lpf_internal_8_sse2()
1221 const uint8_t *_limit, in aom_highbd_lpf_horizontal_8_sse2() argument
1236 &p1p0, _blimit, _limit, _thresh, bd); in aom_highbd_lpf_horizontal_8_sse2()
1275 __m128i *p1p0_out, const uint8_t *_blimit, const uint8_t *_limit, in highbd_lpf_internal_4_sse2() argument
1285 get_limit(_blimit, _limit, _thresh, bd, &blimit, &limit, &thresh, &t80); in highbd_lpf_internal_4_sse2()
[all …]
/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/python/cpython2/Lib/test/
Dtest_zipfile.py654 self._limit = zipfile.ZIP64_LIMIT
816 zipfile.ZIP64_LIMIT = self._limit
/external/python/cpython3/Lib/test/
Dtest_zipfile.py591 self._limit = zipfile.ZIP64_LIMIT
720 zipfile.ZIP64_LIMIT = self._limit