Searched defs:total (Results 1 - 7 of 7) sorted by relevance
/bind-9.11.3/lib/dns/rdata/generic/ |
H A D | opt_41.c | 91 unsigned int total; local 103 total = 0; 111 total += 4; 190 total += length; 195 if (tregion.length < total) 197 memmove(tregion.base, sregion.base, total); 198 isc_buffer_forward(source, total); 199 isc_buffer_add(target, total);
|
/bind-9.11.3/lib/isc/include/isc/ |
H A D | mem.h | 215 size_t (*total)(isc_mem_t *mctx); member in struct:isc_memmethods 415 * Get the total amount of memory in 'mctx', in bytes, including memory
|
/bind-9.11.3/lib/isc/ |
H A D | entropy.c | 140 isc_uint32_t total; /*%< entropy from this source */ member in struct:isc_entropysource 541 isc_uint32_t remain, deltae, count, total; local 559 total = 0; 632 total += deltae; 649 add_entropy(ent, total); 903 source->total = 0; 982 source->total = 0;
|
H A D | mem.c | 135 size_t total; member in struct:isc__mem 528 if (ctx->quota != 0U && ctx->total + increment > ctx->quota) 555 ctx->total += increment; 653 if (ctx->quota != 0U && ctx->total + size > ctx->quota) { 662 ctx->total += size; 821 ctx->total += size; 929 ctx->total = 0; 1734 size_t total; local 1739 total = ctx->total; 2328 isc_uint64_t total; member in struct:summarystat [all...] |
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/ |
H A D | dnsperf.c | 260 stddev(isc_uint64_t sum_of_squares, isc_uint64_t sum, isc_uint64_t total) argument 265 return sqrt((sum_of_squares - (squared / total)) / (total - 1)); 345 sum_stats(const config_t *config, stats_t *total) argument 349 memset(total, 0, sizeof(*total)); 355 total->rcodecounts[j] += stats->rcodecounts[j]; 357 total->num_sent += stats->num_sent; 358 total->num_interrupted += stats->num_interrupted; 359 total 942 stats_t total; local 998 per_thread(isc_uint32_t total, isc_uint32_t nthreads, unsigned int offset) argument [all...] |
/bind-9.11.3/lib/dns/ |
H A D | message.c | 1977 unsigned int count, total; local 2016 total = 0; 2051 total += count; 2055 msg->counts[sectionid] += total; 2066 msg->counts[sectionid] += total; 2077 msg->counts[sectionid] += total; 2140 total += count; 2157 msg->counts[sectionid] += total; 2166 msg->counts[sectionid] += total; 2194 msg->counts[sectionid] += total; [all...] |
/bind-9.11.3/contrib/queryperf/ |
H A D | queryperf.c | 1899 print_histogram(unsigned int total) { argument 1915 ratio = ((double)rttarray[i] / (double)total) * 100;
|
Completed in 38 milliseconds