Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/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
/freebsd-10-stable/sys/contrib/dev/acpica/compiler/
Daslascii.c88 UINT8 Byte; in FlIsFileAsciiSource() local
215 UINT8 Byte; in FlConsumeAnsiComment() local
273 UINT8 Byte; in FlConsumeNewComment() local
/freebsd-10-stable/contrib/llvm/lib/Object/
DYAML.cpp47 uint8_t Byte; in writeAsBinary() local
64 uint8_t Byte = *I; in writeAsHex() local
/freebsd-10-stable/contrib/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
/freebsd-10-stable/usr.bin/make/
Dbuf.h69 typedef char Byte; typedef
/freebsd-10-stable/contrib/bmake/
Dbuf.h83 typedef char Byte; typedef
/freebsd-10-stable/contrib/llvm/lib/MC/
DMCAsmInfo.cpp114 unsigned Byte = Value & 0x7f; in getSLEB128Size() local
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp64 uint8_t Byte = Value & 0x7f; in addULEB128() local
76 uint8_t Byte = Value & 0x7f; in addSLEB128() local
DAsmPrinter.cpp1656 uint8_t Byte = static_cast<uint8_t>(Value); in isRepeatedByteSequence() local
1668 int Byte = isRepeatedByteSequence(CA->getOperand(0), TM); in isRepeatedByteSequence() local
/freebsd-10-stable/sys/contrib/dev/acpica/components/namespace/
Dnsnames.c217 #define ACPI_PATH_PUT8(Path, Size, Byte, Length) \ in AcpiNsBuildNormalizedPath() argument
/freebsd-10-stable/sys/contrib/dev/acpica/common/
Dacfileio.c340 UINT8 Byte; in AcIsFileBinary() local
/freebsd-10-stable/contrib/gcclibs/libdecnumber/
DdecNumberLocal.h45 #define Byte int8_t macro
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
Dzconf.h101 typedef unsigned char Byte; typedef
/freebsd-10-stable/contrib/llvm/lib/Target/R600/MCTargetDesc/
DR600MCCodeEmitter.cpp145 void R600MCCodeEmitter::EmitByte(unsigned int Byte, raw_ostream &OS) const { in EmitByte()
/freebsd-10-stable/sys/net/
Dzlib.h97 # define Byte z_Byte macro
212 typedef unsigned char Byte; /* 8 bits */ typedef
/freebsd-10-stable/contrib/libarchive/libarchive/
Darchive_ppmd_private.h19 typedef unsigned char Byte; typedef
/freebsd-10-stable/contrib/zlib/
Dzconf.h141 # define Byte z_Byte macro
391 typedef unsigned char Byte; /* 8 bits */ typedef
Dzconf.h.in141 # define Byte z_Byte macro
391 typedef unsigned char Byte; /* 8 bits */ typedef
/freebsd-10-stable/contrib/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp765 uint8_t Byte = *I++; in emitTable() local
785 uint8_t Byte = *I++; in emitTable() local
802 uint8_t Byte = *I++; in emitTable() local
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp88 SDValue Dst, SDValue Byte, SDValue Size, in EmitTargetCodeForMemset()
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
DMCRegisterInfo.h73 unsigned Byte = Reg / 8; in contains() local
/freebsd-10-stable/contrib/tcpdump/
Ddecnet.h30 typedef unsigned char Byte[1]; /* single byte field */ typedef
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp1435 APInt Byte(I->getType()->getPrimitiveSizeInBits(), 255); in CollectBSwapParts() local