Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/brotli
/ shr64
Method
shr64
java/org/brotli/dec/Utils.java:142–144 ·
view source on GitHub ↗
(long x, int y)
Source
from the content-addressed store, hash-verified
140
}
141
142
static
long shr64(long x,
int
y) {
143
return
x >>> y;
144
}
145
146
static
int
min(
int
a,
int
b) {
147
return
Math.min(a, b);
Callers
3
fillBitWindow
Method · 0.95
doFillBitWindow
Method · 0.95
peekBits
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected