Home
last modified time | relevance | path

Searched refs:sample (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/dns/resolv/
Dres_stats.c38 _res_stats_set_sample(struct __res_sample* sample, time_t now, int rcode, int rtt) in _res_stats_set_sample() argument
43 sample->at = now; in _res_stats_set_sample()
44 sample->rcode = rcode; in _res_stats_set_sample()
45 sample->rtt = rtt; in _res_stats_set_sample()
Dres_send.c560 struct __res_sample sample; in res_nsend() local
561 _res_stats_set_sample(&sample, now, rcode, delay); in res_nsend()
563 ns, &sample, params.max_samples); in res_nsend()
587 struct __res_sample sample; in res_nsend() local
588 _res_stats_set_sample(&sample, now, rcode, delay); in res_nsend()
590 ns, &sample, params.max_samples); in res_nsend()
Dres_cache.c2163 _res_cache_add_stats_sample_locked(struct __res_stats* stats, const struct __res_sample* sample, in _res_cache_add_stats_sample_locked() argument
2169 stats->samples[stats->sample_next] = *sample; in _res_cache_add_stats_sample_locked()
2274 const struct __res_sample* sample, int max_samples) { in _resolv_cache_add_resolver_stats_sample() argument
2282 _res_cache_add_stats_sample_locked(&info->nsstats[ns], sample, max_samples); in _resolv_cache_add_resolver_stats_sample()
/bionic/libc/kernel/uapi/sound/
Dsfnt_info.h96 unsigned short sample; member
139 unsigned short sample; member
/bionic/libc/dns/include/
Dresolv_stats.h55 _res_stats_set_sample(struct __res_sample* sample, time_t now, int rcode, int rtt);
Dresolv_private.h220 const struct __res_sample* sample, int max_samples);