MCPcopy 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

fillBitWindowMethod · 0.95
doFillBitWindowMethod · 0.95
peekBitsMethod · 0.95
readSymbolMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected