Home
last modified time | relevance | path

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

123456

/external/llvm-project/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
/external/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
/external/llvm/include/llvm/Support/
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
/external/llvm/lib/CodeGen/AsmPrinter/
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()
DDIEHash.cpp58 uint8_t Byte = Value & 0x7f; in addULEB128() local
70 uint8_t Byte = Value & 0x7f; in addSLEB128() local
/external/llvm/lib/ObjectYAML/
DYAML.cpp46 uint8_t Byte; in writeAsBinary() local
59 for (uint8_t Byte : Data) in writeAsHex() local
/external/llvm-project/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
/external/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
/external/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
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DByteStreamer.h44 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8()
64 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8()
91 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8()
DDIEHash.cpp56 uint8_t Byte = Value & 0x7f; in addULEB128() local
68 uint8_t Byte = Value & 0x7f; in addSLEB128() local
/external/llvm/lib/Support/
DJamCRC.cpp93 for (char Byte : Data) { in update() local
DLEB128.cpp36 unsigned Byte = Value & 0x7f; in getSLEB128Size() local
/external/llvm-project/llvm/lib/Support/
DLEB128.cpp35 unsigned Byte = Value & 0x7f; in getSLEB128Size() local
DCRC.cpp77 for (uint8_t Byte : Data) { in crc32() local
/external/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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DFormatters.cpp32 uint8_t Byte = Item[i]; in format() local
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DFormatters.cpp32 uint8_t Byte = Item[i]; in format() local
/external/image_io/includes/image_io/base/
Dtypes.h11 using Byte = std::uint8_t; variable
/external/llvm/lib/DebugInfo/PDB/Raw/
DHash.cpp128 for (uint8_t Byte : Buf) in hashBufferV8() local
/external/mtools/
Dfloppyd_io.h26 typedef uint8_t Byte; typedef
/external/freetype/src/gzip/
Dftzconf.h39 # define Byte z_Byte macro
219 typedef unsigned char Byte; /* 8 bits */ typedef
/external/lzma/CPP/Common/
DStringToInt.cpp24 CONVERT_STRING_TO_UINT_FUNC(UInt32, char, Byte) in CONVERT_STRING_TO_UINT_FUNC() argument

123456