Home
last modified time | relevance | path

Searched refs:nelems (Results 1 – 8 of 8) sorted by relevance

/external/elfutils/lib/
Dfixedsizehash.h94 CONCAT(PREFIX,fshash_init) (size_t nelems) in CONCAT()
101 if (nelems >= (max_size_t / 3) * 2) in CONCAT()
108 nelems = next_prime (MAX ((nelems * 3) / 2, 10)); in CONCAT()
113 + (nelems + 1) * sizeof (struct CONCAT(PREFIX,fshashent)), 1); in CONCAT()
117 result->nslots = nelems; in CONCAT()
/external/libcxxabi/src/
Dfallback_malloc.ipp88 const size_t nelems = alloc_size ( len );
98 if (p->len > nelems) { // chunk is larger, shorten, and return the tail
101 p->len = static_cast<heap_size>(p->len - nelems);
104 q->len = static_cast<heap_size>(nelems);
108 if (p->len == nelems) { // exact size match
/external/selinux/libsepol/cil/src/
Dcil_symtab.c160 symtab->nelems = 0; in cil_complex_symtab_init()
218 symtab->nelems++; in cil_complex_symtab_insert()
283 symtab->nelems = 0; in cil_complex_symtab_destroy()
Dcil_symtab.h68 uint32_t nelems; member
/external/mdnsresponder/mDNSShared/
Ddnsextd.h142 mDNSs32 nelems; // elements in table member
Ddnsextd.c845 Log("Dumping Lease Table Contents (table contains %d resource records)", d->nelems); in PrintLeaseTable()
1145 d->nelems = 0; in InitLeaseTable()
1360 d->nelems--; in DeleteRecords()
1424 d->nelems--; in UpdateLeaseTable()
1443 if (d->nelems > d->nbuckets) in UpdateLeaseTable()
1463 d->nelems++; in UpdateLeaseTable()
/external/blktrace/
Dblktrace.h43 unsigned int nelems; member
Dblkparse.c1787 if (!pci->nelems) in show_device_and_cpu_stats()
2081 pci->nelems++; in show_entries_rb()
2464 pci->nelems++; in handle()