Home
last modified time | relevance | path

Searched refs:nbuckets (Results 1 – 14 of 14) sorted by relevance

/external/adhd/cras/src/common/
Dcras_metrics.c25 int max, int nbuckets) in cras_metrics_log_histogram() argument
32 CMetricsLibrarySendToUMA(handle, name, sample, min, max, nbuckets); in cras_metrics_log_histogram()
52 int max, int nbuckets) in cras_metrics_log_histogram() argument
Dcras_metrics.h14 int max, int nbuckets);
/external/mesa3d/src/util/
Dformat_srgb.py94 nbuckets = numexp << mantissa_msb
107 for bucket in range(0, nbuckets):
134 for j in range(0, nbuckets, 4):
/external/elfutils/libdwfl/
Ddwfl_module_getdwarf.c732 Elf32_Word nbuckets; in translate_offs() member
743 Elf32_Word nbuckets = header->nbuckets; in translate_offs() local
753 if (nbuckets > SIZE_MAX / sizeof (Elf32_Word)) in translate_offs()
758 nbuckets * sizeof (Elf32_Word), in translate_offs()
760 if (data != NULL && symndx < nbuckets) in translate_offs()
764 for (Elf32_Word bucket = 0; bucket < nbuckets; ++bucket) in translate_offs()
769 + nbuckets * sizeof (Elf32_Word)); in translate_offs()
/external/mdnsresponder/mDNSShared/
Ddnsextd.h141 mDNSs32 nbuckets; // buckets allocated member
Ddnsextd.c809 int i, bucket, newnbuckets = d->nbuckets * 2; in RehashTable()
816 for (i = 0; i < d->nbuckets; i++) in RehashTable()
828 d->nbuckets = newnbuckets; in RehashTable()
846 for (i = 0; i < d->nbuckets; i++) in PrintLeaseTable()
1144 d->nbuckets = LEASETABLE_INIT_NBUCKETS; in InitLeaseTable()
1347 for (i = 0; i < d->nbuckets; i++) in DeleteRecords()
1400 bucket = rr->namehash % d->nbuckets; in UpdateLeaseTable()
1443 if (d->nelems > d->nbuckets) in UpdateLeaseTable()
1446 bucket = rr->namehash % d->nbuckets; in UpdateLeaseTable()
/external/adhd/cras/src/tests/
Dserver_metrics_unittest.cc122 int max, int nbuckets) { in cras_metrics_log_histogram() argument
Daudio_thread_unittest_obsolete.cc2012 int max, int nbuckets) in cras_metrics_log_histogram() argument
/external/kernel-headers/original/uapi/linux/
Dbcache.h180 __u64 nbuckets; /* device size */ member
/external/llvm/include/llvm/Object/
DELFTypes.h543 Elf_Word nbuckets;
555 reinterpret_cast<const Elf_Word *>(filter().end()), nbuckets);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELFTypes.h525 Elf_Word nbuckets;
537 reinterpret_cast<const Elf_Word *>(filter().end()), nbuckets);
/external/elfutils/src/
Delflint.c2142 Elf32_Word nbuckets = ((Elf32_Word *) data->d_buf)[0]; in check_gnu_hash() local
2161 uint64_t used_buf = (4ULL + bitmask_words + nbuckets) * sizeof (Elf32_Word); in check_gnu_hash()
2180 + nbuckets); in check_gnu_hash()
2198 for (cnt = 4 + bitmask_words; cnt < 4 + bitmask_words + nbuckets; ++cnt) in check_gnu_hash()
2217 + nbuckets in check_gnu_hash()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp1940 W.printNumber("Num Buckets", GnuHashTable->nbuckets); in printGnuHashTable()
3157 uint32_t NBuckets = GnuHash->nbuckets; in printDynamicSymbols()
3477 size_t NBucket = GnuHashTable->nbuckets; in printHashHistogram()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1824 W.printNumber("Num Buckets", GnuHashTable->nbuckets); in printGnuHashTable()
3114 size_t NBucket = GnuHashTable->nbuckets; in printHashHistogram()