Home
last modified time | relevance | path

Searched refs:_tail (Results 1 – 9 of 9) sorted by relevance

/external/zlib/src/contrib/dotzlib/DotZLib/
DCircularBuffer.cs22 private int _tail; field in DotZLib.CircularBuffer
33 _tail = 0; in CircularBuffer()
44 _buffer[(_tail+i) % _capacity] = source[offset+i]; in Put()
45 _tail += trueCount; in Put()
46 _tail %= _capacity; in Put()
55 _buffer[_tail++] = b; in Put()
56 _tail %= _capacity; in Put()
/external/flatbuffers/dart/lib/
Dflat_buffers.dart125 int _tail;
160 _buf.setInt8(_buf.lengthInBytes - _tail, value ? 1 : 0);
171 _setInt32AtTail(_buf, _tail, value);
182 _setInt16AtTail(_buf, _tail, value);
193 _setInt8AtTail(_buf, _tail, value);
209 _setUint32AtTail(_buf, _tail, _tail - offset);
220 _setUint32AtTail(_buf, _tail, value);
231 _setUint16AtTail(_buf, _tail, value);
242 _setUint8AtTail(_buf, _tail, value);
253 _setFloat32AtTail(_buf, _tail, value);
[all …]
/external/brotli/
DCMakeLists.txt32 string(TOUPPER "${HEXADECIMAL}" _tail)
34 string(LENGTH "${_tail}" _tail_length)
37 string(SUBSTRING "${_tail}" 0 1 _digit)
38 string(SUBSTRING "${_tail}" 1 -1 _tail)
54 string(LENGTH "${_tail}" _tail_length)
/external/elfutils/libdw/
DlibdwP.h575 ({ struct libdw_memblock *_tail = (dbg)->mem_tail; \
577 type *_result = (type *) (_tail->mem + (_tail->size - _tail->remaining));\
581 if (unlikely (_tail->remaining < _required + _padding)) \
587 _tail->remaining -= _required; \
DChangeLog3505 (libdw_alloc): Define local variable _tail and use it.
/external/python/cpython3/Lib/xml/etree/
DElementTree.py1378 self._tail = None # true if we're after an end tag
1393 if self._tail:
1417 self._tail = 0
1431 self._tail = 1
/external/python/cpython2/Lib/xml/etree/
DElementTree.py1382 self._tail = None # true if we're after an end tag
1403 if self._tail:
1434 self._tail = 0
1450 self._tail = 1
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DCodeGenerator.rst2033 .. _tail call section:
/external/llvm/docs/
DCodeGenerator.rst2022 .. _tail call section: