HomeSort by: relevance | last modified time | path
    Searched refs:QP_CHUNK_SIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
qp_p.h 160 #define QP_CHUNK_SIZE (1U << QP_CHUNK_LOG_MAX)
161 #define QP_CHUNK_BYTES (QP_CHUNK_SIZE * sizeof(dns_qpnode_t))
176 #define QP_MAX_FREE (QP_CHUNK_SIZE / 8)
177 #define QP_MIN_USED (QP_CHUNK_SIZE - QP_MAX_FREE)
194 ((free) > QP_CHUNK_SIZE * 4 && (free) > (qp)->used_count / 2)
212 return QP_CHUNK_SIZE * chunk + cell;
217 return ref / QP_CHUNK_SIZE;
222 return ref % QP_CHUNK_SIZE;
qp.c 522 INSIST(qp->chunk_capacity <= QP_CHUNK_SIZE);

Completed in 163 milliseconds