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

/freebsd-10.0-release/contrib/bmake/
H A Dbuf.h83 typedef char Byte; typedef
/freebsd-10.0-release/usr.bin/make/
H A Dbuf.h69 typedef char Byte; typedef
/freebsd-10.0-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-10.0-release/contrib/llvm/lib/MC/
H A DMCAsmInfo.cpp115 unsigned Byte = Value & 0x7f; local
/freebsd-10.0-release/contrib/gcclibs/libdecnumber/
H A DdecNumberLocal.h45 #define Byte int8_t macro
/freebsd-10.0-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-10.0-release/sys/contrib/dev/acpica/compiler/
H A Daslcompile.c293 UINT8 Byte; local
337 UINT8 Byte; local
463 UINT8 Byte; local
[all...]
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_ppmd_private.h19 typedef unsigned char Byte; typedef
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/MCTargetDesc/
H A DR600MCCodeEmitter.cpp193 void R600MCCodeEmitter::EmitByte(unsigned int Byte, raw_ostream &OS) const { argument
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzconf.h101 typedef unsigned char Byte; typedef
/freebsd-10.0-release/sys/net/
H A Dzlib.h97 # define Byte z_Byte macro
212 typedef unsigned char Byte; /* 8 bits */ typedef
/freebsd-10.0-release/lib/libz/
H A Dzconf.h128 # define Byte z_Byte macro
368 typedef unsigned char Byte; /* 8 bits */ typedef
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1609 int Byte = isRepeatedByteSequence(CA->getOperand(0), TM); local
/freebsd-10.0-release/contrib/tcpdump/
H A Ddecnet.h30 typedef unsigned char Byte[1]; /* single byte field */ typedef

Completed in 234 milliseconds