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

1234

/freebsd-11-stable/contrib/bmake/
H A Dvar.c252 Byte varSpace; /* Word separator in expansions */
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_7zip.c2106 ppmd_write(void *p, Byte b)
H A Darchive_read_support_format_zip.c265 static Byte
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2870 if (ResByArg.second.Byte || ResByArg.second.Bit)
2871 Out << ", byte: " << ResByArg.second.Byte
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7146 for (unsigned Byte = 0; Byte < BytesPerElt; ++Byte) {
7147 unsigned Offset = Byte + Val * BytesPerElt;
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp62 ConstantInt *Byte; local
68 Byte = CGF.Builder.getInt8(0x00);
72 Byte = llvm::dyn_cast<llvm::ConstantInt>(
77 CGF.Builder.CreateMemSet(AI, Byte, Size, AlignmentInBytes);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3592 NameVals.push_back(ByArg.Byte);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5686 B.Byte = Record[Slot++];
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp6162 for (unsigned char Byte : Input) {
6164 Bytes[Offset.getQuantity() + Index] = Byte;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7869 ParseUInt32(ByArg.Byte))

Completed in 713 milliseconds

1234