/external/llvm/include/llvm/Object/ |
COFF.h | 129 support::ulittle32_t Size;
|
/external/llvm/lib/Analysis/ |
BasicAliasAnalysis.cpp | 85 /// getObjectSize - Return the size of the object specified by V, or 90 uint64_t Size; 91 if (getObjectSize(V, Size, &TD, &TLI, RoundToAlign)) 92 return Size; 97 /// by V is smaller than Size. 98 static bool isObjectSmallerThan(const Value *V, uint64_t Size, 119 // parameter, before the llvm::getObjectSize() is called to get the size of 130 // This function needs to use the aligned object size because we allow 134 return ObjectSize != AliasAnalysis::UnknownSize && ObjectSize < Size; 138 /// by V has size Size [all...] |
MemoryDependenceAnalysis.cpp | 267 unsigned Size = MemoryDependenceAnalysis:: 268 getLoadLoadClobberFullWidthSize(MemLocBase, MemLocOffs, MemLoc.Size, 270 return Size != 0; 275 /// and Size) and compares it against a load. If the specified load could 278 /// location value, then this function returns the size in bytes of the 304 // and "P+3". Check to see if increasing the size of the "LI" load up to its 312 // any legal integer up to this size without a problem. For example, if we're 323 // This is the size of the load to try. Start with the next larger power of 329 // If this load size is bigger than our known alignment or would not fit 607 if (Count == -1) Count = Cache.size(); [all...] |
/external/llvm/lib/CodeGen/ |
RegAllocGreedy.cpp | 57 clEnumValN(SplitEditor::SM_Size, "size", "Optimize for size"), 219 /// This vector never shrinks, but grows to the size of the largest register 400 // Prioritize live ranges by size, assigning larger ranges first. 401 // The queue holds (size, reg) pairs. 402 const unsigned Size = LI->getSize(); 415 Prio = Size; 428 Prio = (1u << 29) + Size; 585 for (unsigned i = Q.interferingVRegs().size(); i; --i) { 662 for (unsigned i = 0, e = Intfs.size(); i != e; ++i) [all...] |
/external/llvm/lib/MC/MCParser/ |
DarwinAsmParser.cpp | 643 /// ::= .tbss identifier, size, align 657 int64_t Size; 659 if (getParser().parseAbsoluteExpression(Size)) 676 if (Size < 0) 677 return Error(SizeLoc, "invalid '.tbss' directive size, can't be less than" 692 Sym, Size, 1 << Pow2Alignment); 740 int64_t Size; 742 if (getParser().parseAbsoluteExpression(Size)) 759 if (Size < 0) 760 return Error(SizeLoc, "invalid '.zerofill' directive size, can't be less [all...] |
/external/llvm/lib/MC/ |
MCStreamer.cpp | 89 void MCStreamer::EmitIntValue(uint64_t Value, unsigned Size) { 90 assert(Size <= 8 && "Invalid size"); 91 assert((isUIntN(8 * Size, Value) || isIntN(8 * Size, Value)) && 92 "Invalid size"); 95 for (unsigned i = 0; i != Size; ++i) { 96 unsigned index = isLittleEndian ? i : (Size - i - 1); 99 EmitBytes(StringRef(buf, Size)); 120 void MCStreamer::EmitAbsValue(const MCExpr *Value, unsigned Size) { [all...] |
MachObjectWriter.cpp | 116 if (Next >= Layout.getSectionOrder().size()) 158 /// \param SectionDataSize The total size of the sections. 182 Write64(SectionDataSize); // file size 187 Write32(SectionDataSize); // file size 207 assert(Layout.getSectionFileSize(&SD) == 0 && "Invalid file size!"); 222 Write64(SectionSize); // size 225 Write32(SectionSize); // size 334 // Common symbols are encoded with the size in the address 382 unsigned Size = sizeof(macho::LinkerOptionsLoadCommand); 383 for (unsigned i = 0, e = Options.size(); i != e; ++i [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZInstrInfo.cpp | 210 assert(Cond.size() == 2 && TBB && "Should have seen a conditional branch"); 254 assert(Cond.size() == 2 && "Invalid condition"); 270 assert((Cond.size() == 2 || Cond.size() == 0) && 335 assert(Pred.size() == 2 && "Invalid condition"); 542 unsigned Size = MFI->getObjectSize(FrameIndex); 545 if (Ops.size() != 1) 549 assert(Size == MF.getRegInfo() 551 "Invalid size combination"); 586 if (MMO->getSize() == Size && !MMO->isVolatile()) [all...] |
/external/llvm/lib/Transforms/Scalar/ |
MemCpyOptimizer.cpp | 64 uint64_t Size = TD.getTypeAllocSize(GTI.getIndexedType()); 65 Offset += Size*OpC->getSExtValue(); 151 if (TheStores.size() >= 4 || End-Start >= 16) return true; 154 if (TheStores.size() < 2) return false; 158 for (unsigned i = 0, e = TheStores.size(); i != e; ++i) 164 if (TheStores.size() == 2) return false; 173 // the maximum GPR width is the same size as the pointer size and assume that 185 return TheStores.size() > NumPointerStores+NumByteStores; 219 int64_t Size = cast<ConstantInt>(MSI->getLength())->getZExtValue() [all...] |
/external/llvm/lib/Transforms/Utils/ |
InlineFunction.cpp | 97 for (unsigned i = 0, e = UnwindDestPHIValues.size(); i != e; ++i, ++I) { 121 for (unsigned i = 0, e = UnwindDestPHIValues.size(); i != e; ++i, ++I) { 392 Value *Size; 394 Size = ConstantExpr::getSizeOf(AggTy); 396 Size = ConstantInt::get(Type::getInt64Ty(Context), 403 DestCast, SrcCast, Size, 673 for (unsigned ai = 0, ae = IFI.StaticAllocas.size(); ai != ae; ++ai) { 681 // Try to determine the size of the allocation. 689 assert(AllocaArraySize > 0 && "array size of AllocaInst is zero"); 690 // Check that array size doesn't saturate uint64_t and doesn' [all...] |
/external/llvm/tools/llvm-objdump/ |
llvm-objdump.cpp | 202 for (unsigned ii = 0, ie = (*i)->getInsts()->size(); ii != ie; 229 // and align to that size before printing. I'll fix this when I get 237 assert(bytes.size() <= 15 268 if (MAttrs.size()) { 270 for (unsigned i = 0; i != MAttrs.size(); ++i) 437 uint64_t Size; 445 for (unsigned si = 0, se = Symbols.size(); si != se; ++si) { 448 // The end is either the size of the section or the beginning of the next 467 for (Index = Start; Index < End; Index += Size) { 470 if (DisAsm->getInstruction(Inst, Size, memoryObject [all...] |
/external/lzma/CPP/7zip/UI/Client7z/ |
Client7z.cpp | 171 STDMETHOD(SetTotal)(UInt64 size);
218 STDMETHODIMP CArchiveExtractCallback::SetTotal(UInt64 /* size */)
294 // Get Size
421 UInt64 Size;
441 STDMETHOD(SetTotal)(UInt64 size);
451 STDMETHOD(GetVolumeSize)(UInt32 index, UInt64 *size);
487 STDMETHODIMP CArchiveUpdateCallback::SetTotal(UInt64 /* size */)
532 case kpidSize: prop = dirItem.Size; break;
600 STDMETHODIMP CArchiveUpdateCallback::GetVolumeSize(UInt32 index, UInt64 *size)
602 if (VolumesSizes.Size() == 0) [all...] |
/external/regex-re2/re2/ |
prog.h | 17 // Simple fixed-size bitmap. 22 int Size() { return Bits; } 203 int64 size() { return size_; } function in class:re2::Prog 298 // proportional to the product of the program size and the text size. 353 int onepass_statesize_; // byte size of each OneState* node
|
/frameworks/av/libvideoeditor/vss/common/inc/ |
M4WRITER_common.h | 78 M4WRITER_COMMON, 0x03), /**< File size if the process was ended when we call the method */ 80 M4WRITER_COMMON, 0x04), /**< File size if the process was ended when we call the 81 method, estimated size for audio */ 90 M4WRITER_COMMON, 0x08), /**< Maximum file size limitation */ 119 M4OSA_UInt32 Size; /**< Size of the data */
|
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/ |
LVM_Private.h | 63 #define LVM_MAXBLOCKCALL 1 /* Maximum block size calls to the buffer */ 67 /* Block Size */ 74 #define MIN_INTERNAL_BLOCKSIZE 16 /* Minimum internal block size */ 75 #define MIN_INTERNAL_BLOCKSHIFT 4 /* Minimum internal block size as a power of 2 */ 76 #define MIN_INTERNAL_BLOCKMASK 0xFFF0 /* Minimum internal block size mask */ 126 LVM_UINT32 Size; /* Region size in bytes */ 181 LVM_INT16 InternalBlockSize; /* Maximum internal block size */
|
/frameworks/compile/slang/ |
slang_rs_export_type.cpp | 242 // TODO(zonr/srhines): allow bit fields of size 8, 16, 32 288 // Only vector with size 2, 3 and 4 are supported. 466 "Builtin types > 32 bits in size are forbidden in " 473 "Builtin types > 32 bits in size are forbidden in " 663 char *Name = new char[ 1 /* * */ + PointeeName.size() + 1 ]; 665 memcpy(Name + 1, PointeeName.data(), PointeeName.size()); 666 Name[PointeeName.size() + 1] = '\0'; 815 mName(Name.data(), Name.size()), [all...] |
/external/dropbear/libtomcrypt/ |
crypt.tex | 333 /* lets export the key, set x to the size of the 342 * the size of the output */ 351 In the above example if the size of the RSA public key was more than 1024 bytes this function would return an error code 355 As of v1.13, most functions will update your length on failure to indicate the size required by the function. Not all functions 393 for a chaining mode or public key packet it is assumed that regardless of the actual size of \textit{unsigned char} only the 443 These two functions will encrypt or decrypt (respectively) a single block of text\footnote{The size of which depends on 459 For each cipher there is a function which will help find a desired key size. It is specified as follows: 464 Essentially, it will round the input keysize in \textit{keysize} down to the next appropriate key size. This function 465 will return {\bf CRYPT\_OK} if the key size specified is acceptable. For example: 476 printf("Error getting key size: %s\n", error_to_string(err)) [all...] |
/external/chromium/net/disk_cache/ |
entry_impl.cc | 89 // zero. The buffer grows up to a size determined by the backend, to keep the 123 char* Data() { return buffer_.size() ? &buffer_[0] : NULL; } 124 int Size() { return static_cast<int>(buffer_.size()); } 126 int End() { return offset_ + Size(); } 154 if (!Size() && offset > kMaxBlockSize) 167 if (Size() >= offset) 178 if (!Size() && offset > kMaxBlockSize) 183 if (offset > Size()) 190 int valid_len = Size() - offset 1017 int size = offset + buf_len; local 1373 int size = std::max(entry_.Data()->data_size[index], min_len); local [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
httpcommon.cc | 73 static size_t Size; 78 if (!find_string(index, name, Names, Size)) 96 template<> size_t Enum<e>::Size = sizeof(n)/sizeof(n[0]) 256 for (size_t i=0; i<attributes.size(); ++i) { 337 if (index >= attributes.size()) 523 HttpRequestData::formatLeader(char* buffer, size_t size) const { 525 return sprintfn(buffer, size, "%s %.*s HTTP/%s", ToString(verb), path.size(), 638 HttpResponseData::formatLeader(char* buffer, size_t size) const { 639 size_t len = sprintfn(buffer, size, "HTTP/%s %lu", ToString(version), scode) [all...] |
/external/chromium_org/base/message_loop/ |
message_loop_unittest.cc | 354 size_t Size() { 355 return task_list_.size(); 477 ASSERT_EQ(order.Size(), 17); 521 ASSERT_EQ(order.Size(), 18); 635 DWORD size() { return sizeof(buffer_); } function in class:base::__anon6262::TestIOHandler 660 EXPECT_FALSE(ReadFile(file_, buffer_, size(), &read, context())); [all...] |
/external/chromium_org/net/disk_cache/ |
entry_impl.cc | 90 // zero. The buffer grows up to a size determined by the backend, to keep the 124 char* Data() { return buffer_.size() ? &buffer_[0] : NULL; } 125 int Size() { return static_cast<int>(buffer_.size()); } 127 int End() { return offset_ + Size(); } 155 if (!Size() && offset > kMaxBlockSize) 168 if (Size() >= offset) 179 if (!Size() && offset > kMaxBlockSize) 184 if (offset > Size()) 191 int valid_len = Size() - offset 1075 int size = offset + buf_len; local 1444 int size = std::max(entry_.Data()->data_size[index], min_len); local [all...] |
/external/chromium_org/net/disk_cache/v3/ |
entry_impl_v3.cc | 35 // zero. The buffer grows up to a size determined by the backend, to keep the 69 char* Data() { return buffer_.size() ? &buffer_[0] : NULL; } 70 int Size() { return static_cast<int>(buffer_.size()); } 72 int End() { return offset_ + Size(); } 100 if (!Size() && offset > kMaxBlockSize) 113 if (Size() >= offset) 124 if (!Size() && offset > kMaxBlockSize) 129 if (offset > Size()) 136 int valid_len = Size() - offset 866 int size = offset + buf_len; local 1258 int size = std::max(entry_.Data()->data_size[index], min_len); local [all...] |
/external/chromium_org/third_party/leveldatabase/src/table/ |
table_test.cc | 101 contents_.append(data.data(), data.size()); 113 : contents_(contents.data(), contents.size()) { 118 uint64_t Size() const { return contents_.size(); } 122 if (offset > contents_.size()) { 125 if (offset + n > contents_.size()) { 126 n = contents_.size() - offset; 244 ASSERT_EQ(sink.contents().size(), builder.FileSize()); 250 return Table::Open(table_options, source_, sink.contents().size(), &table_); 447 // Use shorter block size for tests to exercise block boundar [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
httpcommon.cc | 73 static size_t Size; 78 if (!find_string(index, name, Names, Size)) 96 template<> size_t Enum<e>::Size = sizeof(n)/sizeof(n[0]) 256 for (size_t i=0; i<attributes.size(); ++i) { 337 if (index >= attributes.size()) 523 HttpRequestData::formatLeader(char* buffer, size_t size) const { 525 return sprintfn(buffer, size, "%s %.*s HTTP/%s", ToString(verb), path.size(), 641 HttpResponseData::formatLeader(char* buffer, size_t size) const { 642 size_t len = sprintfn(buffer, size, "HTTP/%s %lu", ToString(version), scode) [all...] |
/external/chromium_org/third_party/lzma_sdk/ |
7zIn.c | 176 #define MY_ALLOC(T, p, size, alloc) { if ((size) == 0) p = 0; else \ 177 if ((p = (T *)IAlloc_Alloc(alloc, (size) * sizeof(T))) == 0) return SZ_ERROR_MEM; } 253 UInt64 size = 0; local 257 UInt64 t = size + p->db.PackSizes[packStreamIndex + i]; 258 if (t < size) /* check it */ 260 size = t; 262 *resSize = size; 272 RINOK(ReadBoolVector2(files.Size(), boolVector)) 277 for (int i = 0; i < files.Size(); i++ 399 UInt64 size; local 787 UInt64 size; local 998 UInt64 size; local [all...] |