HomeSort by relevance Sort by last modified time
    Searched defs:Units (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Support/
FoldingSet.cpp 94 unsigned Units = Size / 4;
100 Bits.append(Base, Base + Units);
101 Pos = (Units + 1) * 4;
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 165 // List of register units in ascending order.
171 // Get the list of register units.
175 // Get the native register units. This is a prefix of getRegUnits().
180 // Inherit register units from subregisters.
351 // Populate a unique sorted list of units from a register set.
388 // Register units are used to model interference and register pressure.
389 // Every register is assigned one or more register units such that two
393 // registers inherit the units of their sub-registers.
418 std::vector<unsigned> Units;
447 // Includes native (0..NumNativeRegUnits-1) and adopted register units
    [all...]
  /external/webkit/Source/WebCore/css/
CSSParser.h 336 // defines units allowed for a certain property, used in parseUnit
337 enum Units {
350 friend inline Units operator|(Units a, Units b)
352 return static_cast<Units>(static_cast<unsigned>(a) | static_cast<unsigned>(b));
355 static bool validUnit(CSSParserValue*, Units, bool strict);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar 

Completed in 944 milliseconds