/external/adhd/cras/src/common/ |
D | cras_metrics.c | 25 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
|
D | cras_metrics.h | 14 int max, int nbuckets);
|
/external/mesa3d/src/util/ |
D | format_srgb.py | 94 nbuckets = numexp << mantissa_msb 107 for bucket in range(0, nbuckets): 134 for j in range(0, nbuckets, 4):
|
/external/elfutils/libdwfl/ |
D | dwfl_module_getdwarf.c | 732 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/ |
D | dnsextd.h | 141 mDNSs32 nbuckets; // buckets allocated member
|
D | dnsextd.c | 809 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/ |
D | server_metrics_unittest.cc | 122 int max, int nbuckets) { in cras_metrics_log_histogram() argument
|
D | audio_thread_unittest_obsolete.cc | 2012 int max, int nbuckets) in cras_metrics_log_histogram() argument
|
/external/kernel-headers/original/uapi/linux/ |
D | bcache.h | 180 __u64 nbuckets; /* device size */ member
|
/external/llvm/include/llvm/Object/ |
D | ELFTypes.h | 543 Elf_Word nbuckets; 555 reinterpret_cast<const Elf_Word *>(filter().end()), nbuckets);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | ELFTypes.h | 525 Elf_Word nbuckets; 537 reinterpret_cast<const Elf_Word *>(filter().end()), nbuckets);
|
/external/elfutils/src/ |
D | elflint.c | 2142 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/ |
D | ELFDumper.cpp | 1940 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/ |
D | ELFDumper.cpp | 1824 W.printNumber("Num Buckets", GnuHashTable->nbuckets); in printGnuHashTable() 3114 size_t NBucket = GnuHashTable->nbuckets; in printHashHistogram()
|