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

  /external/webkit/JavaScriptCore/bytecode/
Opcode.cpp 153 long long pairCount = opcodePairCounts[indexPair.first][indexPair.second];
154 double pairProportion = ((double) pairCount) / ((double) totalInstructionPairs);
156 if (!pairCount || pairProportion < 0.0001 || pairProportion < opcodeProportion / 100)
162 printf(" %s%s %s:%s %lld - %.2f%%\n", opcodeNames[indexPair.first], padOpcodeName((OpcodeID)indexPair.first, 28), opcodeNames[indexPair.second], padOpcodeName((OpcodeID)indexPair.second, 28), pairCount, pairProportion * 100.0);
  /external/freetype/src/truetype/
ttgxvar.h 58 FT_UShort pairCount;
59 GX_AVarCorrespondence correspondence; /* array with pairCount entries */
ttgxvar.c 315 segment->pairCount = FT_GET_USHORT();
316 if ( FT_NEW_ARRAY( segment->correspondence, segment->pairCount ) )
329 for ( j = 0; j < segment->pairCount; ++j )
    [all...]

Completed in 433 milliseconds