HomeSort by relevance Sort by last modified time
    Searched full:slotsize (Results 1 - 8 of 8) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ChunkedIntArray.java 42 final int slotsize=4; // Locked, MUST be power of two in current code field in class:ChunkedIntArray
57 ChunkedIntArray(int slotsize)
59 if(this.slotsize<slotsize)
60 throw new ArrayIndexOutOfBoundsException(XMLMessages.createXMLMessage(XMLErrorResources.ER_CHUNKEDINTARRAY_NOT_SUPPORTED, new Object[]{Integer.toString(slotsize)})); //"ChunkedIntArray("+slotsize+") not currently supported");
61 else if (this.slotsize>slotsize)
62 System.out.println("*****WARNING: ChunkedIntArray("+slotsize+") wasting "+(this.slotsize-slotsize)+" words per slot")
86 final int slotsize=4; local
    [all...]
  /external/llvm/lib/Target/X86/
X86RegisterInfo.h 41 /// SlotSize - Stack slot size in bytes.
43 unsigned SlotSize;
121 unsigned getSlotSize() const { return SlotSize; }
X86FrameLowering.cpp 370 unsigned SlotSize = RegInfo->getSlotSize();
379 // go with the minimum SlotSize.
383 else if (MaxAlign < SlotSize)
384 MaxAlign = SlotSize;
403 if (HasFP) MinSize += SlotSize;
443 uint64_t FrameSize = StackSize - SlotSize;
664 unsigned SlotSize = RegInfo->getSlotSize();
703 uint64_t FrameSize = StackSize - SlotSize;
    [all...]
X86RegisterInfo.cpp 68 SlotSize = 8;
72 SlotSize = 4;
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 570 milliseconds