HomeSort by relevance Sort by last modified time
    Searched refs:ranges (Results 101 - 125 of 164) sorted by null

1 2 3 45 6 7

  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 256 /// computeLiveInRegUnits - Precompute the live ranges of any register units
428 // Move the trimmed ranges back.
429 li->ranges.swap(NewLI.ranges);
507 // Keep track of regunit ranges.
654 // Use a smaller arrays for local live ranges.
735 /// Update all live ranges touched by MI, assuming a move from OldIdx to
832 // overlapping ranges. Case 5 above.
871 // intermediate ranges up.
    [all...]
StrongPHIElimination.cpp 333 // Due to the insertion of copies to split live ranges, the live intervals are
347 assert(DestLI.ranges.size() == 1
749 // Prior to PHI elimination, the live ranges of PHIs begin at their defining
751 // with the phi-def flag set, and the live ranges of these VNs start at the
804 // Merge the live ranges of the two registers.
  /external/skia/legacy/src/ports/
SkFontHost_win.cpp 244 // glyph id in a font file are continuous. So, even if we have ranges,
247 int count = glyphSet->ranges[i].cGlyphs;
252 chars[j] = glyphSet->ranges[i].wcLow + j;
    [all...]
  /external/v8/tools/
grokdump.py 323 ("ranges", lambda m: MINIDUMP_MEMORY_DESCRIPTOR.ctype * m.range_count)
329 ("ranges", lambda m: MINIDUMP_MEMORY_DESCRIPTOR64.ctype * m.range_count)
450 for r in self.memory_list64.ranges:
455 for r in self.memory_list.ranges:
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp 4234 Vector<VisibleSelection> ranges; local
4253 Vector<VisibleSelection> ranges = local
4384 Vector<VisibleSelection> ranges = local
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 383 // glyph id in a font file are continuous. So, even if we have ranges,
386 int count = glyphSet->ranges[i].cGlyphs;
391 chars[j] = glyphSet->ranges[i].wcLow + j;
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
CSharp2.stg     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg     [all...]
  /external/kernel-headers/original/linux/
fb.h 900 } ranges[0]; member in struct:fb_info::apertures_struct
    [all...]
  /external/libvorbis/doc/
04-codec.tex 257 \item verify ranges; zero is the only legal value in Vorbis I for
322 where $n$ is window size and $x$ ranges $0 \ldots n-1$, but dissimilar
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ActionScript.stg     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
CPP.stg 1148 setTest(ranges) ::= "<ranges; separator=\"||\">"
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
Perl5.stg 1129 setTest(ranges) ::= "<ranges; separator=\" || \">"
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Python.stg     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
Scala.stg     [all...]
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /external/chromium/net/http/
http_cache_unittest.cc 884 std::vector<net::HttpByteRange> ranges; local
888 !net::HttpUtil::ParseRangeHeader(range_header, &ranges) || bad_200_ ||
889 ranges.size() != 1) {
898 net::HttpByteRange byte_range = ranges[0];
953 "Accept-Ranges: bytes\n"
983 // Creates a truncated entry that can be resumed using byte ranges.
    [all...]
  /frameworks/base/services/input/
InputReader.cpp 871 const Vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); local
872 if (!ranges.isEmpty()) {
873 dump.append(INDENT2 "Motion Ranges:\n");
874 for (size_t i = 0; i < ranges.size(); i++) {
875 const InputDeviceInfo::MotionRange& range = ranges.itemAt(i);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ObjC.stg     [all...]
  /external/libvpx/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 39 ;# are simpler if we use contiguous ranges of register numbers, simpler
    [all...]

Completed in 1331 milliseconds

1 2 3 45 6 7