Searched refs:Byte (Results 51 - 75 of 85) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h57 io.mapOptional("Byte", res.Byte);
H A DModuleSummaryIndex.h856 uint32_t Byte = 0; member in struct:llvm::CalleeInfo::WholeProgramDevirtResolution::ByArg
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dtrees.c1169 put_byte(s, (Byte)s->bi_buf);
1184 put_byte(s, (Byte)s->bi_buf);
/freebsd-11-stable/sys/contrib/zlib/
H A Dtrees.c1181 put_byte(s, (Byte)s->bi_buf);
1196 put_byte(s, (Byte)s->bi_buf);
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-decnet.c49 typedef unsigned char Byte[1]; /* single byte field */ typedef
50 #define byte Byte
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMutate.cpp137 uint8_t Byte = Rand.RandBool() ? Rand(256) : (Rand.RandBool() ? 0 : 255); local
139 Data[Idx + i] = Byte;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp695 case SimpleTypeKind::Byte:
794 case SimpleTypeKind::Byte:
H A DSymbolFileNativePDB.cpp179 case SimpleTypeKind::Byte:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp712 uint64_t Byte = IntBits.lshr(I * 8).trunc(8).getZExtValue(); local
713 if (Byte == 0xff)
715 else if (Byte != 0)
4289 // Byte number From of the result is undefined.
4498 unsigned Byte = ((Elem * FromBytesPerElement) % SystemZ::VectorBytes + local
4512 if (!getShuffleInput(OpBytes, Byte, BytesPerElement, NewByte))
4519 Byte = unsigned(NewByte) % SystemZ::VectorBytes;
4536 unsigned Base = OpNo * SystemZ::VectorBytes + Byte;
4572 unsigned Byte = unsigned(Bytes[J]) % SystemZ::VectorBytes; local
4574 NewBytes[J] = Byte;
5476 unsigned Byte = unsigned(First) % Bytes.size(); local
5520 unsigned Byte = Index * BytesPerElement; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1083 uint8_t Byte;
1089 Byte = Bytes.slice(Index)[0];
1090 outs() << format(" %02x", Byte);
1091 AsciiData[NumBytes] = isPrint(Byte) ? Byte : '.';
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java355 ValueRecord v5 = new ScalarRecord(new Byte((byte) 'C'), 1);
/freebsd-11-stable/stand/i386/boot2/
H A Dboot1.S195 mov $MEM_BTX+(NSECT-1)*SIZ_SEC,%cx # Byte
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp3502 auto MangleByte = [&Mangler](char Byte) {
3509 if (isIdentifierBody(Byte, /*AllowDollar=*/true)) {
3510 Mangler.getStream() << Byte;
3511 } else if (isLetter(Byte & 0x7f)) {
3512 Mangler.getStream() << '?' << static_cast<char>(Byte & 0x7f);
3516 const char *Pos = llvm::find(SpecialChars, Byte);
3521 Mangler.getStream() << static_cast<char>('A' + ((Byte >> 4) & 0xf));
3522 Mangler.getStream() << static_cast<char>('A' + (Byte & 0xf));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3141 uint8_t Byte = *Ptr++; local
3142 uint8_t ImmValue = Byte & MachO::REBASE_IMMEDIATE_MASK;
3143 uint8_t Opcode = Byte & MachO::REBASE_OPCODE_MASK;
3489 uint8_t Byte = *Ptr++; local
3490 uint8_t ImmValue = Byte & MachO::BIND_IMMEDIATE_MASK;
3491 uint8_t Opcode = Byte & MachO::BIND_OPCODE_MASK;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp217 for (auto Byte : enumerate(TmpBuf->Bytes)) {
218 const char *Comment = (Byte.index() < TmpBuf->Comments.size())
219 ? TmpBuf->Comments[Byte.index()].c_str()
221 OutBS.EmitInt8(Byte.value(), Comment);
H A DAsmPrinter.cpp2406 int Byte = isRepeatedByteSequence(Op0, DL); local
2407 if (Byte == -1)
2414 return Byte;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp89 STATISTIC(ByteArraySizeBits, "Byte array size in bits");
90 STATISTIC(ByteArraySizeBytes, "Byte array size in bytes");
680 Value *Byte = B.CreateLoad(Int8Ty, ByteAddr); local
683 B.CreateAnd(Byte, ConstantExpr::getPtrToInt(TIL.BitMask, Int8Ty));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1923 uint8_t Byte = Val.getLoBits(8).getZExtValue(); local
1924 aggBuffer->addBytes(&Byte, 1, 1);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c614 static Byte
620 Byte b;
H A Darchive_read_support_format_7zip.c982 static Byte
987 Byte b;
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c1888 reply(504, "Byte size must be 8.");
/freebsd-11-stable/stand/pc98/btx/btx/
H A Dbtx.S103 .set _ESP0H,MEM_ESP0>>0x8 # Byte 1 of ESP0
/freebsd-11-stable/stand/i386/btx/btx/
H A Dbtx.S107 .set _ESP0H,MEM_ESP0>>0x8 # Byte 1 of ESP0
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp3802 for (unsigned Byte = 0; Byte < BytesPerElt; ++Byte) {
3803 unsigned Offset = Byte + Val * BytesPerElt;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp287 AddUnsigned(ByArg.second.Byte);

Completed in 620 milliseconds

1234