Home
last modified time | relevance | path

Searched refs:m_nTotal (Results 1 – 23 of 23) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fpdfdoc/
H A Dclines.cpp11 CLines::CLines() : m_nTotal(0) {} in CLines()
26 m_nTotal = 0; in Empty()
33 m_nTotal = 0; in RemoveAll()
37 if (m_nTotal >= GetSize()) { in Add()
41 } else if (CLine* pLine = GetAt(m_nTotal)) { in Add()
44 return m_nTotal++; in Add()
48 for (int32_t i = GetSize() - 1; i >= m_nTotal; i--) { in Clear()
H A Dclines.h32 int32_t m_nTotal; variable
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fpdfdoc/
H A Dclines.cpp9 CLines::CLines() : m_nTotal(0) {} in CLines()
24 m_nTotal = 0; in Empty()
31 m_nTotal = 0; in RemoveAll()
35 if (m_nTotal >= GetSize()) { in Add()
39 } else if (CLine* pLine = GetAt(m_nTotal)) { in Add()
42 return m_nTotal++; in Add()
46 for (int32_t i = GetSize() - 1; i >= m_nTotal; i--) { in Clear()
H A Dclines.h27 int32_t m_nTotal; variable
/dports/audio/mac/mac-3.99-u4-b5-s7/src/Shared/
H A DCircleBuffer.cpp7 m_nTotal = 0; in CCircleBuffer()
24 m_nTotal = nBytes + 1 + nMaxDirectWriteBytes; in CreateBuffer()
25 m_pBuffer = new unsigned char [m_nTotal]; in CreateBuffer()
28 m_nEndCap = m_nTotal; in CreateBuffer()
33 …int nMaxAdd = (m_nTail >= m_nHead) ? (m_nTotal - 1 - m_nMaxDirectWriteBytes) - (m_nTail - m_nHead)… in MaxAdd()
70 m_nEndCap = m_nTotal; in Empty()
H A DCircleBuffer.h33 if (m_nTail >= (m_nTotal - m_nMaxDirectWriteBytes)) in UpdateAfterDirectWrite()
50 int m_nTotal;
/dports/audio/mous/mous-2.0.1/deps/MAC_SDK/Source/Shared/
H A DCircleBuffer.cpp10 m_nTotal = 0; in CCircleBuffer()
27 m_nTotal = nBytes + 1 + nMaxDirectWriteBytes; in CreateBuffer()
28 m_pBuffer = new unsigned char [m_nTotal]; in CreateBuffer()
31 m_nEndCap = m_nTotal; in CreateBuffer()
36 …intn nMaxAdd = (m_nTail >= m_nHead) ? (m_nTotal - 1 - m_nMaxDirectWriteBytes) - (m_nTail - m_nHead… in MaxAdd()
73 m_nEndCap = m_nTotal; in Empty()
H A DCircleBuffer.h34 if (m_nTail >= (m_nTotal - m_nMaxDirectWriteBytes)) in UpdateAfterDirectWrite()
50 intn m_nTotal;
/dports/graphics/sampleicc/SampleICC-1.6.8/Tools/CmdLine/IccRoundTrip/
H A DiccRoundTrip.cpp201 if (prmg.m_nTotal) { in main()
205 … printf("DE <= 1.0 (%8u): %5.1f%%\n", prmg.m_nDE1, (float)prmg.m_nDE1/(float)prmg.m_nTotal*100.0); in main()
206 … printf("DE <= 2.0 (%8u): %5.1f%%\n", prmg.m_nDE2, (float)prmg.m_nDE2/(float)prmg.m_nTotal*100.0); in main()
207 … printf("DE <= 3.0 (%8u): %5.1f%%\n", prmg.m_nDE3, (float)prmg.m_nDE3/(float)prmg.m_nTotal*100.0); in main()
208 … printf("DE <= 5.0 (%8u): %5.1f%%\n", prmg.m_nDE5, (float)prmg.m_nDE5/(float)prmg.m_nTotal*100.0); in main()
209 …printf("DE <=10.0 (%8u): %5.1f%%\n", prmg.m_nDE10, (float)prmg.m_nDE10/(float)prmg.m_nTotal*100.0); in main()
210 printf("Total (%8u)\n", prmg.m_nTotal); in main()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fde/
H A Dcfde_txtedtbuf.cpp20 m_nTotal(0), in CFDE_TxtEdtBuf()
38 return m_nTotal; in GetTextLength()
69 m_nTotal = nTextLength; in SetText()
74 GetRange(wsText, 0, m_nTotal); in GetText()
127 ASSERT(nPos >= 0 && nPos <= m_nTotal); in Insert()
172 m_nTotal += nLength; in Insert()
180 m_nTotal -= nLength; in Delete()
220 m_nTotal = 0; in Clear()
228 if (m_nTotal == 0) { in Optimize()
287 m_nTotal = 0; in ResetChunkBuffer()
[all …]
H A Dcfde_txtedtbufiter.cpp45 if (m_nIndex >= (m_pBuf->m_nTotal - 1)) { in Next()
70 ASSERT(nIndex >= 0 && nIndex < m_pBuf->m_nTotal); in SetAt()
83 ASSERT(m_nIndex >= 0 && m_nIndex < m_pBuf->m_nTotal); in GetChar()
84 if (m_Alias == 0 || m_nIndex == (m_pBuf->m_nTotal - 1)) in GetChar()
H A Dcfde_txtedtbuf.h55 int32_t m_nTotal; variable
/dports/graphics/sampleicc/SampleICC-1.6.8/IccProfLib/
H A DIccPrmg.cpp125 m_nTotal = m_nDE1 = m_nDE2 = m_nDE3 = m_nDE5 = m_nDE10 = 0; in CIccPRMG()
233 m_nTotal = m_nDE1 = m_nDE2 = m_nDE3 = m_nDE5 = m_nDE10 = 0; in EvaluateProfile()
245 m_nTotal++; in EvaluateProfile()
H A DIccPrmg.h96 icUInt32Number m_nDE1, m_nDE2, m_nDE3, m_nDE5, m_nDE10, m_nTotal; variable
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dstringimpl.cpp122 Averager(const wxStringCharType *sz) { m_sz = sz; m_nTotal = m_nCount = 0; } in Averager()
126 m_sz, m_nTotal, ((float)m_nTotal)/m_nCount); in ~Averager()
129 void Add(size_t n) { m_nTotal += n; m_nCount++; } in Add()
132 unsigned long m_nCount, m_nTotal; member in Averager
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dstringimpl.cpp115 Averager(const wxStringCharType *sz) { m_sz = sz; m_nTotal = m_nCount = 0; } in Averager()
119 m_sz, m_nTotal, ((float)m_nTotal)/m_nCount); in ~Averager()
122 void Add(size_t n) { m_nTotal += n; m_nCount++; } in Add()
125 unsigned long m_nCount, m_nTotal; member in Averager
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dstringimpl.cpp122 Averager(const wxStringCharType *sz) { m_sz = sz; m_nTotal = m_nCount = 0; } in Averager()
126 m_sz, m_nTotal, ((float)m_nTotal)/m_nCount); in ~Averager()
129 void Add(size_t n) { m_nTotal += n; m_nCount++; } in Add()
132 unsigned long m_nCount, m_nTotal; member in Averager
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Dstring.cpp118 Averager(const wxChar *sz) { m_sz = sz; m_nTotal = m_nCount = 0; } in Averager()
120 { wxPrintf("wxString: average %s = %f\n", m_sz, ((float)m_nTotal)/m_nCount); } in ~Averager()
122 void Add(size_t n) { m_nTotal += n; m_nCount++; } in Add()
125 size_t m_nCount, m_nTotal; member in Averager
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Dstring.cpp118 Averager(const wxChar *sz) { m_sz = sz; m_nTotal = m_nCount = 0; } in Averager()
120 { wxPrintf("wxString: average %s = %f\n", m_sz, ((float)m_nTotal)/m_nCount); } in ~Averager()
122 void Add(size_t n) { m_nTotal += n; m_nCount++; } in Add()
125 size_t m_nCount, m_nTotal; member in Averager
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Dstring.cpp118 Averager(const wxChar *sz) { m_sz = sz; m_nTotal = m_nCount = 0; } in Averager()
120 { wxPrintf("wxString: average %s = %f\n", m_sz, ((float)m_nTotal)/m_nCount); } in ~Averager()
122 void Add(size_t n) { m_nTotal += n; m_nCount++; } in Add()
125 size_t m_nCount, m_nTotal; member in Averager
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Dstring.cpp118 Averager(const wxChar *sz) { m_sz = sz; m_nTotal = m_nCount = 0; } in Averager()
120 { wxPrintf("wxString: average %s = %f\n", m_sz, ((float)m_nTotal)/m_nCount); } in ~Averager()
122 void Add(size_t n) { m_nTotal += n; m_nCount++; } in Add()
125 size_t m_nCount, m_nTotal; member in Averager
/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A DglChartCanvas.h320 float m_nStep, m_nTotal, m_nRun; variable
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DglChartCanvas.cpp5473 if( (m_nRun < m_nTotal) && !m_zoomFinal){ in onZoomTimerEvent()
5593 m_nTotal = 100; in FastZoom()
5596 m_nTotal = 40; in FastZoom()
5600 float perStep = m_nStep / m_nTotal; in FastZoom()