public final class com.aayushatharva.brotli4j.common.Utils extends java.lang.Object
{
public static int maxCompressedSize(int)
{
java.lang.IllegalArgumentException v;
int v, v, v, v, v, v, v, v;
v := @parameter: int;
if v >= 0 goto label;
v = new java.lang.IllegalArgumentException;
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.String)>("Input size cannot be negative");
throw v;
label:
v = v >> 14;
v = 4 * v;
v = 2 + v;
v = v + 3;
v = v + 1;
v = v + v;
if v != 0 goto label;
return 2;
label:
if v >= v goto label;
v = 0;
goto label;
label:
v = v;
label:
return v;
}
private void <init>()
{
com.aayushatharva.brotli4j.common.Utils v;
v := @this: com.aayushatharva.brotli4j.common.Utils;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
}