/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
H A D | LEB128.h | 26 uint8_t Byte = Value & 0x7f; in encodeSLEB128() local 41 uint8_t Byte = Value & 0x7f; variable 62 uint8_t Byte = Value & 0x7f; variable 98 uint8_t Byte; variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/MC/ |
H A D | YAML.cpp | 46 uint8_t Byte; in writeAsBinary() local 61 uint8_t Byte = *I; in writeAsHex() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | ByteStreamer.h | 40 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8() 59 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8()
|
H A D | DIEHash.cpp | 65 uint8_t Byte = Value & 0x7f; in addULEB128() local 77 uint8_t Byte = Value & 0x7f; in addSLEB128() local
|
H A D | AsmPrinter.cpp | 1721 uint8_t Byte = static_cast<uint8_t>(Value); in isRepeatedByteSequence() local 1733 int Byte = isRepeatedByteSequence(CA->getOperand(0), TM); in isRepeatedByteSequence() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
H A D | LEB128.cpp | 36 unsigned Byte = Value & 0x7f; in getSLEB128Size() local
|
/minix3/usr.bin/make/ |
H A D | buf.h | 83 typedef char Byte; typedef
|
/minix3/external/bsd/llvm/dist/clang/test/Analysis/ |
H A D | casts.c | 56 typedef unsigned char Byte; typedef
|
/minix3/common/dist/zlib/ |
H A D | zconf.h | 54 # define Byte z_Byte macro 265 typedef unsigned char Byte; /* 8 bits */ typedef
|
H A D | zconf.in.h | 52 # define Byte z_Byte macro 263 typedef unsigned char Byte; /* 8 bits */ typedef
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/MCTargetDesc/ |
H A D | R600MCCodeEmitter.cpp | 146 void R600MCCodeEmitter::EmitByte(unsigned int Byte, raw_ostream &OS) const { in EmitByte()
|
/minix3/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
H A D | zlib.h | 91 # define Byte z_Byte macro 302 typedef unsigned char Byte; /* 8 bits */ typedef
|
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/ |
H A D | FixedLenDecoderEmitter.cpp | 736 uint8_t Byte = *I++; in emitTable() local 756 uint8_t Byte = *I++; in emitTable() local 773 uint8_t Byte = *I++; in emitTable() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/Disassembler/ |
H A D | X86Disassembler.cpp | 111 static int regionReader(const void *Arg, uint8_t *Byte, uint64_t Address) { in regionReader()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZSelectionDAGInfo.cpp | 87 SDValue Dst, SDValue Byte, SDValue Size, in EmitTargetCodeForMemset()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCRegisterInfo.h | 69 unsigned Byte = Reg / 8; in contains() local
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | MicrosoftMangle.cpp | 2465 auto UpdateCRC = [&CRC](char Byte) { in mangleStringLiteral() 2512 auto MangleByte = [&Mangler](char Byte) { in mangleStringLiteral()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 1693 uint8_t Byte = *Ptr++; in moveNext() local 1867 uint8_t Byte = *Ptr++; in moveNext() local
|
/minix3/external/bsd/tcpdump/dist/ |
H A D | print-decnet.c | 57 typedef unsigned char Byte[1]; /* single byte field */ typedef
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 1597 APInt Byte(I->getType()->getPrimitiveSizeInBits(), 255); in CollectBSwapParts() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 5075 for (unsigned Byte = 0; Byte < BytesPerElt; ++Byte) { in GenerateTBL() local
|