Home
last modified time | relevance | path

Searched refs:m_ignore_bytes (Results 1 – 7 of 7) sorted by relevance

/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/archivers/chd/
H A Dflac.cpp95 m_ignore_bytes = m_strip_metadata ? 4 : 0; in reset()
242 m_ignore_bytes = 0; in init_common()
264 if (m_ignore_bytes != 0) in write_callback()
266 int ignore = MIN(bytes - offset, m_ignore_bytes); in write_callback()
268 m_ignore_bytes -= ignore; in write_callback()
276 m_ignore_bytes = (buffer[offset + 1] << 16) | (buffer[offset + 2] << 8) | buffer[offset + 3]; in write_callback()
H A Dflac.h112 UINT32 m_ignore_bytes; // how many bytes to ignore when writing variable
/dports/emulators/mess/mame-mame0226/src/lib/util/
H A Dflac.cpp65 m_ignore_bytes = m_strip_metadata ? 4 : 0; in reset()
212 m_ignore_bytes = 0; in init_common()
234 if (m_ignore_bytes != 0) in write_callback()
236 size_t ignore = std::min(bytes - offset, size_t(m_ignore_bytes)); in write_callback()
238 m_ignore_bytes -= ignore; in write_callback()
246 m_ignore_bytes = (buffer[offset + 1] << 16) | (buffer[offset + 2] << 8) | buffer[offset + 3]; in write_callback()
H A Dflac.h79 uint32_t m_ignore_bytes; // how many bytes to ignore when writing variable
/dports/emulators/mame/mame-mame0226/src/lib/util/
H A Dflac.cpp65 m_ignore_bytes = m_strip_metadata ? 4 : 0; in reset()
212 m_ignore_bytes = 0; in init_common()
234 if (m_ignore_bytes != 0) in write_callback()
236 size_t ignore = std::min(bytes - offset, size_t(m_ignore_bytes)); in write_callback()
238 m_ignore_bytes -= ignore; in write_callback()
246 m_ignore_bytes = (buffer[offset + 1] << 16) | (buffer[offset + 2] << 8) | buffer[offset + 3]; in write_callback()
H A Dflac.h79 uint32_t m_ignore_bytes; // how many bytes to ignore when writing variable
/dports/emulators/fs-uae/fs-uae-3.1.35/src/archivers/chd/
H A Dflac.h83 UINT32 m_ignore_bytes; // how many bytes to ignore when writing variable