Home
last modified time | relevance | path

Searched refs:_chunk_type (Results 1 – 18 of 18) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/players/
H A Dplayer_v1.cpp134 _chunk_type = READ_LE_UINT16(_next_chunk); in parseSpeakerChunk()
136 _current_nr, (long)(_next_chunk - _current_data), _chunk_type); in parseSpeakerChunk()
139 switch (_chunk_type) { in parseSpeakerChunk()
200 switch (_chunk_type) { in nextSpeakerCmd()
212 _chunk_type, (long)(_next_chunk - 2 - _current_data), _time_left); in nextSpeakerCmd()
266 _chunk_type = READ_LE_UINT16(_next_chunk); in parsePCjrChunk()
268 _current_nr, (long)(_next_chunk - _current_data), _chunk_type); in parsePCjrChunk()
271 switch (_chunk_type) { in parsePCjrChunk()
388 switch (_chunk_type) { in nextPCjrCmd()
H A Dplayer_v1.h78 uint _chunk_type; variable
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/players/
H A Dplayer_v1.cpp134 _chunk_type = READ_LE_UINT16(_next_chunk); in parseSpeakerChunk()
136 _current_nr, (long)(_next_chunk - _current_data), _chunk_type); in parseSpeakerChunk()
139 switch (_chunk_type) { in parseSpeakerChunk()
202 switch (_chunk_type) { in nextSpeakerCmd()
214 _chunk_type, (long)(_next_chunk - 2 - _current_data), _time_left); in nextSpeakerCmd()
272 _chunk_type = READ_LE_UINT16(_next_chunk); in parsePCjrChunk()
274 _current_nr, (long)(_next_chunk - _current_data), _chunk_type); in parsePCjrChunk()
277 switch (_chunk_type) { in parsePCjrChunk()
398 switch (_chunk_type) { in nextPCjrCmd()
H A Dplayer_v1.h78 uint _chunk_type; variable
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/memory/metaspace/
H A Dmetachunk.hpp97 const ChunkIndex _chunk_type; member in metaspace::Metachunk
155 ChunkIndex get_chunk_type() const { return _chunk_type; } in get_chunk_type()
H A Dmetachunk.cpp56 _chunk_type(chunktype), in Metachunk()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/memory/metaspace/
H A Dmetachunk.hpp97 const ChunkIndex _chunk_type; member in metaspace::Metachunk
155 ChunkIndex get_chunk_type() const { return _chunk_type; } in get_chunk_type()
H A Dmetachunk.cpp56 _chunk_type(chunktype), in Metachunk()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/memory/metaspace/
H A Dmetachunk.hpp97 const ChunkIndex _chunk_type; member in metaspace::Metachunk
155 ChunkIndex get_chunk_type() const { return _chunk_type; } in get_chunk_type()
H A Dmetachunk.cpp59 _chunk_type(chunktype), in Metachunk()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/memory/metaspace/
H A Dmetachunk.hpp97 const ChunkIndex _chunk_type; member in metaspace::Metachunk
155 ChunkIndex get_chunk_type() const { return _chunk_type; } in get_chunk_type()
H A Dmetachunk.cpp59 _chunk_type(chunktype), in Metachunk()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/memory/metaspace/
H A Dmetachunk.hpp97 const ChunkIndex _chunk_type; member in metaspace::Metachunk
155 ChunkIndex get_chunk_type() const { return _chunk_type; } in get_chunk_type()
H A Dmetachunk.cpp59 _chunk_type(chunktype), in Metachunk()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/memory/metaspace/
H A Dmetachunk.hpp97 const ChunkIndex _chunk_type; member in metaspace::Metachunk
155 ChunkIndex get_chunk_type() const { return _chunk_type; } in get_chunk_type()
H A Dmetachunk.cpp59 _chunk_type(chunktype), in Metachunk()
/dports/textproc/py-python-docx/python-docx-0.8.11/docx/image/
H A Dpng.py224 self._chunk_type = chunk_type
238 return self._chunk_type
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/ui/
H A DKviIrcView_getTextLine.cpp291 #define NEW_LINE_CHUNK(_chunk_type) \ in getTextLine() argument
296 line_ptr->pChunks[iCurChunk].type = _chunk_type; \ in getTextLine()