HomeSort by relevance Sort by last modified time
    Searched defs:poolCount (Results 1 - 10 of 10) sorted by null

  /external/antlr/antlr-3.4/runtime/C/src/
antlr3commontoken.c 245 ANTLR3_INT32 poolCount;
252 for (poolCount = 0; poolCount <= factory->thisPool; poolCount++)
256 pool = factory->pools[poolCount];
260 limit = (poolCount == factory->thisPool ? factory->nextToken : ANTLR3_FACTORY_POOL_SIZE);
288 ANTLR3_FREE(factory->pools[poolCount]);
289 factory->pools[poolCount] = NULL;
antlr3commontree.c 254 ANTLR3_INT32 poolCount;
269 for (poolCount = 0; poolCount <= factory->thisPool; poolCount++)
273 ANTLR3_FREE(factory->pools[poolCount]);
274 factory->pools[poolCount] = NULL;
antlr3collections.c     [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_synth.h 326 EAS_U8 poolCount[NUM_SYNTH_CHANNELS];
eas_voicemgt.c 215 pSynth->poolCount[pool]++;
248 pSynth->poolCount[pool]--;
468 pSynth->poolCount[i] = 0;
738 pSynth->poolCount[i] = 0;
779 pSynth->poolCount[pool]++;
785 pSynth->poolCount[pool]++;
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_synth.h 326 EAS_U8 poolCount[NUM_SYNTH_CHANNELS];
eas_voicemgt.c 215 pSynth->poolCount[pool]++;
248 pSynth->poolCount[pool]--;
468 pSynth->poolCount[i] = 0;
738 pSynth->poolCount[i] = 0;
779 pSynth->poolCount[pool]++;
785 pSynth->poolCount[pool]++;
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_synth.h 326 EAS_U8 poolCount[NUM_SYNTH_CHANNELS];
eas_voicemgt.c 215 pSynth->poolCount[pool]++;
248 pSynth->poolCount[pool]--;
468 pSynth->poolCount[i] = 0;
738 pSynth->poolCount[i] = 0;
779 pSynth->poolCount[pool]++;
785 pSynth->poolCount[pool]++;
    [all...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 120 milliseconds