Searched defs:Byte (Results 1 - 25 of 33) sorted by relevance

12

/external/kernel-headers/original/linux/
H A Dzconf.h52 typedef unsigned char Byte; /* 8 bits */ typedef
/external/llvm/lib/Object/
H A DYAML.cpp46 uint8_t Byte; local
47 StringRef((const char *)&Data[I], 2).getAsInteger(16, Byte);
48 OS.write(Byte);
63 uint8_t Byte = *I; local
64 OS << hexdigit(Byte >> 4);
65 OS << hexdigit(Byte & 0xf);
/external/llvm/include/llvm/Support/
H A DLEB128.h26 uint8_t Byte = Value & 0x7f; local
29 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) ||
30 ((Value == -1) && ((Byte & 0x40) != 0))));
32 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
33 OS << char(Byte);
41 uint8_t Byte = Value & 0x7f; local
44 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
45 OS << char(Byte);
62 uint8_t Byte = Value & 0x7f; local
65 Byte |
[all...]
/external/llvm/lib/MC/
H A DMCAsmInfo.cpp116 unsigned Byte = Value & 0x7f; local
118 IsMore = Value != Sign || ((Byte ^ Sign) & 0x40) != 0;
/external/lzma/CPP/7zip/Common/
H A DStreamObjects.h22 const Byte *_data;
27 void Init(const Byte *data, size_t size, IUnknown *ref = 0)
44 Byte *_buf;
51 operator Byte*() const { return _buf; };
52 operator const Byte*() const { return _buf; };
66 const Byte *GetBuffer() const { return _buffer; }
68 Byte *GetBufPtrForWriting(size_t addSize);
79 Byte *_buffer;
83 void Init(Byte *buffer, size_t size)
115 Byte *_dat
[all...]
/external/clang/test/Analysis/
H A Dcasts.c56 typedef unsigned char Byte; typedef
59 Byte buf[len];
/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.cc189 char Pad = ' ', Byte = ' '; local
197 Byte = '~';
198 char Buffer[] = { Pad, Pad, P == Loc ? '^' : Byte, Byte, 0 };
/external/llvm/include/llvm/CodeGen/
H A DJITCodeEmitter.h178 uint8_t Byte = Value & 0x7f; local
180 if (Value || PadTo != 0) Byte |= 0x80;
181 emitByte(Byte);
186 uint8_t Byte = (PadTo > 1) ? 0x80 : 0x0; local
187 emitByte(Byte);
199 uint8_t Byte = Value & 0x7f; local
201 IsMore = Value != Sign || ((Byte ^ Sign) & 0x40) != 0;
202 if (IsMore) Byte |= 0x80;
203 emitByte(Byte);
H A DMachineCodeEmitter.h181 uint8_t Byte = Value & 0x7f; local
183 if (Value) Byte |= 0x80;
184 emitByte(Byte);
195 uint8_t Byte = Value & 0x7f; local
197 IsMore = Value != Sign || ((Byte ^ Sign) & 0x40) != 0;
198 if (IsMore) Byte |= 0x80;
199 emitByte(Byte);
/external/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp65 SDValue Dst, SDValue Byte, SDValue Size,
77 if (ConstantSDNode *CByte = dyn_cast<ConstantSDNode>(Byte)) {
102 SDValue Chain1 = DAG.getStore(Chain, DL, Byte, Dst, DstPtrInfo,
108 SDValue Chain2 = DAG.getStore(Chain, DL, Byte, Dst2,
118 Chain = DAG.getStore(Chain, DL, Byte, Dst, DstPtrInfo,
64 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc DL, SDValue Chain, SDValue Dst, SDValue Byte, SDValue Size, unsigned Align, bool IsVolatile, MachinePointerInfo DstPtrInfo) const argument
/external/llvm/lib/Target/R600/MCTargetDesc/
H A DR600MCCodeEmitter.cpp146 void R600MCCodeEmitter::EmitByte(unsigned int Byte, raw_ostream &OS) const { argument
147 OS.write((uint8_t) Byte & 0xff);
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DRegisterType.java98 Byte, enum constant in enum:RegisterType.Category
120 //this table is used when merging register types. For example, if a particular register can be either a Byte
125 /* Unknown Uninit Null One, Boolean Byte PosByte Short PosShort Char Integer, Float, LongLo LongHi DoubleLo DoubleHi UninitRef UninitThis Reference Conflicted*/
126 /*Unknown*/ {Unknown, Uninit, Null, One, Boolean, Byte, PosByte, Short, PosShort, Char, Integer, Float, LongLo, LongHi, DoubleLo, DoubleHi, UninitRef, UninitThis, Reference, Conflicted},
128 /*Null*/ {Null, Conflicted, Null, Boolean, Boolean, Byte, PosByte, Short, PosShort, Char, Integer, Float, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Reference, Conflicted},
129 /*One*/ {One, Conflicted, Boolean, One, Boolean, Byte, PosByte, Short, PosShort, Char, Integer, Float, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted},
130 /*Boolean*/ {Boolean, Conflicted, Boolean, Boolean, Boolean, Byte, PosByte, Short, PosShort, Char, Integer, Float, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted},
131 /*Byte*/ {Byte, Conflicted, Byte, Byt
[all...]
/external/chromium/sdch/open-vcdiff/src/
H A Dzconf.h50 # define Byte z_Byte macro
261 typedef unsigned char Byte; /* 8 bits */ typedef
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
282 typedef Byte const *voidpc;
283 typedef Byte FAR *voidpf;
284 typedef Byte *voidp;
/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzconf.h50 # define Byte z_Byte macro
261 typedef unsigned char Byte; /* 8 bits */ typedef
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
282 typedef Byte const *voidpc;
283 typedef Byte FAR *voidpf;
284 typedef Byte *voidp;
/external/chromium_org/third_party/lzma_sdk/
H A DTypes.h55 typedef unsigned char Byte; typedef
129 Byte (*Read)(void *p); /* reads one byte, returns 0 in case of EOF or error */
134 void (*Write)(void *p, Byte b);
147 SRes SeqInStream_ReadByte(ISeqInStream *stream, Byte *buf);
198 Byte buf[LookToRead_BUF_SIZE];
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DTypes.h56 typedef unsigned char Byte; typedef
130 Byte (*Read)(void *p); /* reads one byte, returns 0 in case of EOF or error */
135 void (*Write)(void *p, Byte b);
148 SRes SeqInStream_ReadByte(ISeqInStream *stream, Byte *buf);
199 Byte buf[LookToRead_BUF_SIZE];
/external/lzma/C/
H A DTypes.h55 typedef unsigned char Byte; typedef
129 Byte (*Read)(void *p); /* reads one byte, returns 0 in case of EOF or error */
134 void (*Write)(void *p, Byte b);
147 SRes SeqInStream_ReadByte(ISeqInStream *stream, Byte *buf);
198 Byte buf[LookToRead_BUF_SIZE];
/external/open-vcdiff/src/zlib/
H A Dzconf.h50 # define Byte z_Byte macro
261 typedef unsigned char Byte; /* 8 bits */ typedef
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
282 typedef Byte const *voidpc;
283 typedef Byte FAR *voidpf;
284 typedef Byte *voidp;
/external/qemu/distrib/zlib-1.2.3/
H A Dzconf.h50 # define Byte z_Byte macro
261 typedef unsigned char Byte; /* 8 bits */ typedef
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
282 typedef Byte const *voidpc;
283 typedef Byte FAR *voidpf;
284 typedef Byte *voidp;
/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumberLocal.h69 #define Byte int8_t macro
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
H A DR600MCCodeEmitter.cpp553 void R600MCCodeEmitter::EmitByte(unsigned int Byte, raw_ostream &OS) const { argument
554 OS.write((uint8_t) Byte & 0xff);
/external/chromium_org/third_party/zlib/
H A Dmozzconf.h162 /* Mangle Byte types except on Mac. */
164 #define Byte MOZ_Z_Byte macro
/external/icu4c/i18n/
H A DdecNumberLocal.h69 #define Byte int8_t macro
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DVertexBuffer.java258 Byte(1), enum constant in enum:VertexBuffer.Format
627 case Byte:
689 case Byte:
693 bin.put(inPos + elementPos, (Byte)val);
734 case Byte:
803 case Byte:
857 case Byte:
978 case Byte:
1012 case Byte:
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
H A DR600MCCodeEmitter.cpp553 void R600MCCodeEmitter::EmitByte(unsigned int Byte, raw_ostream &OS) const { argument
554 OS.write((uint8_t) Byte & 0xff);

Completed in 5094 milliseconds

12