Home
last modified time | relevance | path

Searched refs:_chunkPos (Results 1 – 21 of 21) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/sound/decoder/wave/
H A Dadpcm.cpp223 uint8 _chunkPos[2]; member in Audio::Apple_ADPCMStream
227 _chunkPos[0] = 0; in reset()
228 _chunkPos[1] = 0; in reset()
236 _chunkPos[0] = 0; in Apple_ADPCMStream()
237 _chunkPos[1] = 0; in Apple_ADPCMStream()
290 _chunkPos[i] = 0; in readBuffer()
618 uint8 _chunkPos; member in Audio::Tinsel6_ADPCMStream
623 _chunkPos = 0; in reset()
630 _chunkPos = 0; in Tinsel6_ADPCMStream()
647 _chunkPos = 0; in readBuffer()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tinsel/
H A Dadpcm.cpp110 _chunkPos = 0; in readBuffer()
113 …Align && !_stream->eos() && _stream->pos() < _endpos; samples++, _chunkPos = (_chunkPos + 1) % 4) { in readBuffer()
115 switch (_chunkPos) { in readBuffer()
H A Dadpcm.h72 uint8 _chunkPos;
77 _chunkPos = 0; in reset()
84 _chunkPos = 0; in Tinsel6_ADPCMStream()
/dports/games/scummvm/scummvm-2.5.1/engines/tinsel/
H A Dadpcm.cpp110 _chunkPos = 0; in readBuffer()
113 …Align && !_stream->eos() && _stream->pos() < _endpos; samples++, _chunkPos = (_chunkPos + 1) % 4) { in readBuffer()
115 switch (_chunkPos) { in readBuffer()
H A Dadpcm.h72 uint8 _chunkPos;
77 _chunkPos = 0; in reset()
84 _chunkPos = 0; in Tinsel6_ADPCMStream()
/dports/games/libretro-scummvm/scummvm-7b1e929/audio/decoders/
H A Dadpcm_intern.h133 uint8 _chunkPos[2]; variable
137 _chunkPos[0] = 0; in reset()
138 _chunkPos[1] = 0; in reset()
146 _chunkPos[0] = 0; in Apple_ADPCMStream()
147 _chunkPos[1] = 0; in Apple_ADPCMStream()
H A Dadpcm.cpp160 !((_stream->eos() || (_stream->pos() >= _endpos)) && (_chunkPos[i] == 0))) { in readBuffer()
177 if (_chunkPos[i] == 0) { in readBuffer()
185 buffer[_channels * samples[i] + i] = _buffer[i][_chunkPos[i]]; in readBuffer()
187 if (++_chunkPos[i] > 1) { in readBuffer()
189 _chunkPos[i] = 0; in readBuffer()
/dports/games/residualvm/residualvm-0.3.1/audio/decoders/
H A Dadpcm_intern.h133 uint8 _chunkPos[2]; variable
137 _chunkPos[0] = 0; in reset()
138 _chunkPos[1] = 0; in reset()
146 _chunkPos[0] = 0; in Apple_ADPCMStream()
147 _chunkPos[1] = 0; in Apple_ADPCMStream()
H A Dadpcm.cpp160 !((_stream->eos() || (_stream->pos() >= _endpos)) && (_chunkPos[i] == 0))) { in readBuffer()
177 if (_chunkPos[i] == 0) { in readBuffer()
185 buffer[_channels * samples[i] + i] = _buffer[i][_chunkPos[i]]; in readBuffer()
187 if (++_chunkPos[i] > 1) { in readBuffer()
189 _chunkPos[i] = 0; in readBuffer()
/dports/games/scummvm/scummvm-2.5.1/audio/decoders/
H A Dadpcm_intern.h152 uint8 _chunkPos[2]; variable
156 _chunkPos[0] = 0; in reset()
157 _chunkPos[1] = 0; in reset()
165 _chunkPos[0] = 0; in Apple_ADPCMStream()
166 _chunkPos[1] = 0; in Apple_ADPCMStream()
H A Dadpcm.cpp262 !((_stream->eos() || (_stream->pos() >= _endpos)) && (_chunkPos[i] == 0))) { in readBuffer()
279 if (_chunkPos[i] == 0) { in readBuffer()
287 buffer[_channels * samples[i] + i] = _buffer[i][_chunkPos[i]]; in readBuffer()
289 if (++_chunkPos[i] > 1) { in readBuffer()
291 _chunkPos[i] = 0; in readBuffer()
/dports/lang/gcc11/gcc-11.2.0/libphobos/src/std/range/
H A Dpackage.d7428 return _source.save.take(_chunkPos(1)); in front()
7435 _source.popFrontN(_chunkPos(1)); in popFront()
7468 return _source[_chunkPos(index) .. _chunkPos(index+1)]; in opIndex()
7475 return evenChunks(_source[_chunkPos(lower) .. _chunkPos(upper)], upper - lower); in opSlice()
7482 return _source[_chunkPos(_chunkCount - 1) .. _source.length]; in back()
7489 _source = _source[0 .. _chunkPos(_chunkCount - 1)]; in popBack()
7498 size_t _chunkPos(size_t i) in _chunkPos() function
/dports/lang/gcc10/gcc-10.3.0/libphobos/src/std/range/
H A Dpackage.d7428 return _source.save.take(_chunkPos(1)); in front()
7435 _source.popFrontN(_chunkPos(1)); in popFront()
7468 return _source[_chunkPos(index) .. _chunkPos(index+1)]; in opIndex()
7475 return evenChunks(_source[_chunkPos(lower) .. _chunkPos(upper)], upper - lower); in opSlice()
7482 return _source[_chunkPos(_chunkCount - 1) .. _source.length]; in back()
7489 _source = _source[0 .. _chunkPos(_chunkCount - 1)]; in popBack()
7498 size_t _chunkPos(size_t i) in _chunkPos() function
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/src/std/range/
H A Dpackage.d7428 return _source.save.take(_chunkPos(1)); in front()
7435 _source.popFrontN(_chunkPos(1)); in popFront()
7468 return _source[_chunkPos(index) .. _chunkPos(index+1)]; in opIndex()
7475 return evenChunks(_source[_chunkPos(lower) .. _chunkPos(upper)], upper - lower); in opSlice()
7482 return _source[_chunkPos(_chunkCount - 1) .. _source.length]; in back()
7489 _source = _source[0 .. _chunkPos(_chunkCount - 1)]; in popBack()
7498 size_t _chunkPos(size_t i) in _chunkPos() function
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/src/std/range/
H A Dpackage.d7428 return _source.save.take(_chunkPos(1)); in front()
7435 _source.popFrontN(_chunkPos(1)); in popFront()
7468 return _source[_chunkPos(index) .. _chunkPos(index+1)]; in opIndex()
7475 return evenChunks(_source[_chunkPos(lower) .. _chunkPos(upper)], upper - lower); in opSlice()
7482 return _source[_chunkPos(_chunkCount - 1) .. _source.length]; in back()
7489 _source = _source[0 .. _chunkPos(_chunkCount - 1)]; in popBack()
7498 size_t _chunkPos(size_t i) in _chunkPos() function
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/src/std/range/
H A Dpackage.d7428 return _source.save.take(_chunkPos(1)); in front()
7435 _source.popFrontN(_chunkPos(1)); in popFront()
7468 return _source[_chunkPos(index) .. _chunkPos(index+1)]; in opIndex()
7475 return evenChunks(_source[_chunkPos(lower) .. _chunkPos(upper)], upper - lower); in opSlice()
7482 return _source[_chunkPos(_chunkCount - 1) .. _source.length]; in back()
7489 _source = _source[0 .. _chunkPos(_chunkCount - 1)]; in popBack()
7498 size_t _chunkPos(size_t i) in _chunkPos() function
/dports/lang/gcc9/gcc-9.4.0/libphobos/src/std/range/
H A Dpackage.d7428 return _source.save.take(_chunkPos(1)); in front()
7435 _source.popFrontN(_chunkPos(1)); in popFront()
7468 return _source[_chunkPos(index) .. _chunkPos(index+1)]; in opIndex()
7475 return evenChunks(_source[_chunkPos(lower) .. _chunkPos(upper)], upper - lower); in opSlice()
7482 return _source[_chunkPos(_chunkCount - 1) .. _source.length]; in back()
7489 _source = _source[0 .. _chunkPos(_chunkCount - 1)]; in popBack()
7498 size_t _chunkPos(size_t i) in _chunkPos() function
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/src/std/range/
H A Dpackage.d7428 return _source.save.take(_chunkPos(1)); in front()
7435 _source.popFrontN(_chunkPos(1)); in popFront()
7468 return _source[_chunkPos(index) .. _chunkPos(index+1)]; in opIndex()
7475 return evenChunks(_source[_chunkPos(lower) .. _chunkPos(upper)], upper - lower); in opSlice()
7482 return _source[_chunkPos(_chunkCount - 1) .. _source.length]; in back()
7489 _source = _source[0 .. _chunkPos(_chunkCount - 1)]; in popBack()
7498 size_t _chunkPos(size_t i) in _chunkPos() function
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/src/std/range/
H A Dpackage.d7428 return _source.save.take(_chunkPos(1)); in front()
7435 _source.popFrontN(_chunkPos(1)); in popFront()
7468 return _source[_chunkPos(index) .. _chunkPos(index+1)]; in opIndex()
7475 return evenChunks(_source[_chunkPos(lower) .. _chunkPos(upper)], upper - lower); in opSlice()
7482 return _source[_chunkPos(_chunkCount - 1) .. _source.length]; in back()
7489 _source = _source[0 .. _chunkPos(_chunkCount - 1)]; in popBack()
7498 size_t _chunkPos(size_t i) in _chunkPos() function
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/src/std/range/
H A Dpackage.d7428 return _source.save.take(_chunkPos(1)); in front()
7435 _source.popFrontN(_chunkPos(1)); in popFront()
7468 return _source[_chunkPos(index) .. _chunkPos(index+1)]; in opIndex()
7475 return evenChunks(_source[_chunkPos(lower) .. _chunkPos(upper)], upper - lower); in opSlice()
7482 return _source[_chunkPos(_chunkCount - 1) .. _source.length]; in back()
7489 _source = _source[0 .. _chunkPos(_chunkCount - 1)]; in popBack()
7498 size_t _chunkPos(size_t i) in _chunkPos() function
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/range/
H A Dpackage.d8416 return _source.save.take(_chunkPos(1));
8423 _source.popFrontN(_chunkPos(1));
8456 return _source[_chunkPos(index) .. _chunkPos(index+1)];
8463 return evenChunks(_source[_chunkPos(lower) .. _chunkPos(upper)], upper - lower);
8470 return _source[_chunkPos(_chunkCount - 1) .. _source.length];
8477 _source = _source[0 .. _chunkPos(_chunkCount - 1)];
8486 size_t _chunkPos(size_t i)