Searched refs:Bytes (Results 26 - 50 of 52) sorted by relevance

123

/freebsd-10.1-release/contrib/llvm/include/llvm/Bitcode/
H A DBitstreamWriter.h77 unsigned char Bytes[4] = { local
82 Out.append(&Bytes[0], &Bytes[4]);
/freebsd-10.1-release/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp454 StringRef Bytes; local
455 if (error(i->getContents(Bytes))) break;
456 StringRefMemoryObject memoryObject(Bytes, SectionAddr);
496 DumpBytes(StringRef(Bytes.data() + Index, Size));
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h569 void SkipBytes(unsigned Bytes, bool StartOfLine);
H A DPreprocessor.h930 /// \param Bytes The number of bytes in the preamble to skip.
934 void setSkipMainFilePreamble(unsigned Bytes, bool StartOfLine) { argument
935 SkipMainFilePreamble.first = Bytes;
/freebsd-10.1-release/contrib/groff/src/devices/grops/
H A Dpsrm.cpp797 static const char *units[] = { "Bytes", "Lines" };
798 const int Bytes = 0; local
799 int unit = Bytes;
813 error("expected `Bytes' or `Lines'");
849 } while ((unit == Bytes ? bytecount : linecount) < numberof);
873 fprintf(outfp, "%%%%BeginData: %u Binary Bytes\n", count);
/freebsd-10.1-release/contrib/llvm/lib/MC/
H A DMCAsmStreamer.cpp308 static inline int64_t truncateToSize(int64_t Value, unsigned Bytes) { argument
309 assert(Bytes && "Invalid size!");
310 return Value & ((uint64_t) (int64_t) -1 >> (64 - Bytes * 8));
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp176 unsigned Bytes = unsigned(End-Start); local
180 unsigned NumPointerStores = Bytes / MaxIntSize;
183 unsigned NumByteStores = Bytes - NumPointerStores * MaxIntSize;
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h2309 /// @param Bytes The number of bytes to allocate. Calculated by the compiler.
2314 inline void *operator new(size_t Bytes, const clang::ASTContext &C, argument
2316 return C.Allocate(Bytes, Alignment);
2346 /// @param Bytes The number of bytes to allocate. Calculated by the compiler.
2351 inline void *operator new[](size_t Bytes, const clang::ASTContext& C, argument
2353 return C.Allocate(Bytes, Alignment);
/freebsd-10.1-release/contrib/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp1354 SmallString<16> Bytes;
1355 raw_svector_ostream S(Bytes);
1360 for (unsigned i = 0, e = Bytes.size(); i != e; ++i)
1361 TableInfo.Table.push_back(Bytes[i]);
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp164 void writeBytes(const char *Bytes, int Size) { argument
165 os->write(Bytes, Size);
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1691 uint64_t Bytes = AP.TM.getDataLayout()->getTypeAllocSize(CDS->getType()); local
1693 if (Bytes > 1)
1694 return AP.OutStreamer.EmitFill(Bytes, Value);
1756 uint64_t Bytes = AP.TM.getDataLayout()->getTypeAllocSize(CA->getType()); local
1757 AP.OutStreamer.EmitFill(Bytes, Value);
/freebsd-10.1-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3191 StreamingMemoryObject *Bytes = new StreamingMemoryObject(LazyStreamer); local
3192 StreamFile.reset(new BitstreamReader(Bytes));
3196 if (Bytes->readBytes(0, 16, buf) == -1)
3206 Bytes->dropLeadingBytes(bitcodeStart - buf);
3207 Bytes->setKnownObjectSize(bitcodeEnd - bitcodeStart);
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1838 uint64_t Bytes = SizeC->getZExtValue()*CountC->getZExtValue();
1841 if (Bytes == 0)
1846 if (Bytes == 1 && CI->use_empty()) { // fwrite(S,1,1,F) -> fputc(S[0],F)
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp1494 unsigned Bytes = 0; local
1498 Value.substr(0, Comma).getAsInteger(10, Bytes) ||
1502 Opts.PrecompiledPreambleBytes.first = Bytes;
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp1365 void Lexer::SkipBytes(unsigned Bytes, bool StartOfLine) { argument
1366 BufferPtr += Bytes;
/freebsd-10.1-release/contrib/sqlite3/
H A Dshell.c1050 fprintf(pArg->out, "Number of Pcache Overflow Bytes: %d (max %d) bytes\n", iCur, iHiwtr);
1059 fprintf(pArg->out, "Number of Scratch Overflow Bytes: %d (max %d) bytes\n", iCur, iHiwtr);
/freebsd-10.1-release/sys/dev/mps/mpi/
H A Dmpi2_cnfg.h190 U8 Bytes[4]; member in union:_MPI2_CONFIG_PAGE_HEADER_UNION
214 U8 Bytes[8]; member in union:_MPI2_CONFIG_EXT_PAGE_HEADER_UNION
/freebsd-10.1-release/contrib/llvm/include/llvm/IR/
H A DConstants.h542 static Constant *getImpl(StringRef Bytes, Type *Ty);
/freebsd-10.1-release/contrib/llvm/lib/IR/
H A DCore.cpp1272 void LLVMSetAlignment(LLVMValueRef V, unsigned Bytes) { argument
1275 GV->setAlignment(Bytes);
1277 LI->setAlignment(Bytes);
1279 SI->setAlignment(Bytes);
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1611 unsigned Bytes = std::max(VT1.getStoreSizeInBits(), local
1621 int FrameIdx = FrameInfo->CreateStackObject(Bytes, Align, false);
6327 /// isConsecutiveLoad - Return true if LD is loading 'Bytes' bytes from a
6331 unsigned Bytes, int Dist) const {
6335 if (VT.getSizeInBits() / 8 != Bytes)
6348 if (FS != BFS || FS != (int)Bytes) return false;
6349 return MFI->getObjectOffset(FI) == (MFI->getObjectOffset(BFI) + Dist*Bytes);
6354 cast<ConstantSDNode>(Loc.getOperand(1))->getSExtValue() == Dist*Bytes)
6365 return Offset1 == (Offset2 + Dist*Bytes);
6330 isConsecutiveLoad(LoadSDNode *LD, LoadSDNode *Base, unsigned Bytes, int Dist) const argument
/freebsd-10.1-release/sys/dev/mpr/mpi/
H A Dmpi2_cnfg.h234 U8 Bytes[4]; member in union:_MPI2_CONFIG_PAGE_HEADER_UNION
258 U8 Bytes[8]; member in union:_MPI2_CONFIG_EXT_PAGE_HEADER_UNION
/freebsd-10.1-release/contrib/llvm/include/llvm-c/
H A DCore.h1713 void LLVMSetAlignment(LLVMValueRef V, unsigned Bytes);
/freebsd-10.1-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp6876 unsigned Bytes, int Dist,
6879 if (VT.getSizeInBits() / 8 != Bytes)
6892 if (FS != BFS || FS != (int)Bytes) return false;
6893 return MFI->getObjectOffset(FI) == (MFI->getObjectOffset(BFI) + Dist*Bytes);
6898 cast<ConstantSDNode>(Loc.getOperand(1))->getSExtValue() == Dist*Bytes)
6909 return Offset1 == (Offset2 + Dist*Bytes);
6875 isConsecutiveLS(LSBaseSDNode *LS, LSBaseSDNode *Base, unsigned Bytes, int Dist, SelectionDAG &DAG) argument
/freebsd-10.1-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1123 /// isConsecutiveLoad - Return true if LD is loading 'Bytes' bytes from a
1127 unsigned Bytes, int Dist) const;
/freebsd-10.1-release/sys/dev/mpt/mpilib/
H A Dmpi_cnfg.h385 U8 Bytes[4]; member in union:_CONFIG_PAGE_HEADER_UNION

Completed in 370 milliseconds

123