Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HtmlUnit/htmlunit
/ shr32
Method
shr32
src/main/java/org/htmlunit/util/brotli/Utils.java:139–141 ·
view source on GitHub ↗
(int x, int y)
Source
from the content-addressed store, hash-verified
137
}
138
139
static
int
shr32(
int
x,
int
y) {
140
return
x >>> y;
141
}
142
143
static
long shr64(long x,
int
y) {
144
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