HomeSort by relevance Sort by last modified time
    Searched refs:nbElem (Results 1 - 5 of 5) 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/chromium_org/third_party/libxml/src/
dict.c 532 unsigned long nbElem = 0;
603 nbElem++;
634 nbElem++;
645 "xmlDictGrow : from %d to %d, %d elems\n", oldsize, size, nbElem);
hash.c 203 unsigned long nbElem = 0;
262 nbElem++;
273 "xmlHashGrow : from %d to %d, %d elems\n", oldsize, size, nbElem);
  /external/libxml2/
dict.c 634 unsigned long nbElem = 0;
705 nbElem++;
736 nbElem++;
747 "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 304 milliseconds