OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISC_HISTO_MAXQUANTILES
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mpl/bind/dist/lib/isc/include/isc/
histo.h
76
#define
ISC_HISTO_MAXQUANTILES
101 /* enough for all the percentiles */
382
*\li `0 < size && size <=
ISC_HISTO_MAXQUANTILES
`
/src/external/mpl/bind/dist/tests/isc/
histo_test.c
183
const uint quantum =
ISC_HISTO_MAXQUANTILES
/ 2 - 1;
184
uint64_t value[
ISC_HISTO_MAXQUANTILES
];
185
double frac[
ISC_HISTO_MAXQUANTILES
];
/src/external/mpl/bind/dist/lib/isc/
histo.c
498
uint64_t rank[
ISC_HISTO_MAXQUANTILES
];
501
REQUIRE(0 < size && size <=
ISC_HISTO_MAXQUANTILES
);
Completed in 18 milliseconds
Indexes created Wed Jun 24 00:24:50 UTC 2026