OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nbElem
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libxml/src/
hash.c
203
unsigned long
nbElem
= 0;
262
nbElem
++;
273
"xmlHashGrow : from %d to %d, %d elems\n", oldsize, size,
nbElem
);
dict.c
532
unsigned long
nbElem
= 0;
603
nbElem
++;
634
nbElem
++;
645
"xmlDictGrow : 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 247 milliseconds