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

  /external/libxml2/
dict.c 637 unsigned long nbElem = 0;
708 nbElem++;
739 nbElem++;
750 "xmlDictGrow : from %lu to %lu, %u elems\n", oldsize, size, nbElem);
hash.c 235 unsigned long nbElem = 0;
294 nbElem++;
305 "xmlHashGrow : from %d to %d, %d elems\n", oldsize, size, nbElem);

Completed in 62 milliseconds