Searched refs:nbElem (Results 1 - 5 of 5) sorted by relevance

/external/srec/portable/include/
H A Dpmemory.h113 #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, sizeo
[all...]
/external/chromium_org/third_party/libxml/src/
H A Ddict.c532 unsigned long nbElem = 0; local
603 nbElem++;
634 nbElem++;
645 "xmlDictGrow : from %d to %d, %d elems\n", oldsize, size, nbElem);
H A Dhash.c203 unsigned long nbElem = 0; local
262 nbElem++;
273 "xmlHashGrow : from %d to %d, %d elems\n", oldsize, size, nbElem);
/external/libxml2/
H A Ddict.c565 unsigned long nbElem = 0; local
636 nbElem++;
667 nbElem++;
678 "xmlDictGrow : from %d to %d, %d elems\n", oldsize, size, nbElem);
H A Dhash.c239 unsigned long nbElem = 0; local
298 nbElem++;
309 "xmlHashGrow : from %d to %d, %d elems\n", oldsize, size, nbElem);

Completed in 143 milliseconds