Home
last modified time | relevance | path

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

12345

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DLEB128.h29 uint8_t Byte = Value & 0x7f; variable
58 uint8_t Byte = Value & 0x7f; variable
85 uint8_t Byte = Value & 0x7f; variable
110 uint8_t Byte = Value & 0x7f; variable
168 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/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DYAML.cpp47 uint8_t Byte; in writeAsBinary() local
60 for (uint8_t Byte : Data) in writeAsHex() local
/external/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/LLVM/lib/MC/
DMCObjectWriter.cpp24 uint8_t Byte = Value & 0x7f; in EncodeSLEB128() local
38 uint8_t Byte = Value & 0x7f; in EncodeULEB128() local
DMCAsmInfo.cpp119 unsigned Byte = Value & 0x7f; in getSLEB128Size() local
/external/u-boot/include/lzma/
DLzmaTypes.h15 #define Byte LZByte macro
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DJITCodeEmitter.h177 uint8_t Byte = Value & 0x7f; variable
185 uint8_t Byte = (PadTo > 1) ? 0x80 : 0x0; variable
198 uint8_t Byte = Value & 0x7f; in emitSLEB128Bytes() local
DMachineCodeEmitter.h179 uint8_t Byte = Value & 0x7f; in emitULEB128Bytes() local
193 uint8_t Byte = Value & 0x7f; in emitSLEB128Bytes() local
DBinaryObject.h304 uint8_t Byte = (uint8_t)(Value & 0x7f); in emitULEB128Bytes() local
318 uint8_t Byte = (uint8_t)(Value & 0x7f); in emitSLEB128Bytes() local
/external/llvm/lib/Support/
DJamCRC.cpp93 for (char Byte : Data) { in update() local
DLEB128.cpp36 unsigned Byte = Value & 0x7f; in getSLEB128Size() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DJamCRC.cpp93 for (char Byte : Data) { in update() local
DLEB128.cpp36 unsigned Byte = Value & 0x7f; in getSLEB128Size() local
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
Dllvm-objdump.h36 int readByte(uint64_t Addr, uint8_t *Byte) const { in readByte()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp49 unsigned char Byte = static_cast<unsigned char>(Value & 0x7f); in EmitSLEB128() local
71 unsigned char Byte = static_cast<unsigned char>(Value & 0x7f); in EmitULEB128() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DFormatters.cpp33 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/lzma/CPP/Common/
DStringToInt.cpp24 CONVERT_STRING_TO_UINT_FUNC(UInt32, char, Byte) in CONVERT_STRING_TO_UINT_FUNC() argument
/external/freetype/src/gzip/
Dftzconf.h39 # define Byte z_Byte macro
219 typedef unsigned char Byte; /* 8 bits */ typedef

12345