Home
last modified time | relevance | path

Searched defs:Byte (Results 1 – 25 of 42) 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
/external/llvm/lib/MC/
DYAML.cpp46 uint8_t Byte; in writeAsBinary() local
61 uint8_t Byte = *I; in writeAsHex() local
/external/llvm/lib/CodeGen/AsmPrinter/
DByteStreamer.h40 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8()
59 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/include/llvm/CodeGen/
DJITCodeEmitter.h178 uint8_t Byte = Value & 0x7f; variable
186 uint8_t Byte = (PadTo > 1) ? 0x80 : 0x0; variable
199 uint8_t Byte = Value & 0x7f; in emitSLEB128Bytes() local
DMachineCodeEmitter.h181 uint8_t Byte = Value & 0x7f; in emitULEB128Bytes() local
195 uint8_t Byte = Value & 0x7f; in emitSLEB128Bytes() 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/chromium_org/sdch/open-vcdiff/src/zlib/
Dzconf.h50 # define Byte z_Byte macro
261 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/compiler-rt/lib/ubsan/
Dubsan_diag.cc227 char Pad = ' ', Byte = ' '; in renderMemorySnippet() local
/external/chromium_org/third_party/zlib/
Dzconf.h112 # define Byte z_Byte macro
336 typedef unsigned char Byte; /* 8 bits */ typedef
Dmozzconf.h164 #define Byte MOZ_Z_Byte macro
/external/zlib/src/
Dzconf.h.in128 # define Byte z_Byte macro
368 typedef unsigned char Byte; /* 8 bits */ typedef
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/qemu/distrib/zlib-1.2.8/
Dzconf.h128 # 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/include/thirdparties/zlib/
Dzconf.h128 # define Byte z_Byte macro
368 typedef unsigned char Byte; /* 8 bits */ typedef
/external/chromium_org/third_party/lzma_sdk/
DTypes.h55 typedef unsigned char Byte; typedef
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
DTypes.h56 typedef unsigned char Byte; typedef
/external/lzma/C/
DTypes.h55 typedef unsigned char Byte; typedef
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp764 uint8_t Byte = *I++; in emitTable() local
784 uint8_t Byte = *I++; in emitTable() local
801 uint8_t Byte = *I++; in emitTable() local

12