MCPcopy
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

fillBitWindowMethod · 0.95
doFillBitWindowMethod · 0.95
peekBitsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected