OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Mar 02 05:31:46 UTC 2026