Searched refs:indices (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/util/
H A DSparseMap.pm66 my $lv0size = (indices($self, $self->{MAX} - 1))[0] + 1;
80 my @index = $self->indices($n);
110 sub indices { subroutine
116 print "indices($v,", join(',', @bits), ") = " if $debug;
130 my @index = $self->indices($v);
/bind-9.6-ESV-R11/bin/named/
H A Dstatschannel.c106 * preference, regardless of the order of counter indices. For example,
481 int *indices, isc_uint64_t *values, int options)
498 dumparg.counterindices = indices;
505 index = indices[i];
479 dump_counters(isc_stats_t *stats, statsformat_t type, void *arg, const char *category, const char **desc, int ncounters, int *indices, isc_uint64_t *values, int options) argument

Completed in 411 milliseconds