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

  /frameworks/ml/nn/common/
Utils.cpp 310 size_t poolCount) {
342 if (operand.location.poolIndex >= poolCount) {
344 << poolCount;
383 const hidl_vec<Operand>& operands, size_t poolCount,
405 if (argument.location.poolIndex >= poolCount) {
407 << argument.location.poolIndex << "/" << poolCount;
440 const size_t poolCount = request.pools.size();
441 return (validRequestArguments(request.inputs, model.inputIndexes, model.operands, poolCount,
443 validRequestArguments(request.outputs, model.outputIndexes, model.operands, poolCount,
  /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-wt-22k/lib_src/
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...]
eas_synth.h 326 EAS_U8 poolCount[NUM_SYNTH_CHANNELS];
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 100 milliseconds