Searched defs:values (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/lib/dns/tests/
H A Drbt_test.c1096 static int *values; variable
1120 ATF_CHECK_EQ(values[i], (intptr_t) node->data);
1151 values = (int *) malloc(4000000 * sizeof(int));
1158 values[i] = r;
1199 free(values);
/bind-9.11.3/lib/isc/tests/
H A Drandom_test.c24 isc_uint16_t *values, size_t length);
272 isc_uint16_t values[128000]; local
276 values[i] = isc_rng_random(rng);
278 p_value = (*func)(mctx, values, 128000);
313 * Check uniform distribution of p-values (see section 4.2.2 in
346 monobit(isc_mem_t *mctx, isc_uint16_t *values, size_t length) { argument
359 scount += scounts_table[values[i]];
377 runs(isc_mem_t *mctx, isc_uint16_t *values, size_t length) { argument
398 bcount += bitcounts_table[values[i]];
420 bit_prev = (values[
453 blockfrequency(isc_mem_t *mctx, isc_uint16_t *values, size_t length) argument
518 binarymatrixrank(isc_mem_t *mctx, isc_uint16_t *values, size_t length) argument
[all...]
/bind-9.11.3/lib/dns/
H A Dcache.c1366 int *indices, isc_uint64_t *values)
1370 memset(values, 0, sizeof(values[0]) * ncounters);
1375 dumparg.countervalues = values;
1383 isc_uint64_t values[dns_cachestatscounter_max]; local
1388 dns_cachestatscounter_max, indices, values);
1391 values[dns_cachestatscounter_hits],
1394 values[dns_cachestatscounter_misses],
1397 values[dns_cachestatscounter_queryhits],
1400 values[dns_cachestatscounter_querymisse
1365 getcounters(isc_stats_t *stats, isc_statsformat_t type, int ncounters, int *indices, isc_uint64_t *values) argument
1456 isc_uint64_t values[dns_cachestatscounter_max]; local
1503 isc_uint64_t values[dns_cachestatscounter_max]; local
[all...]
/bind-9.11.3/bin/named/
H A Dstatschannel.c1010 int *indices, isc_uint64_t *values, int options)
1031 dumparg.countervalues = values;
1033 memset(values, 0, sizeof(values[0]) * ncounters);
1050 value = values[idx];
1008 dump_counters(isc_stats_t *stats, isc_statsformat_t type, void *arg, const char *category, const char **desc, int ncounters, int *indices, isc_uint64_t *values, int options) argument

Completed in 33 milliseconds