Home
last modified time | relevance | path

Searched refs:m_remain (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/simpleviewer/andreyu-simple-viewer-gl-d8928067922d/src/common/
H A Dcached_reader.cpp23 if (count <= m_remain) in read()
27 m_remain -= count; in read()
34 uint32_t toCopy = std::min<uint32_t>(count, m_remain); in read()
42 m_remain -= toCopy; in read()
44 if (m_remain == 0) in read()
50 m_remain = toRead; in read()
H A Dcached_reader.h27 uint32_t m_remain = 0; variable
/dports/sysutils/plasma5-ksystemstats/ksystemstats-5.23.5/tools/kstatsviewer/
H A Dmain.cpp48 bool m_remain = false; member in SensorWatcher
103 if (!m_remain && !m_unreportedSensors.isEmpty()) { in subscribe()
139 if (!m_remain && m_unreportedSensors.isEmpty()) in subscribe()
154 if (!m_remain && m_unreportedSensors.isEmpty()) in onNewSensorData()
190 m_remain = remain; in setRemain()
/dports/graphics/simpleviewer/andreyu-simple-viewer-gl-d8928067922d/src/formats/
H A DPngReader.cpp24 , m_remain(size) in cPngMemoryReader()
31 size = size <= m_remain ? size : m_remain; in read()
35 m_remain -= size; in read()
51 uint32_t m_remain; member in __anonddf206670111::cPngMemoryReader
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/plugins/dmo/
H A DI3DL2Reverb.cpp123 if(!(m_quality & kFullSampleRate) && m_remain && frames > 0) in Process()
131 m_remain = false; in Process()
287 m_remain = true; in Process()
372 m_remain = false; in PositionChanged()
H A DI3DL2Reverb.h89 bool m_remain = false; variable