Searched refs:Bytes (Results 101 - 125 of 168) sorted by relevance

1234567

/netbsd-current/external/gpl3/gdb/dist/zlib/os400/
H A Dzlib.inc471 D buf 65535 const options(*varsize) Bytes to accumulate
482 D buf 65535 const options(*varsize) Bytes to accumulate
487 D buf 65535 const options(*varsize) Bytes to accumulate
498 D buf 65535 const options(*varsize) Bytes to accumulate
/netbsd-current/external/gpl3/binutils.old/dist/zlib/os400/
H A Dzlib.inc471 D buf 65535 const options(*varsize) Bytes to accumulate
482 D buf 65535 const options(*varsize) Bytes to accumulate
487 D buf 65535 const options(*varsize) Bytes to accumulate
498 D buf 65535 const options(*varsize) Bytes to accumulate
/netbsd-current/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DMsgPackReader.cpp251 Obj.Extension.Bytes = StringRef(Current, Size);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h64 void getDataBytes(SmallVector<uint8_t, 32> &Bytes) const override;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAsmStreamer.cpp432 static inline int64_t truncateToSize(int64_t Value, unsigned Bytes) { argument
433 assert(Bytes > 0 && Bytes <= 8 && "Invalid size!");
434 return Value & ((uint64_t) (int64_t) -1 >> (64 - Bytes * 8));
/netbsd-current/external/gpl2/groff/dist/src/devices/grops/
H A Dpsrm.cpp799 static const char *units[] = { "Bytes", "Lines" };
800 const int Bytes = 0; local
801 int unit = Bytes;
815 error("expected `Bytes' or `Lines'");
851 } while ((unit == Bytes ? bytecount : linecount) < numberof);
875 fprintf(outfp, "%%%%BeginData: %u Binary Bytes\n", count);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp368 unsigned AMDGPUSubtarget::getOccupancyWithLocalMemSize(uint32_t Bytes,
380 unsigned NumGroups = getLocalMemorySize() / (Bytes ? Bytes : 1u);
H A DAMDGPUPromoteAlloca.cpp1069 if (uint64_t Bytes = Intr->getDereferenceableBytes(I)) {
1070 B->addDereferenceableAttr(I, Bytes);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp997 StringRef Bytes = Data.getData().slice(OpOffset, Op.getEndOffset()); local
998 OutputBuffer.append(Bytes.begin(), Bytes.end());
1031 ArrayRef<uint8_t> Bytes = *Val.getAsBlock(); local
1036 DataExtractor Data(StringRef((const char *)Bytes.data(), Bytes.size()),
1041 Bytes = Buffer;
1043 for (auto Byte : Bytes)
1049 // Attr->setSize(Bytes.size()).
1051 Loc->setSize(Bytes
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Object/
H A DXCOFFObjectFile.cpp857 bool doesXCOFFTracebackTableBegin(ArrayRef<uint8_t> Bytes) { argument
858 if (Bytes.size() < 4)
861 return support::endian::read32be(Bytes.data()) == 0;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp684 unsigned Bytes = 8 / PredTy.getVectorNumElements();
701 while (Bytes < BitBytes) {
705 if (Bytes < 4) {
717 Bytes *= 2;
720 assert(Bytes == BitBytes);
741 SmallVector<SDValue,128> Bytes;
768 Bytes.push_back(Ext);
787 Bytes.push_back(Ext);
801 SDValue ByteVec = buildHvxVectorReg(Bytes, dl, ByteTy, DAG);
1196 SDValue Bytes
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp259 ArrayRef<uint8_t> Bytes,
266 if (Bytes.size() < 4)
272 (Bytes[3] << 24) | (Bytes[2] << 16) | (Bytes[1] << 8) | (Bytes[0] << 0);
258 getInstruction(MCInst &MI, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, raw_ostream &CS) const argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DMD5.cpp269 Res << format("%.2x", Bytes[i]);
H A DJSON.cpp603 char Bytes[] = {next(), next(), next(), next()};
604 for (unsigned char C : Bytes) {
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h262 MachineInstrBuilder createStackTemporary(TypeSize Bytes, Align Alignment,
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstrTypes.h1575 void addDereferenceableAttr(unsigned i, uint64_t Bytes) {
1577 PAL = PAL.addDereferenceableAttr(getContext(), i, Bytes);
1583 void addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes) {
1585 PAL = PAL.addDereferenceableOrNullAttr(getContext(), i, Bytes);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h495 bool doesXCOFFTracebackTableBegin(ArrayRef<uint8_t> Bytes);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp1686 ArrayRef<uint8_t> Bytes, uint64_t Address,
1716 MCInst &Instr, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address,
1722 Insn.bytes = Bytes;
1727 if (Bytes.empty() || readPrefixes(&Insn) || readOpcode(&Insn) ||
1715 getInstruction( MCInst &Instr, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, raw_ostream &CStream) const argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp139 ArrayRef<uint8_t> Bytes, uint64_t Address,
144 ArrayRef<uint8_t> Bytes, uint64_t Address,
148 ArrayRef<uint8_t> Bytes, uint64_t Address,
614 ArrayRef<uint8_t> Bytes,
618 return getThumbInstruction(MI, Size, Bytes, Address, CS);
619 return getARMInstruction(MI, Size, Bytes, Address, CS);
623 ArrayRef<uint8_t> Bytes,
633 if (Bytes.size() < 4) {
640 (Bytes[3] << 24) | (Bytes[
613 getInstruction(MCInst &MI, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, raw_ostream &CS) const argument
622 getARMInstruction(MCInst &MI, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, raw_ostream &CS) const argument
909 getThumbInstruction(MCInst &MI, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, raw_ostream &CS) const argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h161 ArrayRef<uint8_t> Bytes; member in struct:llvm::codeview::DecodedAnnotation
322 Result.Bytes = Data.take_front(Data.size() - Next.size());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2678 uint64_t Bytes = DL.getTypeAllocSize(CDS->getType()); local
2680 if (Bytes > 1)
2681 return AP.OutStreamer->emitFill(Bytes, Value);
2720 uint64_t Bytes = DL.getTypeAllocSize(CA->getType()); local
2721 AP.OutStreamer->emitFill(Bytes, Value);
3434 void AsmPrinter::XRayFunctionEntry::emit(int Bytes, MCStreamer *Out) const { argument
3440 auto Padding = (4 * Bytes) - ((2 * Bytes) + 3);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp248 unsigned Bytes = Arg.getValueType().getSizeInBits() / 8; local
285 Bytes = Flags.getByValSize();
305 Bytes = Flags.getByValSize();
325 return Bytes == MFI.getObjectSize(FI);
416 unsigned Bytes = Flags.getByValSize(); local
417 if (Bytes == 0)
418 Bytes = 1; // Don't create zero-sized stack objects.
419 int FI = MFI.CreateFixedObject(Bytes, Offset, IsImmutable);
1025 // Operand #1 = Bytes To Pop
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp225 if (Bytes.size() < ReqSize)
226 Bytes.resize(ReqSize);
231 Bytes[AllocByteOffset + B] |= AllocMask;
637 Constant *ByteArrayConst = ConstantDataArray::get(M.getContext(), BAB.Bytes);
662 ByteArraySizeBytes = BAB.Bytes.size();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp139 unsigned Bytes = unsigned(End-Start); local
143 unsigned NumPointerStores = Bytes / MaxIntSize;
146 unsigned NumByteStores = Bytes % MaxIntSize;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2966 void takeKnownDerefBytesMaximum(uint64_t Bytes) { argument
2967 DerefBytesState.takeKnownMaximum(Bytes);
2974 void takeAssumedDerefBytesMinimum(uint64_t Bytes) { argument
2975 DerefBytesState.takeAssumedMinimum(Bytes);

Completed in 2081 milliseconds

1234567