Home
last modified time | relevance | path

Searched refs:nStrings (Results 1 – 25 of 126) sorted by relevance

123456

/dports/audio/stk/stk-4.6.2/projects/eguitar/
H A Deguitar.cpp55 const unsigned int nStrings = 6; variable
70 StringInfo voices[nStrings];
123 if ( data->keysDown >= (int) nStrings ) break; // ignore extra note on's in processMessage()
125 for ( s=0; s<nStrings; s++ ) in processMessage()
127 if ( s == nStrings ) break; in processMessage()
136 else if ( channel <= nStrings ) in processMessage()
148 for ( s=0; s<nStrings; s++ ) in processMessage()
151 if ( s == nStrings ) break; in processMessage()
160 else if ( channel <= nStrings ) in processMessage()
201 for ( unsigned int s=0; s<nStrings; s++ ) in processMessage()
[all …]
/dports/misc/gpsim/gpsim-0.31.0/cli/
H A Dcmd_module.cc157 int nStrings = 0; in module() local
160 nStrings = strs->size(); in module()
163 if (nStrings >= 1) { in module()
166 if (nStrings >= 2) { in module()
174 if(nStrings==0) in module()
176 else if(nStrings==1) in module()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/mapper/
H A DmapperSuper.c259 int nStrings, CountPars; in Map_LibraryReadFormulaStep() local
286 nStrings = 0; in Map_LibraryReadFormulaStep()
291 pStrings[ nStrings++ ] = pCur; in Map_LibraryReadFormulaStep()
305 *pnStrings = nStrings; in Map_LibraryReadFormulaStep()
369 int nStrings, i; in Map_LibraryComputeTruth_rec() local
373 pGateName = Map_LibraryReadFormulaStep( pFormula, pStrings, &nStrings ); in Map_LibraryComputeTruth_rec()
374 if ( nStrings == 0 ) // elementary variable in Map_LibraryComputeTruth_rec()
382 for ( i = 0; i < nStrings; i++ ) in Map_LibraryComputeTruth_rec()
389 Mio_DeriveTruthTable( pMioGate, uTruthsFanins, nStrings, pLib->nVarsMax, uTruthRes ); in Map_LibraryComputeTruth_rec()
/dports/audio/stk/stk-4.6.2/src/
H A DGuitar.cpp41 Guitar :: Guitar( unsigned int nStrings, std::string bodyfile )
43 strings_.resize( nStrings );
44 stringState_.resize( nStrings, 0 );
45 decayCounter_.resize( nStrings, 0 );
46 filePointer_.resize( nStrings, 0 );
47 pluckGains_.resize( nStrings, 0 );
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/univ/
H A Dchecklst.h39 int nStrings = 0,
47 Create(parent, id, pos, size, nStrings, choices, style, validator, name);
54 int nStrings = 0,
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/osx/
H A Dchecklst.h24 int nStrings = 0,
32 Create(parent, id, pos, size, nStrings, choices, style, validator, name);
52 int nStrings = 0,
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/osx/
H A Dchecklst.h24 int nStrings = 0,
32 Create(parent, id, pos, size, nStrings, choices, style, validator, name);
52 int nStrings = 0,
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/univ/
H A Dchecklst.h34 int nStrings = 0,
42 Create(parent, id, pos, size, nStrings, choices, style, validator, name);
57 int nStrings = 0,
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/osx/
H A Dchecklst.h24 int nStrings = 0,
32 Create(parent, id, pos, size, nStrings, choices, style, validator, name);
52 int nStrings = 0,
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/univ/
H A Dchecklst.h34 int nStrings = 0,
42 Create(parent, id, pos, size, nStrings, choices, style, validator, name);
57 int nStrings = 0,
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/univ/
H A Dchecklst.h34 int nStrings = 0,
42 Create(parent, id, pos, size, nStrings, choices, style, validator, name);
57 int nStrings = 0,
/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DShuttle.h81 const EnumValueSymbol strings[], size_t nStrings );
99 const EnumValueSymbol strings[], size_t nStrings ) override;
123 const EnumValueSymbol strings[], size_t nStrings ) override;
160 const EnumValueSymbol WXUNUSED(strings) [], size_t WXUNUSED( nStrings ) ) in DefineEnum()
172 #define SHUTTLE_ENUM_PARAM( var, name, strings, nStrings ) \ argument
173 DefineEnum( var, KEY_ ## name, DEF_ ## name, strings, nStrings )
H A DShuttleGetDefinition.cpp120 const EnumValueSymbol strings[], size_t nStrings ) in DefineEnum() argument
131 for( size_t i = 0; i < nStrings; i++ ) in DefineEnum()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8glsy.hxx71 return nStrings; in GetNoStrings()
79 sal_uInt16 nStrings; member in WW8Glossary
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8glsy.hxx71 return nStrings; in GetNoStrings()
79 sal_uInt16 nStrings; member in WW8Glossary
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk1/
H A Dchecklst.cpp32 int nStrings, in wxCheckListBox() argument
39 wxListBox::Create( parent, id, pos, size, nStrings, choices, style, validator, name ); in wxCheckListBox()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/gtk1/
H A Dchecklst.cpp35 int nStrings, in wxCheckListBox() argument
42 wxListBox::Create( parent, id, pos, size, nStrings, choices, style, validator, name ); in wxCheckListBox()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/gtk1/
H A Dchecklst.cpp35 int nStrings, in wxCheckListBox() argument
42 wxListBox::Create( parent, id, pos, size, nStrings, choices, style, validator, name ); in wxCheckListBox()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/gtk1/
H A Dchecklst.cpp35 int nStrings, in wxCheckListBox() argument
42 wxListBox::Create( parent, id, pos, size, nStrings, choices, style, validator, name ); in wxCheckListBox()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/gtk1/
H A Dchecklst.cpp35 int nStrings, in wxCheckListBox() argument
42 wxListBox::Create( parent, id, pos, size, nStrings, choices, style, validator, name ); in wxCheckListBox()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk1/
H A Dchecklst.cpp32 int nStrings, in wxCheckListBox() argument
39 wxListBox::Create( parent, id, pos, size, nStrings, choices, style, validator, name ); in wxCheckListBox()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk1/
H A Dchecklst.cpp32 int nStrings, in wxCheckListBox() argument
39 wxListBox::Create( parent, id, pos, size, nStrings, choices, style, validator, name ); in wxCheckListBox()
/dports/games/wop/wop-0.4.3/src/
H A Dsettings.cpp592 int nStrings = 0; in readParametersFromRawLine() local
598 if( nStrings > 0 ) { in readParametersFromRawLine()
599 if( false == readParametersFromPreparedLine(nStrings, line, in readParametersFromRawLine()
667 int nStrings = 0, in separateParametersInRawLine() local
700 nStrings++; in separateParametersInRawLine()
718 nStrings++; in separateParametersInRawLine()
732 nStrings++; in separateParametersInRawLine()
743 nStrings++; in separateParametersInRawLine()
755 if( insideParameter ) nStrings++; in separateParametersInRawLine()
758 return nStrings; in separateParametersInRawLine()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/qt/
H A Dchecklst.cpp22 int nStrings, in wxCheckListBox() argument
28 Create( parent, id, pos, size, nStrings, choices, style, validator, name ); in wxCheckListBox()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/test/src/base/
H A Dossim-threaded-logfile-test.cpp23 void setNumberOfStringsToLog(ossim_uint32 nStrings) in setNumberOfStringsToLog() argument
25 m_numberOfStringsToLog = nStrings; in setNumberOfStringsToLog()

123456