Home
last modified time | relevance | path

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

/freebsd/contrib/dma/
H A Ddns.c71 const int count_inc = 10; in add_host() local
101 if (*ps + 1 >= roundup(*ps, count_inc)) { in add_host()
102 size_t newsz = roundup(*ps + 2, count_inc); in add_host()