Searched refs:IS_NEG_CODE (Results 1 – 7 of 7) sorted by relevance
/dports/games/multimc/MultiMC5-0.6.11/libraries/pack200/src/ |
H A D | coding.cpp | 58 #define IS_NEG_CODE(S, codeVal) ((((int)(codeVal) + 1) & ((1 << S) - 1)) == 0) macro 66 if (IS_NEG_CODE(S, ux)) in decode_sign() 129 while (IS_NEG_CODE(S, maxPosCode)) in init() 131 while (!IS_NEG_CODE(S, maxNegCode)) in init()
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.pack/share/native/common-unpack/ |
H A D | coding.cpp | 55 #define IS_NEG_CODE(S, codeVal) \ macro 65 if (IS_NEG_CODE(S, ux)) in decode_sign() 116 while (IS_NEG_CODE(S, maxPosCode)) --maxPosCode; in init() 117 while (!IS_NEG_CODE(S, maxNegCode)) --maxNegCode; in init()
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.pack/share/native/common-unpack/ |
H A D | coding.cpp | 55 #define IS_NEG_CODE(S, codeVal) \ macro 65 if (IS_NEG_CODE(S, ux)) in decode_sign() 116 while (IS_NEG_CODE(S, maxPosCode)) --maxPosCode; in init() 117 while (!IS_NEG_CODE(S, maxNegCode)) --maxNegCode; in init()
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.pack/share/native/common-unpack/ |
H A D | coding.cpp | 55 #define IS_NEG_CODE(S, codeVal) \ macro 65 if (IS_NEG_CODE(S, ux)) in decode_sign() 116 while (IS_NEG_CODE(S, maxPosCode)) --maxPosCode; in init() 117 while (!IS_NEG_CODE(S, maxNegCode)) --maxNegCode; in init()
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.pack/share/native/common-unpack/ |
H A D | coding.cpp | 55 #define IS_NEG_CODE(S, codeVal) \ macro 65 if (IS_NEG_CODE(S, ux)) in decode_sign() 116 while (IS_NEG_CODE(S, maxPosCode)) --maxPosCode; in init() 117 while (!IS_NEG_CODE(S, maxNegCode)) --maxNegCode; in init()
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/com/sun/java/util/jar/pack/ |
H A D | coding.cpp | 55 #define IS_NEG_CODE(S, codeVal) \ macro 65 if (IS_NEG_CODE(S, ux)) in decode_sign() 116 while (IS_NEG_CODE(S, maxPosCode)) --maxPosCode; in init() 117 while (!IS_NEG_CODE(S, maxNegCode)) --maxNegCode; in init()
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/com/sun/java/util/jar/pack/ |
H A D | coding.cpp | 55 #define IS_NEG_CODE(S, codeVal) \ macro 65 if (IS_NEG_CODE(S, ux)) in decode_sign() 116 while (IS_NEG_CODE(S, maxPosCode)) --maxPosCode; in init() 117 while (!IS_NEG_CODE(S, maxNegCode)) --maxNegCode; in init()
|