Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
44698f45
Commit
44698f45
authored
Mar 10, 2018
by
Otmar Ertl
Browse files
made constant static
parent
633983d4
Changes
1
Show whitespace changes
Inline
Side-by-side
src/hyperloglog.c
View file @
44698f45
...
...
@@ -1009,7 +1009,7 @@ uint64_t hllCount(struct hllhdr *hdr, int *invalid) {
double
m
=
HLL_REGISTERS
;
double
E
;
int
j
;
double
alphaInf
=
0
.
5
/
log
(
2
.);
static
double
alphaInf
=
0
.
5
/
log
(
2
.);
int
regHisto
[
HLL_Q
+
2
]
=
{
0
};
/* Compute register histogram */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment