Home
last modified time | relevance | path

Searched refs:genmax (Results 1 – 11 of 11) sorted by relevance

/dports/sysutils/coreutils/coreutils-8.32/lib/
H A Drandint.c114 randint_genmax (struct randint_source *s, randint genmax) in randint_genmax() argument
119 randint choices = genmax + 1; in randint_genmax()
123 if (randmax < genmax) in randint_genmax()
137 while (rmax < genmax); in randint_genmax()
156 while (randmax < genmax); in randint_genmax()
159 if (randmax == genmax) in randint_genmax()
176 randint excess_choices = randmax - genmax; in randint_genmax()
H A Drandint.h39 randint randint_genmax (struct randint_source *, randint genmax);
/dports/misc/gnuls/coreutils-8.30/lib/
H A Drandint.c114 randint_genmax (struct randint_source *s, randint genmax) in randint_genmax() argument
119 randint choices = genmax + 1; in randint_genmax()
123 if (randmax < genmax) in randint_genmax()
137 while (rmax < genmax); in randint_genmax()
156 while (randmax < genmax); in randint_genmax()
159 if (randmax == genmax) in randint_genmax()
176 randint excess_choices = randmax - genmax; in randint_genmax()
H A Drandint.h39 randint randint_genmax (struct randint_source *, randint genmax);
/dports/audio/polyphone/polyphone-75a5e88/sources/core/input/sf2/
H A Dinputparsersf2.cpp193 quint16 bagmin, bagmax, modmin, modmax, genmin, genmax; in fillSf2() local
219 genmax = pdtaPart._ibags[j + 1]._genIndex.value; in fillSf2()
224 genmax = pdtaPart._igens.count(); in fillSf2()
229 for (int k = genmin; k < genmax; k++) in fillSf2()
243 for (int k = genmin; k < genmax; k++) in fillSf2()
323 genmax = pdtaPart._pbags[j + 1]._genIndex.value; in fillSf2()
328 genmax = pdtaPart._pgens.count(); in fillSf2()
333 for (int k = genmin; k < genmax; k++) in fillSf2()
347 for (int k = genmin; k < genmax; k++) in fillSf2()
/dports/games/openttd/openttd-12.1/src/
H A Dtown_cmd.cpp598 int genmax = (hs->population + 7) / 8; in TileLoop_Town() local
599 uint32 genmask = (genmax >= 32) ? 0xFFFFFFFF : ((1 << genmax) - 1); in TileLoop_Town()
609 genmax = (hs->mail_generation + 7) / 8; in TileLoop_Town()
610 genmask = (genmax >= 32) ? 0xFFFFFFFF : ((1 << genmax) - 1); in TileLoop_Town()
/dports/audio/csound/csound-6.15.0/Engine/
H A Dfgens.c145 csound->genmax = GENMAX + 1; in hfgens()
222 if (UNLIKELY(!genum || genum > csound->genmax)) { /* & legal gen number x*/ in hfgens()
3363 n->genum = csound->genmax++; in allocgen()
3369 csound->gensub = (GEN*) csound->Malloc(csound, csound->genmax * sizeof(GEN)); in allocgen()
3374 csound->genmax * sizeof(GEN)); in allocgen()
3375 csound->gensub[csound->genmax-1] = fn; in allocgen()
3376 return csound->genmax-1; in allocgen()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A DcsoundCore.h1541 int genmax; member
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A DcsoundCore.h1541 int genmax; member
/dports/audio/csound/csound-6.15.0/include/
H A DcsoundCore.h1569 int genmax; member
/dports/audio/csound/csound-6.15.0/etc/
H A DChangeLog322 csound->genmax