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

/freebsd-9.3-release/contrib/bmake/
H A Dbuf.h83 typedef char Byte; typedef
/freebsd-9.3-release/contrib/llvm/lib/Object/
H A DYAML.cpp47 uint8_t Byte; local
64 uint8_t Byte = *I; local
/freebsd-9.3-release/usr.bin/make/
H A Dbuf.h69 typedef char Byte; typedef
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DLEB128.h26 uint8_t Byte = Value & 0x7f; local
41 uint8_t Byte = Value & 0x7f; local
62 uint8_t Byte = Value & 0x7f; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCAsmInfo.cpp114 unsigned Byte = Value & 0x7f; local
/freebsd-9.3-release/contrib/gcclibs/libdecnumber/
H A DdecNumberLocal.h45 #define Byte int8_t macro
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DJITCodeEmitter.h178 uint8_t Byte = Value & 0x7f; local
186 uint8_t Byte = (PadTo > 1) ? 0x80 : 0x0; local
199 uint8_t Byte = Value & 0x7f; local
H A DMachineCodeEmitter.h181 uint8_t Byte = Value & 0x7f; local
195 uint8_t Byte = Value & 0x7f; local
/freebsd-9.3-release/sys/contrib/dev/acpica/compiler/
H A Daslcompile.c269 UINT8 Byte; local
313 UINT8 Byte; local
352 UINT8 Byte; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp64 uint8_t Byte = Value & 0x7f; local
76 uint8_t Byte = Value & 0x7f; local
H A DAsmPrinter.cpp1668 int Byte = isRepeatedByteSequence(CA->getOperand(0), TM); local
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/MCTargetDesc/
H A DR600MCCodeEmitter.cpp145 void R600MCCodeEmitter::EmitByte(unsigned int Byte, raw_ostream &OS) const { argument
/freebsd-9.3-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp87 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc DL, SDValue Chain, SDValue Dst, SDValue Byte, SDValue Size, unsigned Align, bool IsVolatile, MachinePointerInfo DstPtrInfo) const argument
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzconf.h101 typedef unsigned char Byte; typedef
/freebsd-9.3-release/sys/net/
H A Dzlib.h97 # define Byte z_Byte macro
212 typedef unsigned char Byte; /* 8 bits */ typedef
/freebsd-9.3-release/lib/libz/
H A Dzconf.h128 # define Byte z_Byte macro
368 typedef unsigned char Byte; /* 8 bits */ typedef
/freebsd-9.3-release/contrib/tcpdump/
H A Ddecnet.h30 typedef unsigned char Byte[1]; /* single byte field */ typedef

Completed in 196 milliseconds