Home
last modified time | relevance | path

Searched refs:_bufferEnd (Results 1 – 25 of 67) sorted by relevance

123

/dports/games/libretro-scummvm/scummvm-7b1e929/audio/decoders/
H A Dvorbis.cpp103 const int16 *_bufferEnd; member in Audio::VorbisStream
113 bool endOfData() const { return _pos >= _bufferEnd; } in endOfData()
126 _bufferEnd(ARRAYEND(_buffer)) { in VorbisStream()
131 _pos = _bufferEnd; in VorbisStream()
156 while (samples < numSamples && _pos < _bufferEnd) { in readBuffer()
157 const int len = MIN(numSamples - samples, (int)(_bufferEnd - _pos)); in readBuffer()
162 if (_pos >= _bufferEnd) { in readBuffer()
176 _pos = _bufferEnd; in seek()
222 _pos = _bufferEnd; in refill()
233 _bufferEnd = (int16 *)read_pos; in refill()
/dports/games/residualvm/residualvm-0.3.1/audio/decoders/
H A Dvorbis.cpp103 const int16 *_bufferEnd; member in Audio::VorbisStream
113 bool endOfData() const { return _pos >= _bufferEnd; } in endOfData()
126 _bufferEnd(ARRAYEND(_buffer)) { in VorbisStream()
131 _pos = _bufferEnd; in VorbisStream()
156 while (samples < numSamples && _pos < _bufferEnd) { in readBuffer()
157 const int len = MIN(numSamples - samples, (int)(_bufferEnd - _pos)); in readBuffer()
162 if (_pos >= _bufferEnd) { in readBuffer()
176 _pos = _bufferEnd; in seek()
222 _pos = _bufferEnd; in refill()
233 _bufferEnd = (int16 *)read_pos; in refill()
/dports/games/scummvm/scummvm-2.5.1/audio/decoders/
H A Dvorbis.cpp103 const int16 *_bufferEnd; member in Audio::VorbisStream
113 bool endOfData() const { return _pos >= _bufferEnd; } in endOfData()
126 _bufferEnd(ARRAYEND(_buffer)) { in VorbisStream()
131 _pos = _bufferEnd; in VorbisStream()
156 while (samples < numSamples && _pos < _bufferEnd) { in readBuffer()
157 const int len = MIN(numSamples - samples, (int)(_bufferEnd - _pos)); in readBuffer()
162 if (_pos >= _bufferEnd) { in readBuffer()
176 _pos = _bufferEnd; in seek()
222 _pos = _bufferEnd; in refill()
233 _bufferEnd = (int16 *)read_pos; in refill()
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Dassembler.h61 uint8_t* _bufferEnd; variable
79 inline size_t bufferCapacity() const noexcept { return (size_t)(_bufferEnd - _bufferData); } in bufferCapacity()
81 inline size_t remainingSpace() const noexcept { return (size_t)(_bufferEnd - _bufferPtr); } in remainingSpace()
95 inline uint8_t* bufferEnd() const noexcept { return _bufferEnd; } in bufferEnd()
H A Dassembler.cpp43 _bufferEnd(nullptr), in BaseAssembler()
73 self->_bufferEnd = p + section->_buffer._capacity; in BaseAssembler_initSection()
395 _bufferEnd = nullptr; in onDetach()
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Dassembler.h61 uint8_t* _bufferEnd; variable
79 inline size_t bufferCapacity() const noexcept { return (size_t)(_bufferEnd - _bufferData); } in bufferCapacity()
81 inline size_t remainingSpace() const noexcept { return (size_t)(_bufferEnd - _bufferPtr); } in remainingSpace()
95 inline uint8_t* bufferEnd() const noexcept { return _bufferEnd; } in bufferEnd()
H A Dassembler.cpp43 _bufferEnd(nullptr), in BaseAssembler()
73 self->_bufferEnd = p + section->_buffer._capacity; in BaseAssembler_initSection()
395 _bufferEnd = nullptr; in onDetach()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dassembler.h61 uint8_t* _bufferEnd = nullptr; variable
79 inline size_t bufferCapacity() const noexcept { return (size_t)(_bufferEnd - _bufferData); } in bufferCapacity()
81 inline size_t remainingSpace() const noexcept { return (size_t)(_bufferEnd - _bufferPtr); } in remainingSpace()
95 inline uint8_t* bufferEnd() const noexcept { return _bufferEnd; } in bufferEnd()
H A Dassembler.cpp70 self->_bufferEnd = p + section->_buffer._capacity; in BaseAssembler_initSection()
404 _bufferEnd = nullptr; in onDetach()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dassembler.h61 uint8_t* _bufferEnd = nullptr; variable
79 inline size_t bufferCapacity() const noexcept { return (size_t)(_bufferEnd - _bufferData); } in bufferCapacity()
81 inline size_t remainingSpace() const noexcept { return (size_t)(_bufferEnd - _bufferPtr); } in remainingSpace()
95 inline uint8_t* bufferEnd() const noexcept { return _bufferEnd; } in bufferEnd()
H A Dassembler.cpp70 self->_bufferEnd = p + section->_buffer._capacity; in BaseAssembler_initSection()
404 _bufferEnd = nullptr; in onDetach()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dassembler.h61 uint8_t* _bufferEnd = nullptr; variable
79 inline size_t bufferCapacity() const noexcept { return (size_t)(_bufferEnd - _bufferData); } in bufferCapacity()
81 inline size_t remainingSpace() const noexcept { return (size_t)(_bufferEnd - _bufferPtr); } in remainingSpace()
95 inline uint8_t* bufferEnd() const noexcept { return _bufferEnd; } in bufferEnd()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dassembler.h61 uint8_t* _bufferEnd = nullptr; variable
79 inline size_t bufferCapacity() const noexcept { return (size_t)(_bufferEnd - _bufferData); } in bufferCapacity()
81 inline size_t remainingSpace() const noexcept { return (size_t)(_bufferEnd - _bufferPtr); } in remainingSpace()
95 inline uint8_t* bufferEnd() const noexcept { return _bufferEnd; } in bufferEnd()
/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/src/asmjit/core/
H A Dassembler.h35 uint8_t* _bufferEnd; variable
57 inline size_t bufferCapacity() const noexcept { return (size_t)(_bufferEnd - _bufferData); } in bufferCapacity()
59 inline size_t remainingSpace() const noexcept { return (size_t)(_bufferEnd - _bufferPtr); } in remainingSpace()
72 inline uint8_t* bufferEnd() const noexcept { return _bufferEnd; } in bufferEnd()
H A Dassembler.cpp25 _bufferEnd(nullptr), in BaseAssembler()
76 self->_bufferEnd = p + section->_buffer._capacity; in BaseAssembler_initSection()
488 _bufferEnd = nullptr; in onDetach()
/dports/science/plumed/plumed2-2.7.2/src/asmjit/
H A Dassembler.h98 …ASMJIT_INLINE size_t getBufferCapacity() const noexcept { return (size_t)(_bufferEnd - _bufferData… in getBufferCapacity()
100 …ASMJIT_INLINE size_t getRemainingSpace() const noexcept { return (size_t)(_bufferEnd - _bufferPtr)… in getRemainingSpace()
113 ASMJIT_INLINE uint8_t* getBufferEnd() const noexcept { return _bufferEnd; } in getBufferEnd()
164 uint8_t* _bufferEnd; //!< End (first invalid byte) of the current section. variable
H A Dassembler.cpp52 _bufferEnd(nullptr), in Assembler()
71 _bufferEnd = p + _section->_buffer._capacity; in onAttach()
83 _bufferEnd = nullptr; in onDetach()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sword2/
H A Dsound.h99 const int16 *_bufferEnd; variable
107 return !_file->isOpen() || _pos >= _bufferEnd; in eosIntern()
137 const int16 *_bufferEnd; variable
151 return _remove || _pos >= _bufferEnd; in eosIntern()
H A Dmusic.cpp194 : _file(file), _firstTime(true), _bufferEnd(_outbuf + BUFFER_SIZE) { in CLUInputStream()
210 const int len = MIN(numSamples - samples, (int)(_bufferEnd - _pos)); in readBuffer()
215 if (_pos >= _bufferEnd) { in readBuffer()
257 _bufferEnd = out; in refill()
288 _bufferEnd = _buffer + BUFFER_SIZE; in MusicInputStream()
314 const int len = MIN(numSamples - samples, (int)(_bufferEnd - _pos)); in readBuffer()
319 if (_pos >= _bufferEnd) { in readBuffer()
417 _bufferEnd = buf; in refill()
/dports/games/scummvm/scummvm-2.5.1/engines/sword2/
H A Dsound.h99 const int16 *_bufferEnd; variable
107 return !_file->isOpen() || _pos >= _bufferEnd; in eosIntern()
137 const int16 *_bufferEnd; variable
151 return _remove || _pos >= _bufferEnd; in eosIntern()
H A Dmusic.cpp194 : _file(file), _firstTime(true), _bufferEnd(_outbuf + BUFFER_SIZE) { in CLUInputStream()
210 const int len = MIN(numSamples - samples, (int)(_bufferEnd - _pos)); in readBuffer()
215 if (_pos >= _bufferEnd) { in readBuffer()
257 _bufferEnd = out; in refill()
288 _bufferEnd = _buffer + BUFFER_SIZE; in MusicInputStream()
314 const int len = MIN(numSamples - samples, (int)(_bufferEnd - _pos)); in readBuffer()
319 if (_pos >= _bufferEnd) { in readBuffer()
417 _bufferEnd = buf; in refill()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/pipeline/
H A Ddocument.cpp91 if (_buffer + newUsed > _bufferEnd) in appendField()
140 const size_t oldCapacity = _bufferEnd - _buffer; in alloc()
155 _bufferEnd = _buffer + capacity - hashTabBytes(); in alloc()
187 _bufferEnd = _buffer + newSize; in reserveFields()
197 out->_bufferEnd = out->_buffer + (_bufferEnd - _buffer); in clone()
H A Ddocument_internal.h188 _bufferEnd(NULL), in DocumentStorage()
272 return !_buffer ? 0 : (_bufferEnd - _buffer + hashTabBytes()); in allocatedBytes()
394 char* _bufferEnd; member
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/voyeur/
H A Dfiles.cpp36 _bufferEnd = 0; in BoltFilesState()
161 if (&_curLibPtr->_file != _curFd || _curFd->pos() != _bufferEnd) in nextBlock()
162 _curLibPtr->_file.seek(_bufferEnd); in nextBlock()
165 _bufferBegin = _bufferEnd; in nextBlock()
168 _bufferEnd = _curFd->pos(); in nextBlock()
402 || (_state._curMemberPtr->_fileOffset >= _state._bufferEnd)) { in getBoltMember()
406 _state._bufferEnd = _state._curMemberPtr->_fileOffset; in getBoltMember()
/dports/games/scummvm/scummvm-2.5.1/engines/voyeur/
H A Dfiles.cpp36 _bufferEnd = 0; in BoltFilesState()
161 if (&_curLibPtr->_file != _curFd || _curFd->pos() != _bufferEnd) in nextBlock()
162 _curLibPtr->_file.seek(_bufferEnd); in nextBlock()
165 _bufferBegin = _bufferEnd; in nextBlock()
168 _bufferEnd = _curFd->pos(); in nextBlock()
402 || (_state._curMemberPtr->_fileOffset >= _state._bufferEnd)) { in getBoltMember()
406 _state._bufferEnd = _state._curMemberPtr->_fileOffset; in getBoltMember()

123