HomeSort by relevance Sort by last modified time
    Searched defs:Size (Results 101 - 125 of 467) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 52 for (unsigned i = 0, N = Data.size(); i < N; ++i)
66 for (unsigned i = 0, N = Data.size(); i < N; ++i) {
93 for (unsigned i = 0, N = Data.size(); i < N; ++i) {
109 for (unsigned i = 0, N = Children.size(); i < N; ++i)
131 for (size_t i = 0; i < Values.size(); ++i)
147 << ", Size: " << Size << "\n";
154 O << "Size: " << Size << "\n";
160 for (unsigned i = 0, N = Data.size(); i < N; ++i)
    [all...]
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 128 uint64_t Size;
131 DisasmMemoryObject(uint8_t *bytes, uint64_t size, uint64_t basePC) :
132 Bytes(bytes), Size(size), BasePC(basePC) {}
135 uint64_t getExtent() const { return Size; }
138 if (Addr - BasePC >= Size)
152 // returned indirectly in OutString which whos size is specified in the
165 uint64_t Size;
170 S = DisAsm->getInstruction(Inst, Size, MemoryObject, PC,
191 assert(OutStringSize != 0 && "Output buffer cannot be zero size");
    [all...]
  /external/llvm/lib/Support/
MD5.cpp 36 * optimizations are not included to reduce source code size and avoid
79 unsigned long Size = Data.size();
172 } while (Size -= 64);
191 unsigned long Size = Data.size();
194 if ((lo = (saved_lo + Size) & 0x1fffffff) < saved_lo)
196 hi += Size >> 29;
203 if (Size < free) {
204 memcpy(&buffer[used], Ptr, Size);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.cpp 219 unsigned Size = BundleMIs.size();
220 assert((Size+IgnoreCount) == MI->getBundleSize() && "Corrupt Bundle!");
221 for (unsigned Index = 0; Index < Size; Index++) {
224 MCI.setPacketEnd(Index == (Size-1));
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCCodeEmitter.cpp 81 // BL8_NOP etc. all have a size of 8 because of the following 'nop'.
82 unsigned Size = 4; // FIXME: Have Desc.getSize() return the correct value!
86 Size = 8;
89 int ShiftValue = (Size * 8) - 8;
90 for (unsigned i = 0; i != Size; ++i) {
  /external/llvm/lib/Target/Sparc/
SparcFrameLowering.cpp 81 int Size = MI.getOperand(0).getImm();
83 Size = -Size;
86 if (Size)
88 .addImm(Size);
  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 42 "-unroll-threshold loop size is reached."));
117 /// ApproximateLoopSize - Approximate the size of the loop.
130 // Don't allow an estimate of size zero. This would allows unrolling of loops
150 // function is marked as optimize-for-size, and the unroll threshold was
193 DEBUG(dbgs() << " Loop Size = " << LoopSize << "\n");
203 uint64_t Size = (uint64_t)LoopSize*Count;
204 if (TripCount != 1 && Size > Threshold) {
206 << " because size: " << Size << ">" << Threshold << "\n");
220 while (Count != 0 && Size > Threshold)
    [all...]
  /external/llvm/tools/llvm-mc/
Disassembler.cpp 40 uint64_t getExtent() const { return Bytes.size(); }
59 uint64_t Size;
62 for (Index = 0; Index < Bytes.size(); Index += Size) {
66 S = DisAsm.getInstruction(Inst, Size, memoryObject, Index,
77 if (Size == 0)
78 Size = 1; // skip illegible bytes
  /external/llvm/unittests/ExecutionEngine/JIT/
JITMemoryManagerTest.cpp 36 uintptr_t size; local
41 size = 1024;
42 uint8_t *FunctionBody1 = MemMgr->startFunctionBody(F1.get(), size);
48 size = 1024;
49 uint8_t *FunctionBody2 = MemMgr->startFunctionBody(F2.get(), size);
55 size = 1024;
56 uint8_t *FunctionBody3 = MemMgr->startFunctionBody(F3.get(), size);
75 uintptr_t size; local
78 // Big functions are a little less than the largest block size.
85 size = bigFuncSize
    [all...]
  /external/lzma/CPP/7zip/Common/
CWrappers.h 50 UInt32 Size;
59 bool Alloc(UInt32 size);
83 size_t Size;
91 bool Alloc(size_t size);
95 Lim = Buf + Size;
  /external/lzma/CPP/7zip/UI/Common/
DirItem.h 12 UInt64 Size;
35 int GetNumFolders() const { return Prefixes.Size(); }
56 UInt64 Size;
  /external/mesa3d/src/mesa/program/
prog_parameter.h 80 * The next program parameter's Size will be Size-4 of this parameter.
82 GLuint Size;
97 GLuint Size; /**< allocated size of Parameters, ParameterValues */
99 struct gl_program_parameter *Parameters; /**< Array [Size] */
100 gl_constant_value (*ParameterValues)[4]; /**< Array [Size] of constant[4] */
110 _mesa_new_parameter_list_sized(unsigned size);
131 GLuint size, GLenum datatype,
143 GLuint size);
    [all...]
  /external/openfst/src/include/fst/extensions/pdt/
collection.h 87 for (ssize_t i = set.size() - 1; i >= 0; --i) {
98 if (id < 0 || id >= node_table_.Size()) {
105 I Size() const { return node_table_.Size(); }
  /external/protobuf/gtest/samples/
sample3-inl.h 103 size_t Size() const { return size_; }
  /external/stressapptest/src/
pattern.h 38 unsigned int mask; // Size - 1. data[index & mask] is always valid.
100 int Size() {return size_;}
  /external/webrtc/src/system_wrappers/source/
map_no_stl.cc 69 int MapNoStl::Size() const
  /ndk/sources/third_party/googletest/googletest/samples/
sample3-inl.h 102 size_t Size() const { return size_; }
  /art/runtime/gc/accounting/
atomic_stack.h 103 DCHECK_GE(Size(), static_cast<size_t>(n));
108 return Size() == 0;
111 size_t Size() const {
164 // Size in number of elements.
  /art/runtime/
intern_table.cc 35 size_t InternTable::Size() const {
37 return strong_interns_.size() + weak_interns_.size();
42 os << "Intern table: " << strong_interns_.size() << " strong; "
43 << weak_interns_.size() << " weak\n";
reference_table.cc 43 if (entries_.size() == max_size_) {
52 for (int i = entries_.size() - 1; i >= 0; --i) {
90 // ...then by size...
138 size_t ReferenceTable::Size() const {
139 return entries_.size();
155 size_t count = entries.size();
172 size_t size = ref->SizeOf(); local
173 os << StringPrintf(" %5d: %p (raw) (%zd bytes)\n", idx, ref, size);
  /external/chromium_org/net/websockets/
websocket_inflater.cc 21 explicit ShrinkableIOBufferWithSize(int size)
22 : IOBufferWithSize(size) {}
68 bool WebSocketInflater::AddBytes(const char* data, size_t size) {
69 if (!size)
74 input_queue_.Push(data, size);
78 int result = InflateWithFlush(data, size);
80 input_queue_.Push(&data[size - stream_->avail_in], stream_->avail_in);
89 scoped_refptr<IOBufferWithSize> WebSocketInflater::GetOutput(size_t size) {
91 new ShrinkableIOBufferWithSize(size);
94 while (num_bytes_copied < size && output_buffer_.Size() > 0)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_debug.cpp 90 void write_impl(const char *Ptr, size_t Size);
103 raw_debug_ostream::write_impl(const char *Ptr, size_t Size)
105 if (Size > 0) {
106 char *lastPtr = (char *)&Ptr[Size];
109 _debug_printf("%*s", Size, Ptr);
111 pos += Size;
296 uint64_t Size;
305 if (!DisAsm->getInstruction(Inst, Size, memoryObject,
322 for (i = 0; i < Size; ++i) {
347 pc += Size;
    [all...]
  /external/chromium_org/webkit/browser/fileapi/
local_file_util.cc 40 virtual int64 Size() OVERRIDE;
65 int64 LocalFileEnumerator::Size() {
native_file_util.cc 89 virtual int64 Size() OVERRIDE;
105 int64 NativeFileEnumerator::Size() {
  /external/clang/include/clang/AST/
RecordLayout.h 60 /// Size - Size of record in characters.
61 CharUnits Size;
63 /// DataSize - Size of record in characters without tail padding.
77 /// NonVirtualSize - The non-virtual size (in chars) of an object, which is
78 /// the size of the object without virtual bases.
85 /// SizeOfLargestEmptySubobject - The size of the largest empty subobject
117 ASTRecordLayout(const ASTContext &Ctx, CharUnits size, CharUnits alignment,
124 CharUnits size, CharUnits alignment,
146 /// getSize - Get the record size in characters
    [all...]

Completed in 274 milliseconds

1 2 3 45 6 7 8 91011>>