Searched defs:Space (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/
H A DSlotIndexes.cpp132 const unsigned Space = SlotIndex::InstrDist/2; local
133 assert((Space & 3) == 0 && "InstrDist must be a multiple of 2*NUM");
138 curItr->setIndex(index += Space);
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
H A DConstraint.java62 Space targetSpace = Space.valueOf(((Number) constraintStructure.getFieldValue("tarspace")).byteValue());
72 Space ownerSpace = Space.valueOf(((Number) constraintStructure.getFieldValue("ownspace")).byteValue());
120 public static enum Space { enum in class:Constraint
132 public static Space valueOf(byte c) {
/external/llvm/lib/Target/PTX/
H A DPTXMachineFunctionInfo.h45 unsigned Space; member in struct:llvm::PTXMachineFunctionInfo::RegisterInfo
88 Info.Space = RegSpace;
95 if (RI.Space == RegSpace)
96 if (RI.Space != PTXRegisterSpace::Reg || RI.Type == Info.Type)
101 Info.Encoded = (Info.Offset << 6) | (Info.Type << 3) | Info.Space;
119 if (RI.Type == RegType && RI.Space == RegSpace)
/external/v8/src/
H A Dunicode.h267 struct Space { struct in namespace:unibrow
H A Dspaces.h120 class Space;
321 Space* owner() const {
324 return reinterpret_cast<Space*>(owner_ - kFailureTag);
330 void set_owner(Space* space) {
635 Space* owner);
756 // Space is the abstract superclass for all allocation spaces.
757 class Space : public Malloced { class in namespace:v8::internal
759 Space(Heap* heap, AllocationSpace id, Executability executable) function in class:v8::internal::Space
762 virtual ~Space() {}
957 Space* owne
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 164 milliseconds