Home
last modified time | relevance | path

Searched refs:bundleNum (Results 1 – 5 of 5) sorted by relevance

/dports/audio/julius/julius-4.1.2/gramtools/mkdfa/mkfa-1.44-flex/
H A Ddfa.c77 int bundleNum; in r_makeDFA() local
109 bundleNum = 0; in r_makeDFA()
116 bundleNum++; in r_makeDFA()
118 if( bundleNum > 1 ){ in r_makeDFA()
133 for( i = 0; i < bundleNum; i++ ){ in r_makeDFA()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DPhyRegUsage.cpp205 unsigned bundleNum = 0; in getOccupiedBundle() local
242 bundleNum++; in getOccupiedBundle()
248 if (bundleNum > 12) in getOccupiedBundle()
H A DLocalRA.cpp703 unsigned bundleNum = 0; in getOccupiedBundle() local
739 bundleNum++; in getOccupiedBundle()
745 if (bundleNum > 12) in getOccupiedBundle()
/dports/games/iortcw/iortcw-1.51c/MP/code/rend2/
H A Dtr_shade.c198 static void ComputeTexMods( shaderStage_t *pStage, int bundleNum, float *outMatrix, float *outOffTu… in ComputeTexMods() argument
202 textureBundle_t *bundle = &pStage->bundle[bundleNum]; in ComputeTexMods()
/dports/games/iortcw/iortcw-1.51c/SP/code/rend2/
H A Dtr_shade.c192 static void ComputeTexMods( shaderStage_t *pStage, int bundleNum, float *outMatrix, float *outOffTu… in ComputeTexMods() argument
196 textureBundle_t *bundle = &pStage->bundle[bundleNum]; in ComputeTexMods()