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