/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/lookup/ |
H A D | TagBits.java | 90 long IsBoundParameterizedType = ASTNode.Bit24; // PTB only. 92 long HasAnnotatedVariants = ASTNode.Bit24; // TVB, STB
|
H A D | ExtraCompilerModifiers.java | 38 final int AccModifierProblem = ASTNode.Bit24;
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.internal.tools/src/org/eclipse/jdt/core/internal/tools/unicode/ |
H A D | FileEncoder.java | 48 private final static int Bit24 = 0x800000; field in FileEncoder 90 …Bit13, Bit14, Bit15, Bit16, Bit17, Bit18, Bit19, Bit20, Bit21, Bit22, Bit23, Bit24, Bit25, Bit26, …
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ |
H A D | TagBits.java | 94 long IsBoundParameterizedType = ASTNode.Bit24; // PTB only. 96 long HasAnnotatedVariants = ASTNode.Bit24; // TVB, STB
|
H A D | ExtraCompilerModifiers.java | 41 final int AccModifierProblem = ASTNode.Bit24;
|
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ast/ |
H A D | ASTNode.java | 100 public final static int Bit24 = 0x800000; // parenthesis count field in ASTNode 176 public static final int ParenthesizedMASK = Bit22 | Bit23 | Bit24 | Bit25
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/ast/ |
H A D | ASTNode.java | 48 public final static int Bit24 = 0x800000; // parenthesis count (expression) field in ASTNode 111 …public static final int ParenthesizedMASK = Bit22|Bit23|Bit24|Bit25|Bit26|Bit27|Bit28|Bit29; // 8 …
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/lookup/ |
H A D | TagBits.java | 50 final int IsBoundParameterizedType = ASTNode.Bit24;
|
H A D | CompilerModifiers.java | 30 final int AccModifierProblem = ASTNode.Bit24;
|
/dports/graphics/p5-Image-ExifTool-devel/Image-ExifTool-12.14/t/ |
H A D | MP3_2.out | 17 [MPEG, MPEG, Audio] Bit24-25 - Channel Mode: Joint Stereo
|
/dports/graphics/p5-Image-ExifTool/Image-ExifTool-12.30/t/ |
H A D | MP3_2.out | 17 [MPEG, MPEG, Audio] Bit24-25 - Channel Mode: Joint Stereo
|
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/gookit/color/ |
H A D | color_rgb.go | 98 func Bit24(r, g, b uint8, isBg ...bool) RGBColor { return RGB(r, g, b, isBg...) } func
|
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/gookit/color/color-1.4.2/ |
H A D | color_rgb.go | 98 func Bit24(r, g, b uint8, isBg ...bool) RGBColor { return RGB(r, g, b, isBg...) } func
|
H A D | color_rgb_test.go | 234 whiteBg := Bit24(255, 255, 255, true)
|
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/parser/ |
H A D | ScannerHelper.java | 29 ASTNode.Bit19, ASTNode.Bit20, ASTNode.Bit21, ASTNode.Bit22, ASTNode.Bit23, ASTNode.Bit24,
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/ |
H A D | ScannerHelper.java | 31 ASTNode.Bit19, ASTNode.Bit20, ASTNode.Bit21, ASTNode.Bit22, ASTNode.Bit23, ASTNode.Bit24,
|
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/ast/ |
H A D | ASTNode.java | 106 public final static int Bit24 = 0x800000; // parenthesis count (expression) field in ASTNode 216 …public static final int ParenthesizedMASK = Bit22|Bit23|Bit24|Bit25|Bit26|Bit27|Bit28|Bit29; // 8 …
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ |
H A D | ASTNode.java | 119 public final static int Bit24 = 0x800000; // parenthesis count (expression) field in ASTNode 232 …public static final int ParenthesizedMASK = Bit22|Bit23|Bit24|Bit25|Bit26|Bit27|Bit28|Bit29; // 8 …
|
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMCCodeEmitter.cpp | 468 unsigned Bit24 = EncodedValue & 0x01000000; in NEONThumb2DataIPostEncoder() local 469 unsigned Bit28 = Bit24 << 4; in NEONThumb2DataIPostEncoder()
|
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMCCodeEmitter.cpp | 468 unsigned Bit24 = EncodedValue & 0x01000000; in NEONThumb2DataIPostEncoder() local 469 unsigned Bit28 = Bit24 << 4; in NEONThumb2DataIPostEncoder()
|
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMCCodeEmitter.cpp | 464 unsigned Bit24 = EncodedValue & 0x01000000; in NEONThumb2DataIPostEncoder() local 465 unsigned Bit28 = Bit24 << 4; in NEONThumb2DataIPostEncoder()
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/ |
H A D | CompilerOptions.java | 285 public static final int UnusedDeclaredThrownException = IrritantSet.GROUP0 | ASTNode.Bit24; 316 public static final int MissingJavadocTagDescription = IrritantSet.GROUP1 | ASTNode.Bit24; 347 public static final int UsingTerminallyDeprecatedAPI = IrritantSet.GROUP2 | ASTNode.Bit24;
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMCCodeEmitter.cpp | 487 unsigned Bit24 = EncodedValue & 0x01000000; in NEONThumb2DataIPostEncoder() local 488 unsigned Bit28 = Bit24 << 4; in NEONThumb2DataIPostEncoder()
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMCCodeEmitter.cpp | 487 unsigned Bit24 = EncodedValue & 0x01000000; in NEONThumb2DataIPostEncoder() local 488 unsigned Bit28 = Bit24 << 4; in NEONThumb2DataIPostEncoder()
|
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMCCodeEmitter.cpp | 487 unsigned Bit24 = EncodedValue & 0x01000000; in NEONThumb2DataIPostEncoder() local 488 unsigned Bit28 = Bit24 << 4; in NEONThumb2DataIPostEncoder()
|