Home
last modified time | relevance | path

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

123

/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/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/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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DFormatters.cpp32 uint8_t Byte = Item[i]; in format() local
DTypeRecordMapping.cpp460 uint8_t Byte = static_cast<uint8_t>(Slots[SlotIndex]) << 4; in visitKnownRecord() local
469 uint8_t Byte; in visitKnownRecord() local
/third_party/mesa3d/src/tool/pps/
Dpps_counter.h39 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/lzma/CPP/Common/
DStringToInt.cpp24 CONVERT_STRING_TO_UINT_FUNC(UInt32, char, Byte) in CONVERT_STRING_TO_UINT_FUNC() argument
/third_party/rust/crates/os_str_bytes/src/windows/
Dmod.rs30 Byte(u8), enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MCTargetDesc.cpp469 for (uint64_t Byte = 0, End = PltContents.size(); Byte + 6 < End; ) { in findX86PltEntries() local
494 for (uint64_t Byte = 0, End = PltContents.size(); Byte + 6 < End; ) { in findX86_64PltEntries() local
/third_party/rust/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
/third_party/libwebsockets/win32port/zlib/
Dzconf.h110 # define Byte z_Byte macro
334 typedef unsigned char Byte; /* 8 bits */ typedef
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerUtil.cpp38 void PrintASCIIByte(uint8_t Byte) { in PrintASCIIByte()
/third_party/lzma/CPP/Windows/
DPropVariant.cpp212 SET_PROP_FUNC(Byte, VT_UI1, bVal) in SET_PROP_FUNC() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MCTargetDesc.cpp334 for (uint64_t Byte = 0, End = PltContents.size(); Byte + 7 < End; in findPltEntries() local
/third_party/node/deps/v8/third_party/zlib/
Dzconf.h153 # define Byte z_Byte macro
406 typedef unsigned char Byte; /* 8 bits */ typedef
/third_party/skia/third_party/externals/zlib/
Dzconf.h153 # define Byte z_Byte macro
406 typedef unsigned char Byte; /* 8 bits */ typedef
/third_party/node/deps/zlib/
Dzconf.h.in144 # define Byte z_Byte macro
401 typedef unsigned char Byte; /* 8 bits */ typedef
Dzconf.h156 # define Byte z_Byte macro
416 typedef unsigned char Byte; /* 8 bits */ typedef
/third_party/zlib/
Dzconf.h.in144 # define Byte z_Byte macro
397 typedef unsigned char Byte; /* 8 bits */ typedef
Dzconf.h144 # define Byte z_Byte macro
397 typedef unsigned char Byte; /* 8 bits */ typedef
/third_party/mesa3d/src/broadcom/cle/
Dgen_pack_header.py206 class Byte: class in Group

123