Home
last modified time | relevance | path

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

12

/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.h42 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8()
61 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8()
82 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8()
DDIEHash.cpp65 uint8_t Byte = Value & 0x7f; in addULEB128() local
77 uint8_t Byte = Value & 0x7f; in addSLEB128() local
/external/llvm/lib/MC/
DYAML.cpp46 uint8_t Byte; in writeAsBinary() local
61 uint8_t Byte = *I; in writeAsHex() local
/external/llvm/lib/Support/
DLEB128.cpp36 unsigned Byte = Value & 0x7f; in getSLEB128Size() local
/external/freetype/src/gzip/
Dzconf.h39 # define Byte z_Byte macro
219 typedef unsigned char Byte; /* 8 bits */ typedef
/external/clang/test/Analysis/
Dcasts.c56 typedef unsigned char Byte; typedef
/external/lzma/CPP/Windows/
DPropVariant.cpp108 SET_PROP_FUNC(Byte, VT_UI1, bVal) in SET_PROP_FUNC() argument
/external/llvm/lib/Target/R600/MCTargetDesc/
DR600MCCodeEmitter.cpp146 void R600MCCodeEmitter::EmitByte(unsigned int Byte, raw_ostream &OS) const { in EmitByte()
/external/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp276 uint8_t Byte = GuidBytes[i]; in operator <<() local
/external/zlib/src/
Dzconf.h128 # define Byte z_Byte macro
368 typedef unsigned char Byte; /* 8 bits */ typedef
Dzconf.h.in128 # define Byte z_Byte macro
368 typedef unsigned char Byte; /* 8 bits */ typedef
/external/zlib/
Dzconf.h128 # define Byte z_Byte macro
368 typedef unsigned char Byte; /* 8 bits */ typedef
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dzconf.h128 # define Byte z_Byte macro
368 typedef unsigned char Byte; /* 8 bits */ typedef
/external/pdfium/core/include/thirdparties/zlib/
Dzconf.h128 # define Byte z_Byte macro
368 typedef unsigned char Byte; /* 8 bits */ typedef
/external/compiler-rt/lib/ubsan/
Dubsan_diag.cc254 char Pad = ' ', Byte = ' '; in renderMemorySnippet() local
/external/lzma/C/
DTypes.h55 typedef unsigned char Byte; typedef
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp736 uint8_t Byte = *I++; in emitTable() local
756 uint8_t Byte = *I++; in emitTable() local
773 uint8_t Byte = *I++; in emitTable() local
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
DR600MCCodeEmitter.cpp553 void R600MCCodeEmitter::EmitByte(unsigned int Byte, raw_ostream &OS) const { in EmitByte()
/external/llvm/lib/Target/X86/Disassembler/
DX86Disassembler.cpp111 static int regionReader(const void *Arg, uint8_t *Byte, uint64_t Address) { in regionReader()
/external/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp87 SDValue Dst, SDValue Byte, SDValue Size, in EmitTargetCodeForMemset()
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
DVertexBuffer.java258 Byte(1), enumConstant
/external/llvm/include/llvm/MC/
DMCRegisterInfo.h69 unsigned Byte = Reg / 8; in contains() local
/external/llvm/lib/Transforms/IPO/
DLowerBitSets.cpp410 Value *Byte = B.CreateLoad(ByteAddr); in createBitSetTest() local
/external/jetty/src/java/org/eclipse/jetty/util/
DTypeUtil.java114 class2Name.put(java.lang.Byte.class,"java.lang.Byte"); in class2Name.put()

12