Home
last modified time | relevance | path

Searched defs:Byte (Results 1 – 25 of 601) sorted by relevance

12345678910>>...25

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DLEB128.h28 uint8_t Byte = Value & 0x7f; variable
57 uint8_t Byte = Value & 0x7f; variable
84 uint8_t Byte = Value & 0x7f; variable
109 uint8_t Byte = Value & 0x7f; variable
167 uint8_t Byte; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DLEB128.h28 uint8_t Byte = Value & 0x7f; variable
57 uint8_t Byte = Value & 0x7f; variable
84 uint8_t Byte = Value & 0x7f; variable
109 uint8_t Byte = Value & 0x7f; variable
171 uint8_t Byte; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DLEB128.h28 uint8_t Byte = Value & 0x7f; variable
57 uint8_t Byte = Value & 0x7f; variable
84 uint8_t Byte = Value & 0x7f; variable
109 uint8_t Byte = Value & 0x7f; variable
171 uint8_t Byte; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DLEB128.h28 uint8_t Byte = Value & 0x7f; variable
57 uint8_t Byte = Value & 0x7f; variable
84 uint8_t Byte = Value & 0x7f; variable
109 uint8_t Byte = Value & 0x7f; variable
167 uint8_t Byte; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DLEB128.h28 uint8_t Byte = Value & 0x7f; variable
57 uint8_t Byte = Value & 0x7f; variable
84 uint8_t Byte = Value & 0x7f; variable
109 uint8_t Byte = Value & 0x7f; variable
171 uint8_t Byte; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DLEB128.h28 uint8_t Byte = Value & 0x7f; variable
57 uint8_t Byte = Value & 0x7f; variable
84 uint8_t Byte = Value & 0x7f; variable
109 uint8_t Byte = Value & 0x7f; variable
171 uint8_t Byte; variable
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DLEB128.h26 uint8_t Byte = Value & 0x7f; in encodeSLEB128() local
41 uint8_t Byte = Value & 0x7f; variable
62 uint8_t Byte = Value & 0x7f; variable
98 uint8_t Byte; variable
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h44 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8()
63 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8()
89 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h43 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8()
62 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8()
88 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8()
H A DDIEHash.cpp57 uint8_t Byte = Value & 0x7f; in addULEB128() local
69 uint8_t Byte = Value & 0x7f; in addSLEB128() local
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/lang/
H A DByte.annotated.java31 public final class Byte extends java.lang.Number implements java.lang.Comparable<java.lang.Byte> { class
33 public Byte(byte value) { throw new RuntimeException("Stub!"); } in Byte() method in Byte
35 public Byte(@libcore.util.NonNull java.lang.String s) throws java.lang.NumberFormatException { thro… in Byte() method in Byte
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h45 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8()
74 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8()
105 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8()
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/
H A DByte.java32 public final class Byte extends java.lang.Number implements java.lang.Comparable<java.lang.Byte> { class
34 public Byte(byte value) { in Byte() method in Byte
38 public Byte(java.lang.String s) throws java.lang.NumberFormatException { in Byte() method in Byte
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/
DByte.java68 public final class Byte extends Number implements Comparable<Byte>, Constable { class
356 public Byte(byte value) { in Byte() method in Byte
380 public Byte(String s) throws NumberFormatException { in Byte() method in Byte
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/2/libcore/ojluni/src/main/java/java/lang/
DByte.java68 public final class Byte extends Number implements Comparable<Byte>, Constable { class
356 public Byte(byte value) { in Byte() method in Byte
380 public Byte(String s) throws NumberFormatException { in Byte() method in Byte
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/
H A DByte.java68 public final class Byte extends Number implements Comparable<Byte>, Constable { class
356 public Byte(byte value) { in Byte() method in Byte
380 public Byte(String s) throws NumberFormatException { in Byte() method in Byte
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp26 SDValue LenAdj, SDValue Byte) { in createMemMemNode()
43 uint64_t Size, SDValue Byte = SDValue()) { in emitMemMemImm()
52 SDValue Size, SDValue Byte = SDValue()) { in emitMemMemReg()
90 SDValue Byte, SDValue Size, Align Alignment, bool IsVolatile, in EmitTargetCodeForMemset()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DYAML.cpp47 uint8_t Byte = llvm::hexDigitValue(Data[I * 2]); in writeAsBinary() local
61 for (uint8_t Byte : Data) in writeAsHex() local
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/tv/tuner/aidl/android.hardware.tv.tuner-V3-java-source/gen/android/hardware/tv/tuner/
DIDvr.java37 …@Override public void getQueueDesc(android.hardware.common.fmq.MQDescriptor<Byte,Byte> queue) thro… in getQueueDesc()
285 …@Override public void getQueueDesc(android.hardware.common.fmq.MQDescriptor<Byte,Byte> queue) thro… in getQueueDesc()
557 …public void getQueueDesc(android.hardware.common.fmq.MQDescriptor<Byte,Byte> queue) throws android… in getQueueDesc()
DIFilter.java45 …@Override public void getQueueDesc(android.hardware.common.fmq.MQDescriptor<Byte,Byte> queue) thro… in getQueueDesc()
438 …@Override public void getQueueDesc(android.hardware.common.fmq.MQDescriptor<Byte,Byte> queue) thro… in getQueueDesc()
904 …public void getQueueDesc(android.hardware.common.fmq.MQDescriptor<Byte,Byte> queue) throws android… in getQueueDesc()
/aosp_15_r20/external/llvm/lib/ObjectYAML/
H A DYAML.cpp46 uint8_t Byte; in writeAsBinary() local
59 for (uint8_t Byte : Data) in writeAsHex() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DYAML.cpp48 uint8_t Byte = llvm::hexDigitValue(Data[I * 2]); in writeAsBinary() local
62 for (uint8_t Byte : Data) in writeAsHex() local
/aosp_15_r20/external/jazzer-api/examples/src/main/java/com/example/
H A DMazeFuzzer.java79 private static void executeCommands(byte[] commands, Consumer3<Byte, Byte, Boolean> callback) { in executeCommands()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.3/src/
H A Ddebug.rs3 pub(crate) struct Byte(pub(crate) u8); struct
5 impl core::fmt::Debug for Byte { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/
Ddfa.rs394 struct Byte(u16); struct
895 b: Byte, in exec_byte()
1348 b: Byte, in next_state()
1719 impl Byte { impl

12345678910>>...25