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

  /external/libxml2/
dict.c 565 unsigned long nbElem = 0;
636 nbElem++;
667 nbElem++;
678 "xmlDictGrow : from %d to %d, %d elems\n", oldsize, size, nbElem);
hash.c 239 unsigned long nbElem = 0;
298 nbElem++;
309 "xmlHashGrow : from %d to %d, %d elems\n", oldsize, size, nbElem);

Completed in 720 milliseconds