HomeSort by relevance Sort by last modified time
    Searched full:slotsize (Results 1 - 13 of 13) 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/
X86MachineFunctionInfo.cpp 22 unsigned SlotSize = RegInfo->getSlotSize();
29 RestoreBasePointerOffset -= SlotSize;
X86RegisterInfo.h 35 /// SlotSize - Stack slot size in bytes.
37 unsigned SlotSize;
135 unsigned getSlotSize() const { return SlotSize; }
X86FrameLowering.cpp 44 SlotSize = TRI->getSlotSize();
790 // go with the minimum SlotSize.
798 else if (MaxAlign < SlotSize)
799 MaxAlign = SlotSize;
    [all...]
X86FrameLowering.h 36 unsigned SlotSize;
X86RegisterInfo.cpp 66 SlotSize = 8;
75 SlotSize = 4;
X86ISelLowering.cpp     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp 212 /// \param SlotSize - The size and alignment of a stack slot.
226 CharUnits SlotSize,
237 if (AllowHigherAlign && DirectAlign > SlotSize) {
241 Addr = Address(Ptr, SlotSize);
245 CharUnits FullDirectSize = DirectSize.RoundUpToAlignment(SlotSize);
253 if (DirectSize < SlotSize && CGF.CGM.getDataLayout().isBigEndian()) {
254 Addr = CGF.Builder.CreateConstInBoundsByteGEP(Addr, SlotSize - DirectSize);
    [all...]
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-segnames.c 67 | 0 | refcount | slotsize | the string including \0 |
87 | 1 | index of next free slot | slotsize | .. unused .. |
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
  /external/curl/lib/vtls/
nss.c 78 #define SLOTSIZE 13
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 2465 milliseconds