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

  /external/srec/portable/include/
pmemory.h 113 #define CALLOC(nbElem, elemSize, tag) (pcalloc(nbElem, elemSize , tag, L(__FILE__), __LINE__))
114 #define CALLOC_CLR(nbElem, elemSize, tag) (pcalloc(nbElem, elemSize , tag, L(__FILE__), __LINE__))
119 #define CALLOC(nbElem, elemSize, tag) (pcalloc(nbElem, elemSize))
120 #define CALLOC_CLR(nbElem, elemSize, tag) (pcalloc(nbElem, elemSize))
143 #define NEW_ARRAY(type, nbElem, tag) ((type *) CALLOC(nbElem, sizeof(type), tag)
    [all...]
  /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 58 milliseconds