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

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemUse.java 156 int nSets = attrSets.size();
160 for (int k = nSets-1; k >= 0 ; k--)
  /external/valgrind/main/cachegrind/
cg-x86-amd64.c 500 Long nSets = (Long)LLc->size / (Long)(LLc->line_size * LLc->assoc);
502 nSets >= 4
503 /* nSets is not a power of 2 */
504 && VG_(log2_64)( (ULong)nSets ) == -1
505 /* nSets is 50% above a power of 2 */
506 && VG_(log2_64)( (ULong)((2 * nSets) / (Long)3) ) != -1

Completed in 74 milliseconds