Home
last modified time | relevance | path

Searched refs:Bit24 (Results 1 – 25 of 43) sorted by relevance

12

/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/lookup/
H A DTagBits.java90 long IsBoundParameterizedType = ASTNode.Bit24; // PTB only.
92 long HasAnnotatedVariants = ASTNode.Bit24; // TVB, STB
H A DExtraCompilerModifiers.java38 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 DFileEncoder.java48 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 DTagBits.java94 long IsBoundParameterizedType = ASTNode.Bit24; // PTB only.
96 long HasAnnotatedVariants = ASTNode.Bit24; // TVB, STB
H A DExtraCompilerModifiers.java41 final int AccModifierProblem = ASTNode.Bit24;
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ast/
H A DASTNode.java100 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 DASTNode.java48 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 DTagBits.java50 final int IsBoundParameterizedType = ASTNode.Bit24;
H A DCompilerModifiers.java30 final int AccModifierProblem = ASTNode.Bit24;
/dports/graphics/p5-Image-ExifTool-devel/Image-ExifTool-12.14/t/
H A DMP3_2.out17 [MPEG, MPEG, Audio] Bit24-25 - Channel Mode: Joint Stereo
/dports/graphics/p5-Image-ExifTool/Image-ExifTool-12.30/t/
H A DMP3_2.out17 [MPEG, MPEG, Audio] Bit24-25 - Channel Mode: Joint Stereo
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/gookit/color/
H A Dcolor_rgb.go98 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 Dcolor_rgb.go98 func Bit24(r, g, b uint8, isBg ...bool) RGBColor { return RGB(r, g, b, isBg...) } func
H A Dcolor_rgb_test.go234 whiteBg := Bit24(255, 255, 255, true)
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/parser/
H A DScannerHelper.java29 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 DScannerHelper.java31 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 DASTNode.java106 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 DASTNode.java119 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 DARMMCCodeEmitter.cpp468 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 DARMMCCodeEmitter.cpp468 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 DARMMCCodeEmitter.cpp464 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 DCompilerOptions.java285 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 DARMMCCodeEmitter.cpp487 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 DARMMCCodeEmitter.cpp487 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 DARMMCCodeEmitter.cpp487 unsigned Bit24 = EncodedValue & 0x01000000; in NEONThumb2DataIPostEncoder() local
488 unsigned Bit28 = Bit24 << 4; in NEONThumb2DataIPostEncoder()

12