Home
last modified time | relevance | path

Searched refs:m_groupSize (Results 1 – 25 of 99) sorted by relevance

1234

/dports/cad/ldview/ldview-4.4/LDExporter/
H A DLDExporterSetting.h30 m_groupSize(groupSize), in LDExporterSetting()
39 m_groupSize(0), in LDExporterSetting()
48 m_groupSize(0), in LDExporterSetting()
57 m_groupSize(0), in LDExporterSetting()
66 m_groupSize(0), in LDExporterSetting()
76 m_groupSize(0), in m_name()
87 int getGroupSize(void) const { return m_groupSize; } in getGroupSize()
88 void setGroupSize(int value) { m_groupSize = value; } in setGroupSize()
144 int m_groupSize; variable
H A DLDExporterSetting.cpp18 m_groupSize(0), in LDExporterSetting()
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dbasecode.cpp201 m_groupSize = parameters.GetIntValueWithDefault(Name::GroupSize(), 0); in IsolatedInitialize()
203 if (m_groupSize) in IsolatedInitialize()
217 if (m_groupSize) in Put2()
221 if (m_counter == m_groupSize) in Put2()
228 FILTER_OUTPUT2(2, len = STDMIN(length-m_inputPosition, m_groupSize-m_counter), in Put2()
H A Dbasecode.h118 : m_groupSize(0), m_counter(0) {Detach(attachment);}
126 : m_groupSize(0), m_counter(0)
141 size_t m_groupSize, m_counter; variable
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dbasecode.cpp201 m_groupSize = parameters.GetIntValueWithDefault(Name::GroupSize(), 0); in IsolatedInitialize()
203 if (m_groupSize) in IsolatedInitialize()
217 if (m_groupSize) in Put2()
221 if (m_counter == m_groupSize) in Put2()
228 FILTER_OUTPUT2(2, len = STDMIN(length-m_inputPosition, m_groupSize-m_counter), in Put2()
H A Dbasecode.h118 : m_groupSize(0), m_counter(0) {Detach(attachment);}
126 : m_groupSize(0), m_counter(0)
141 size_t m_groupSize, m_counter; variable
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dbasecode.cpp201 m_groupSize = parameters.GetIntValueWithDefault(Name::GroupSize(), 0); in IsolatedInitialize()
203 if (m_groupSize) in IsolatedInitialize()
217 if (m_groupSize) in Put2()
221 if (m_counter == m_groupSize) in Put2()
228 FILTER_OUTPUT2(2, len = STDMIN(length-m_inputPosition, m_groupSize-m_counter), in Put2()
H A Dbasecode.h118 : m_groupSize(0), m_counter(0) {Detach(attachment);}
126 : m_groupSize(0), m_counter(0)
141 size_t m_groupSize, m_counter; variable
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dbasecode.cpp201 m_groupSize = parameters.GetIntValueWithDefault(Name::GroupSize(), 0); in IsolatedInitialize()
203 if (m_groupSize) in IsolatedInitialize()
217 if (m_groupSize) in Put2()
221 if (m_counter == m_groupSize) in Put2()
228 FILTER_OUTPUT2(2, len = STDMIN(length-m_inputPosition, m_groupSize-m_counter), in Put2()
H A Dbasecode.h118 : m_groupSize(0), m_counter(0) {Detach(attachment);}
126 : m_groupSize(0), m_counter(0)
141 size_t m_groupSize, m_counter; variable
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Dbasecode.cpp201 m_groupSize = parameters.GetIntValueWithDefault(Name::GroupSize(), 0); in IsolatedInitialize()
203 if (m_groupSize) in IsolatedInitialize()
217 if (m_groupSize) in Put2()
221 if (m_counter == m_groupSize) in Put2()
228 FILTER_OUTPUT2(2, len = STDMIN(length-m_inputPosition, m_groupSize-m_counter), in Put2()
H A Dbasecode.h116 : m_groupSize(0), m_counter(0) {Detach(attachment);}
124 : m_groupSize(0), m_counter(0)
137 size_t m_groupSize, m_counter; variable
/dports/devel/oclgrind/Oclgrind-21.10/src/core/
H A DWorkGroup.cpp35 m_groupSize = size; in WorkGroup()
58 for (size_t k = 0; k < m_groupSize.z; k++) in WorkGroup()
60 for (size_t j = 0; j < m_groupSize.y; j++) in WorkGroup()
62 for (size_t i = 0; i < m_groupSize.x; i++) in WorkGroup()
279 return m_groupSize; in getGroupSize()
304 (localID.y + localID.z * m_groupSize.y) * m_groupSize.x]; in getWorkItem()
H A DWorkGroup.h89 Size3 m_groupSize; variable
/dports/games/ksudoku/ksudoku-21.12.3/src/generator/
H A Dsudokuboard.h250 int m_groupSize; ///< The number of cells in each variable
H A Dsudokuboard.cpp46 m_groupSize (m_order), in SudokuBoard()
807 int index = group * m_groupSize; in deduceValues()
808 for (int n = 0; n < m_groupSize; n++) { in deduceValues()
965 for (int n = 0; n < m_groupSize; n++) { in setUpValueRequirements()
/dports/editors/lazarus/lazarus/components/aggpas/expat-pas/
H A Dexpat.pas799 m_groupSize ,
H A Dxmlparse.inc5068 if parser.m_prologState.level >= parser.m_groupSize then
5069 if parser.m_groupSize <> 0 then
5071 parser.m_groupSize:=parser.m_groupSize * 2;
5076 parser.m_groupSize ) then
5077 parser.m_groupAlloc:=parser.m_groupSize
5091 parser.m_groupSize * sizeof(int ) ) then
5092 dtd.scaffAlloc:=parser.m_groupSize * sizeof(int )
5105 parser.m_groupSize:=32;
5109 parser.m_groupSize ) then
5110 parser.m_groupAlloc:=parser.m_groupSize
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/expat-pas/
H A Dexpat.pas799 m_groupSize ,
H A Dxmlparse.inc5068 if parser.m_prologState.level >= parser.m_groupSize then
5069 if parser.m_groupSize <> 0 then
5071 parser.m_groupSize:=parser.m_groupSize * 2;
5076 parser.m_groupSize ) then
5077 parser.m_groupAlloc:=parser.m_groupSize
5091 parser.m_groupSize * sizeof(int ) ) then
5092 dtd.scaffAlloc:=parser.m_groupSize * sizeof(int )
5105 parser.m_groupSize:=32;
5109 parser.m_groupSize ) then
5110 parser.m_groupAlloc:=parser.m_groupSize
[all …]
/dports/editors/lazarus-qt5/lazarus/components/aggpas/expat-pas/
H A Dexpat.pas799 m_groupSize ,
H A Dxmlparse.inc5068 if parser.m_prologState.level >= parser.m_groupSize then
5069 if parser.m_groupSize <> 0 then
5071 parser.m_groupSize:=parser.m_groupSize * 2;
5076 parser.m_groupSize ) then
5077 parser.m_groupAlloc:=parser.m_groupSize
5091 parser.m_groupSize * sizeof(int ) ) then
5092 dtd.scaffAlloc:=parser.m_groupSize * sizeof(int )
5105 parser.m_groupSize:=32;
5109 parser.m_groupSize ) then
5110 parser.m_groupAlloc:=parser.m_groupSize
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/expat-pas/
H A Dexpat.pas799 m_groupSize ,
H A Dxmlparse.inc5068 if parser.m_prologState.level >= parser.m_groupSize then
5069 if parser.m_groupSize <> 0 then
5071 parser.m_groupSize:=parser.m_groupSize * 2;
5076 parser.m_groupSize ) then
5077 parser.m_groupAlloc:=parser.m_groupSize
5091 parser.m_groupSize * sizeof(int ) ) then
5092 dtd.scaffAlloc:=parser.m_groupSize * sizeof(int )
5105 parser.m_groupSize:=32;
5109 parser.m_groupSize ) then
5110 parser.m_groupAlloc:=parser.m_groupSize
[all …]
/dports/textproc/expat2/expat-2.4.7/lib/
H A Dxmlparse.c695 unsigned int m_groupSize; member
1050 parser->m_groupSize = 0; in parserCreate()
5281 if (parser->m_prologState.level >= parser->m_groupSize) { in doProlog()
5282 if (parser->m_groupSize) { in doProlog()
5285 if (parser->m_groupSize > (unsigned int)(-1) / 2u) { in doProlog()
5290 parser, parser->m_groupConnector, parser->m_groupSize *= 2); in doProlog()
5292 parser->m_groupSize /= 2; in doProlog()
5304 if (parser->m_groupSize > (size_t)(-1) / sizeof(int)) { in doProlog()
5310 parser, dtd->scaffIndex, parser->m_groupSize * sizeof(int)); in doProlog()
5317 = (char *)MALLOC(parser, parser->m_groupSize = 32); in doProlog()
[all …]

1234