OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sigbits
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/isc/
histo.c
47
* `
sigbits
`. The following macros calculate (at run time) the exact
57
#define DENORMALS(hg) ((hg)->
sigbits
- 1)
58
#define MANTISSAS(hg) (1 << (hg)->
sigbits
)
74
uint
sigbits
;
member in struct:isc_histo
88
isc_histo_create(isc_mem_t *mctx, uint
sigbits
, isc_histo_t **hgp) {
89
REQUIRE(
sigbits
>= ISC_HISTO_MINBITS);
90
REQUIRE(
sigbits
<= ISC_HISTO_MAXBITS);
97
.
sigbits
=
sigbits
,
126
return hg->
sigbits
;
[
all
...]
histo.c
47
* `
sigbits
`. The following macros calculate (at run time) the exact
57
#define DENORMALS(hg) ((hg)->
sigbits
- 1)
58
#define MANTISSAS(hg) (1 << (hg)->
sigbits
)
74
uint
sigbits
;
member in struct:isc_histo
88
isc_histo_create(isc_mem_t *mctx, uint
sigbits
, isc_histo_t **hgp) {
89
REQUIRE(
sigbits
>= ISC_HISTO_MINBITS);
90
REQUIRE(
sigbits
<= ISC_HISTO_MAXBITS);
97
.
sigbits
=
sigbits
,
126
return hg->
sigbits
;
[
all
...]
Completed in 30 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026