MCPcopy
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

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

Calls

no outgoing calls

Tested by

no test coverage detected