Searched defs:nbItems (Results 1 - 3 of 3) sorted by relevance

/external/srec/portable/src/
H A Dpmemory.c701 void *pcalloc(size_t nbItems, size_t itemSize, const LCHAR* tag, const LCHAR* file, int line) argument
703 void *pcalloc(size_t nbItems, size_t itemSize)
711 result = (MemoryData *)pmalloc(nbItems * itemSize, tag, file, line);
713 result = (MemoryData *)pmalloc(nbItems * itemSize);
716 memset(result, 0, nbItems * itemSize);
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c293 (WXS_CONSTRUCTOR((ctx))->buckets->nbItems > 0) )
312 #define WXS_ILIST_IS_EMPTY(l) ((l == NULL) || ((l)->nbItems == 0))
355 int nbItems; /* used for dynamic addition of schemata */ member in struct:_xmlSchemaItemList
3315 list->nbItems = 0;
3330 } else if (list->sizeItems <= list->nbItems) {
3340 list->items[list->nbItems++] = item;
3359 } else if (list->sizeItems <= list->nbItems) {
3369 list->items[list->nbItems++] = item;
3384 } else if (list->sizeItems <= list->nbItems) {
3397 if (idx >= list->nbItems) {
20796 int nbItems, i, ret = 0; local
[all...]
/external/libxml2/
H A Dxmlschemas.c293 (WXS_CONSTRUCTOR((ctx))->buckets->nbItems > 0) )
312 #define WXS_ILIST_IS_EMPTY(l) ((l == NULL) || ((l)->nbItems == 0))
355 int nbItems; /* used for dynamic addition of schemata */ member in struct:_xmlSchemaItemList
3334 list->nbItems = 0;
3349 } else if (list->sizeItems <= list->nbItems) {
3359 list->items[list->nbItems++] = item;
3378 } else if (list->sizeItems <= list->nbItems) {
3388 list->items[list->nbItems++] = item;
3403 } else if (list->sizeItems <= list->nbItems) {
3416 if (idx >= list->nbItems) {
20825 int nbItems, i, ret = 0; local
[all...]

Completed in 173 milliseconds