HomeSort by relevance Sort by last modified time
    Searched defs:Size (Results 426 - 450 of 529) sorted by null

<<11121314151617181920>>

  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /external/llvm/include/llvm/Support/
COFF.h 226 IMAGE_SYM_TYPE_UINT = 14, ///< An unsigned integer of natural size.
531 uint32_t Size;
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 18 // be a computation in two vectors of half the size. For example, implementing
3064 unsigned size = L->getValueSizeInBits(0); local
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 242 bool parseDataDirective(unsigned Size, SMLoc L);
890 int Size = RegList.List->size()
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 92 assert(StoreSize % 32 == 0 && "Store size not a multiple of 32");
468 // If the old size already had to be an extload, there's no harm in continuing
489 // FIXME: These should really have the size as a parameter.
780 uint64_t Size = TD->getTypeAllocSize(GV->getType()->getElementType());
784 MFI->LDSSize += Size;
794 unsigned Size = TD->getTypeAllocSize(EltType);
800 int FI = FrameInfo->CreateStackObject(Size, Alignment, false);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 525 uint64_t Size;
619 // size of requested memory until runtime, we should compute it dynamically.
661 ConstantInt *Size = dyn_cast<ConstantInt>(II.getArgOperand(0));
662 // If size argument is undefined, don't do anything.
663 if (Size->isMinusOne()) return;
664 // Check that size doesn't saturate uint64_t and can
666 const uint64_t SizeValue = Size->getValue().getLimitedValue();
700 void poisonAlloca(Value *V, uint64_t Size, IRBuilder<> &IRB, bool DoPoison);
703 int Size);
    [all...]
MemorySanitizer.cpp 612 unsigned Size, unsigned Alignment) {
625 for (unsigned i = 0; i < Size / IntptrSize; ++i) {
634 for (unsigned i = Ofs; i < (Size + kOriginSize - 1) / kOriginSize; ++i) {
803 InstrumentationList.size() + StoreList.size()
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 589 if (V1->size() > V2->size())
592 if (V1->size() == 0) return false;
593 if (V1->size() == 1) {
596 for (unsigned i = 0, e = V2->size(); i != e; ++i)
604 unsigned i1 = 0, i2 = 0, e1 = V1->size(), e2 = V2->size();
659 assert(ThisCases.size() == 1 && "Branch can only have one case!");
677 for (unsigned i = 0, e = PredCases.size(); i != e; ++i)
704 if (HasWeight && Weights.size() >= 2
    [all...]
  /external/vixl/src/vixl/a64/
macro-assembler-a64.h 113 size_t Size() const;
139 inline size_t LiteralPool::Size() const {
147 return Size() + kInstructionSize;
239 // The code size generated for a veneer. Currently one branch instruction.
240 // This is for code size checking purposes, and can be extended in the future
243 // The maximum size of code other than veneers that can be generated when
253 return unresolved_branches_.size();
258 kPoolNonVeneerCodeSize + unresolved_branches_.size() * kVeneerCodeSize;
312 size_t size() const { function in class:vixl::VeneerPool::BranchInfoSet
315 res += typed_set_[i].size();
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoView.java 55 public static class Size {
64 // Returns the size for the specified picture. If the size information is
66 public void getImageSize(int offset, Size size);
190 private Size[] mSizes = new Size[2 * SCREEN_NAIL_MAX + 1];
495 // We need to change the size and rotation of the Camera ScreenNail,
496 // but we don't want it to animate because the size doen't actually
549 // it can be updated atomically with the CameraScreenNail's size change
1067 int size = getHeight(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
classpnp.h 512 ULONG Size;
518 ULONG Size;
654 ULONG Size;
video.h 261 ULONG Size;
299 USHORT Size;
688 IN ULONG Size;
698 IN ULONG Size;
714 SHORT Size;
731 IN USHORT Size;
749 USHORT Size;
761 IN USHORT Size;
773 IN USHORT Size;
786 IN USHORT Size;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evntrace.h 288 USHORT Size;
325 USHORT Size;
rpcndr.h 326 unsigned int Size;
    [all...]
  /art/compiler/optimizing/
nodes.h 351 // Number of vreg size slots that the temporaries use (used in baseline compiler).
393 blocks_(graph->GetArena(), graph->GetBlocks().Size(), true) {}
416 for (size_t i = 0, e = back_edges_.Size(); i < e; ++i) {
423 return back_edges_.Size();
437 for (size_t i = 0, e = back_edges_.Size(); i < e; ++i) {
544 for (size_t i = 0, e = dominated_blocks_.Size(); i < e; ++i) {
619 DCHECK_EQ(predecessors_.Size(), 2u);
626 DCHECK_EQ(successors_.Size(), 2u);
633 for (size_t i = 0, e = predecessors_.Size(); i < e; ++i) {
642 for (size_t i = 0, e = successors_.Size(); i < e; ++i)
    [all...]
  /art/runtime/
debugger.cc 426 for (size_t i = 0, e = gBreakpoints.size(); i < e; ++i) {
676 CHECK_EQ(gBreakpoints.size(), 0U);
681 CHECK_EQ(deoptimization_requests_.size(), 0U);
875 expandBufAdd4BE(reply, monitor_info.waiters_.size());
876 for (size_t i = 0; i < monitor_info.waiters_.size(); ++i) {
2149 const int32_t size = size_field->GetInt(groups_array_list); local
4732 const size_t size = RoundUp(obj->SizeOf(), kObjectAlignment); local
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 407 // void *objc_memmove_collectable(void *dst, const void *src, size_t size)
743 GC_IVAR(unsigned bytepos = 0, unsigned size = 0)
744 : ivar_bytepos(bytepos), ivar_size(size) {}
775 /// subsequent word-size instructions do not begin at a multiple of
776 /// the pointer size.
781 /// when the required skip quantity is a multiple of the pointer size.
819 CharUnits Size = CharUnits::Zero())
820 : opcode(Opcode), block_var_bytepos(BytePos), block_var_size(Size) {}
2208 unsigned size = Layout.size(); local
2314 unsigned size = RunSkipBlockVars.size(); local
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 266 int Size = Rewrite.getRangeSize(SrcRange);
267 if (Size == -1) {
279 if (!Rewrite.ReplaceText(SrcRange.getBegin(), Size, Str)) {
605 Context->CharTy, llvm::APInt(32, Str.size() + 1), ArrayType::Normal,
    [all...]
RewriteObjC.cpp 215 int Size = Rewrite.getRangeSize(SrcRange);
216 if (Size == -1) {
228 if (!Rewrite.ReplaceText(SrcRange.getBegin(), Size, Str)) {
499 Context->CharTy, llvm::APInt(32, Str.size() + 1), ArrayType::Normal,
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 364 bool parseDirectiveValue(unsigned Size); // ".byte", ".long", ...
834 if (Split.second.size()) {
876 if (Split.first.size() != IDVal.size()) {
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 383 assert(Entry.size() == UF);
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 217 uint32_t Value, Size = 1;
227 Size = 4;
233 Size = 2;
239 Size = 1;
251 Size = 1;
259 Size = 2;
271 Size = 4;
274 return Size;
330 "table) (reserved1 field greater than the table size)";
403 << "(size of stubs in reserved2 field is zero)\n"
1373 uint64_t size = Buf.size(); local
2664 uint32_t size; member in struct:ivar64_t
2672 uint32_t size; member in struct:ivar32_t
2747 uint32_t size; member in struct:objc_module_t
3247 uint32_t size = left < sizeof(uint64_t) ? left : sizeof(uint64_t); local
3298 uint32_t size = left < sizeof(uint32_t) ? left : sizeof(uint32_t); local
    [all...]
  /external/v8/src/heap/
spaces.h 39 // may be larger than the page size.
84 #define DCHECK_OBJECT_SIZE(size) \
85 DCHECK((0 < size) && (size <= Page::kMaxRegularHeapObjectSize))
554 size_t size() const { return size_; } function in class:v8::internal::MemoryChunk
556 void set_size(size_t size) { size_ = size; }
680 static MemoryChunk* Initialize(Heap* heap, Address base, size_t size,
698 // A page is a memory chunk of a size 1MB. Large object pages may be larger.
747 // Page size in bytes. This must be a multiple of the OS page size
919 size_t size; member in class:v8::internal::CodeRange::FreeBlock
2256 int size = (size_func_ == NULL) ? object->Size() : size_func_(object); local
2872 int size; member in struct:v8::internal::CommentStatistic
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readpdb.c 118 unsigned short e_cparhdr; /* 08: Size of header in paragraphs */
163 unsigned long Size;
304 unsigned long size; member in struct:_PDB_FILE
403 unsigned long size; member in struct:_PDB_SYMBOL_RANGE
415 unsigned long size; member in struct:_PDB_SYMBOL_RANGE_EX
955 SizeT uu_n_pdbimage; // size
973 unsigned size )
979 if (!size) return NULL;
980 if (size > 512 * 1024 * 1024) {
981 VG_(umsg)("LOAD_PDB_DEBUGINFO: pdb_ds_read: implausible size "
1669 DWORD size; \/* size of function with line numbers *\/ member in struct:codeview_linetab2_block
    [all...]

Completed in 785 milliseconds

<<11121314151617181920>>