Home
last modified time | relevance | path

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

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/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
167 uint8_t Byte; variable
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/common/
Ddecrypt.cc38 std::unique_ptr<Byte[]> Decrypt(const std::string &lib_path, size_t *, const Byte *, const size_t, … in Decrypt()
Ddecrypt.h23 typedef unsigned char Byte; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DYAML.cpp48 uint8_t Byte = llvm::hexDigitValue(Data[I * 2]); in writeAsBinary() local
62 for (uint8_t Byte : Data) in writeAsHex() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
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()
DDIEHash.cpp57 uint8_t Byte = Value & 0x7f; in addULEB128() local
69 uint8_t Byte = Value & 0x7f; in addSLEB128() local
/third_party/rust/rust/tests/ui/query-system/
Dquery_depth.rs4 type Byte = Option<Option<Option<Option< Option<Option<Option<Option< typedef
/third_party/rust/rust/tests/ui/issues/auxiliary/
Dissue-57271-lib.rs3 Byte, enumerator
/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dcrypto.h24 typedef unsigned char Byte; typedef
Dcrypto.cc71 std::unique_ptr<Byte[]> Encrypt(size_t *, const Byte *, size_t, const Byte *, size_t, const std::st… in Encrypt()
76 std::unique_ptr<Byte[]> Decrypt(size_t *, const std::string &, const Byte *, size_t, const std::str… in Decrypt()
81 std::unique_ptr<Byte[]> Decrypt(size_t *, const Byte *, size_t, const Byte *, size_t, const std::st… in Decrypt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DLEB128.cpp35 unsigned Byte = Value & 0x7f; in getSLEB128Size() local
DCRC.cpp77 for (uint8_t Byte : Data) { in crc32() local
/third_party/rust/rust/compiler/rustc_transmute/src/layout/
Dmod.rs18 pub(crate) enum Byte { enum
23 impl fmt::Debug for Byte { implementation
Ddfa.rs59 Byte(Byte), enumerator
153 pub(crate) fn bytes_from(&self, start: State) -> Option<&Map<Byte, State>> { in bytes_from()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DFormatters.cpp32 uint8_t Byte = Item[i]; in format() local
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/generated/
Dtokens.rs178 pub struct Byte { struct
181 impl std::fmt::Display for Byte { implementation
186 impl AstToken for Byte { implementation
/third_party/flatbuffers/python/flatbuffers/reflection/
DBaseType.py9 Byte = 3 variable in BaseType
/third_party/flatbuffers/tests/ts/reflection/
Dbase-type.ts9 Byte = 3, enumerator
Dbase-type.d.ts5 Byte = 3, enumerator
/third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/reflection/
DBaseType.java11 public static final byte Byte = 3; field in BaseType
/third_party/lzma/CPP/Common/
DStringToInt.cpp57 CONVERT_STRING_TO_UINT_FUNC(UInt32, char, Byte) in CONVERT_STRING_TO_UINT_FUNC() argument
/third_party/mesa3d/src/tool/pps/
Dpps_counter.h40 Byte, enumerator
/third_party/skia/third_party/externals/freetype/src/gzip/
Dftzconf.h39 # define Byte z_Byte macro
219 typedef unsigned char Byte; /* 8 bits */ typedef
/third_party/rust/crates/os_str_bytes/src/windows/
Dmod.rs30 Byte(u8), enumerator
/third_party/flatbuffers/swift/Sources/FlatBuffers/
DConstants.swift35 public typealias Byte = UInt8 typealias

1234