Searched defs:Size (Results 151 - 175 of 555) sorted by relevance

1234567891011>>

/external/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp140 int Size = MI.getOperand(0).getImm(); local
142 Size = -Size;
144 if (Size)
145 emitSPAdjustment(MF, MBB, I, Size, SP::ADDrr, SP::ADDri);
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCCodeEmitter.cpp107 unsigned Size = MCII.get(MI.getOpcode()).getSize(); local
108 // Big-endian insertion of Size bytes.
109 unsigned ShiftValue = (Size * 8) - 8;
110 for (unsigned I = 0; I != Size; ++I) {
/external/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp188 uint64_t Size = TM.getDataLayout()->getTypeAllocSize(ZCPV->getType()); local
190 OutStreamer.EmitValue(Expr, Size);
/external/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp140 Value *Size = SizeOffset.first; local
142 ConstantInt *SizeCI = dyn_cast<ConstantInt>(Size);
149 // . Size >= Offset (unsigned)
150 // . Size - Offset >= NeededSize (unsigned)
152 // optimization: if Size >= 0 (signed), skip 1st check
154 Value *ObjSize = Builder->CreateSub(Size, Offset);
155 Value *Cmp2 = Builder->CreateICmpULT(Size, Offset);
/external/llvm/tools/lli/ChildTarget/
H A DChildTarget.cpp36 int WriteBytes(const void *Data, size_t Size) { argument
37 return RPC.WriteBytes(Data, Size) ? Size : -1;
39 int ReadBytes(void *Data, size_t Size) { argument
40 return RPC.ReadBytes(Data, Size) ? Size : -1;
/external/llvm/tools/lli/
H A DRemoteTargetExternal.cpp31 bool RemoteTargetExternal::allocateSpace(size_t Size, unsigned Alignment, argument
33 DEBUG(dbgs() << "Message [allocate space] size: " << Size <<
35 if (!SendAllocateSpace(Alignment, Size)) {
52 bool RemoteTargetExternal::loadData(uint64_t Address, const void *Data, size_t Size) { argument
54 ", size: " << Size << "\n");
55 if (!SendLoadSection(Address, Data, (uint32_t)Size, false)) {
76 bool RemoteTargetExternal::loadCode(uint64_t Address, const void *Data, size_t Size) { argument
78 ", size: " << Size << "\n");
79 if (!SendLoadSection(Address, Data, (uint32_t)Size, true)) {
119 bool RemoteTargetExternal::SendAllocateSpace(uint32_t Alignment, uint32_t Size) { argument
135 SendLoadSection(uint64_t Addr, const void *Data, uint32_t Size, bool IsCode) argument
311 AppendWrite(const void *Data, uint32_t Size) argument
316 AppendRead(void *Data, uint32_t Size) argument
[all...]
/external/llvm/tools/llvm-symbolizer/
H A DLLVMSymbolize.h100 uint64_t &Size) const;
105 uint64_t &Size) const;
114 uint64_t Size; member in struct:llvm::symbolize::ModuleInfo::SymbolDesc
/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITEventListenerTest.cpp32 size_t Size; member in struct:__anon26477::FunctionEmittedEvent
49 void *Code, size_t Size,
51 FunctionEmittedEvent Event = {NextIndex++, &F, Code, Size, Details};
105 EXPECT_LT(0U, Listener.EmittedEvents[0].Size)
112 EXPECT_LT(0U, Listener.EmittedEvents[1].Size)
158 EXPECT_LT(0U, Listener1.EmittedEvents[0].Size)
172 EXPECT_LT(0U, Listener2.EmittedEvents[0].Size)
179 EXPECT_LT(0U, Listener2.EmittedEvents[1].Size)
193 EXPECT_LT(0U, Listener3.EmittedEvents[0].Size)
221 EXPECT_EQ(MCI.size(), Listener.EmittedEvents[0].Size);
48 NotifyFunctionEmitted(const Function &F, void *Code, size_t Size, const EmittedFunctionDetails &Details) argument
[all...]
/external/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.h24 UInt64 Size; member in struct:NArchive::N7z::CUpdateItem
40 bool HasStream() const { return !IsDir && !IsAnti && Size != 0; }
/external/lzma/CPP/7zip/Common/
H A DLimitedStreams.h75 UInt64 Size; member in class:CClusterInStream
86 if (Vector.Size() > 0)
/external/lzma/CPP/Windows/
H A DFileIO.h21 UInt64 Size; member in struct:NWindows::NFile::NIO::CByHandleFileInfo
/external/openfst/src/include/fst/extensions/pdt/
H A Dcollection.h98 if (id < 0 || id >= node_table_.Size()) {
105 I Size() const { return node_table_.Size(); } function in class:fst::Collection
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A Dvectorbuffer.h29 TInt Size() const;
52 TInt Size() const;
88 if(Size() > 0)
157 iSize -= node->Size();
158 return TPtrC8(node->Ptr(), node->Size());
168 TInt TVectorBuffer<C>::Size() const function in class:TVectorBuffer
177 TNode* t = iTop->Size() > 0 ? iTop : iTop->Succ(); //eliminate terminator
186 if(t->Size() > 0)
201 TInt Size() const;
226 TInt TVector<T, C>::Size() cons function in class:TVector
[all...]
/external/sfntly/cpp/src/sfntly/data/
H A Dbyte_array.cc30 int32_t ByteArray::Size() { return storage_length_; } function in class:sfntly::ByteArray
59 if (index < 0 || index >= Size()) {
81 if (index < 0 || index >= Size()) {
89 int32_t actual_length = std::min<int32_t>(length, Size() - index);
106 if (array->Size() < dst_offset + length) { // insufficient space
/external/stressapptest/src/
H A Dpattern.h38 unsigned int mask; // Size - 1. data[index & mask] is always valid.
100 int Size() {return size_;} function in class:PatternList
/external/ceres-solver/internal/ceres/
H A Dparameter_block.h91 int Size() const { return size_; } function in class:ceres::internal::ParameterBlock
147 // and has Size() rows and LocalSize() columns.
179 << ConstVectorRef(state_, Size()).transpose();
327 const int jacobian_size = Size() * LocalSize();
334 "for x: " << ConstVectorRef(state_, Size()).transpose();
341 << ConstVectorRef(state_, Size()).transpose()
344 Size(),
/external/chromium_org/net/websockets/
H A Dwebsocket_inflater.cc94 while (num_bytes_copied < size && output_buffer_.Size() > 0) {
96 std::min(output_buffer_.Size(), size - num_bytes_copied);
177 size_t WebSocketInflater::OutputBuffer::Size() const { function in class:net::WebSocketInflater::OutputBuffer
184 std::min(capacity_ - Size(), buffer_.size() - tail_));
188 DCHECK_LE(size, Size());
213 DCHECK_LE(advance, Size());
218 DCHECK_LE(advance + Size(), capacity_);
/external/chromium_org/storage/browser/fileapi/
H A Dlocal_file_util.cc38 virtual int64 Size() OVERRIDE;
63 int64 LocalFileEnumerator::Size() { function in class:storage::LocalFileEnumerator
H A Dnative_file_util.cc87 virtual int64 Size() OVERRIDE;
103 int64 NativeFileEnumerator::Size() { function in class:storage::NativeFileEnumerator
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DDOMWrapperMap.h97 static size_t Size(const Impl* impl) { return impl->size(); } function in class:blink::DOMWrapperMap::PersistentValueMapTraits
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
H A DVTTCue.h167 Size, enumerator in enum:blink::FINAL::CueSetting
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
H A DDirectoryContentView.js42 {id: indexes.Size, title: WebInspector.UIString("Size"), sortable: true, width: "10%"},
54 Size: "3",
93 data[indexes.Size] = "";
123 case indexes.Size:
179 data[indexes.Size] = WebInspector.UIString("-");
181 data[indexes.Size] = Number.bytesToString(metadata.size);
/external/chromium_org/third_party/angle/util/
H A DEvent.h78 SizeEvent Size; // Size event parameters member in union:Event::__anon11590
/external/chromium_org/third_party/freetype/src/pfr/
H A Dpfrload.c864 FT_UInt n, count, Size; local
873 Size = 1 + 1 + 2;
875 Size += 1;
878 Size += 2;
881 Size += 1;
884 Size += 1;
887 Size += 1;
889 PFR_CHECK( count * Size );
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp90 void write_impl(const char *Ptr, size_t Size);
103 raw_debug_ostream::write_impl(const char *Ptr, size_t Size) argument
105 if (Size > 0) {
106 char *lastPtr = (char *)&Ptr[Size];
109 _debug_printf("%*s", Size, Ptr);
111 pos += Size;
296 uint64_t Size; local
305 if (!DisAsm->getInstruction(Inst, Size, memoryObject,
322 for (i = 0; i < Size; ++i) {
347 pc += Size;
[all...]

Completed in 524 milliseconds

1234567891011>>