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

  /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);
CSSParser.cpp 631 bool CSSParser::validUnit(CSSParserValue* value, Units unitflags, bool strict)
767 // In quirks mode, we will look for units that have been incorrectly separated from the number they belong to
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 126 // List of register units in ascending order.
129 // Get the list of register units.
133 // Inherit register units from subregisters.
282 // Populate a unique sorted list of units from a register set.
324 std::vector<unsigned> Units;
342 unsigned NumRegUnits; // # native + adopted register units.
345 // Includes native and adopted register units.
354 // Remember each unique set of register units. Initially, this contains a
360 // class's units and any inferred RegUnit supersets.
422 assert(Weight && "should only add allocatable units");
    [all...]
CodeGenRegisters.cpp 94 // Iterate over all register units in a set of registers.
150 // Inherit register units from subregisters.
157 // Only create a unit if no other subregs have units.
165 // Merge the subregister's units into this register's RegUnits.
312 // unit. Otherwise, it inherits all its subregister's units. Because
316 // TODO: We currently assume all register units correspond to a named "leaf"
317 // register. We should also unify register units for ad-hoc register
318 // aliases. This can be done by iteratively merging units for aliasing
726 // Populate a unique sorted list of units from a register set.
781 // Native register units are associated with a leaf register. They've all bee
    [all...]
RegisterInfoEmitter.cpp 128 OS << "/// Get the weight in units of pressure for this register class.\n"
161 OS << " " << RegBank.getRegUnitSetWeight(RegUnits.Units)
    [all...]
  /external/llvm/lib/Support/
FoldingSet.cpp 86 unsigned Units = Size / 4;
92 Bits.append(Base, Base + Units);
93 Pos = (Units + 1) * 4;
  /external/replicaisland/tools/
ExtractPoints.js 37 // Back up the ruler units that this file uses before switching to pixel units.
39 app.preferences.rulerUnits = Units.PIXELS;
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 182 <th align="left">Units</th>
  /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 99 milliseconds