HomeSort by relevance Sort by last modified time
    Searched full:coalescing (Results 26 - 50 of 182) sorted by null

12 3 4 5 6 7 8

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ethtool.h 82 /* for configuring coalescing parameters of chip */
137 /* Adaptive RX/TX coalescing is an algorithm implemented by
140 * only implement one of RX or TX adaptive coalescing. Anything
159 * normal {rx,tx}_* coalescing parameters are used.
172 /* How often to do adaptive coalescing packet rate sampling,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ethtool.h 82 /* for configuring coalescing parameters of chip */
137 /* Adaptive RX/TX coalescing is an algorithm implemented by
140 * only implement one of RX or TX adaptive coalescing. Anything
159 * normal {rx,tx}_* coalescing parameters are used.
172 /* How often to do adaptive coalescing packet rate sampling,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ethtool.h 82 /* for configuring coalescing parameters of chip */
137 /* Adaptive RX/TX coalescing is an algorithm implemented by
140 * only implement one of RX or TX adaptive coalescing. Anything
159 * normal {rx,tx}_* coalescing parameters are used.
172 /* How often to do adaptive coalescing packet rate sampling,
  /external/kernel-headers/original/linux/
ethtool.h 98 /* for configuring coalescing parameters of chip */
153 /* Adaptive RX/TX coalescing is an algorithm implemented by
156 * only implement one of RX or TX adaptive coalescing. Anything
175 * normal {rx,tx}_* coalescing parameters are used.
188 /* How often to do adaptive coalescing packet rate sampling,
329 * get_coalesce: Get interrupt coalescing parameters
330 * set_coalesce: Set interrupt coalescing parameters
bio.h 85 * physical address coalescing is performed.
90 * hardware coalescing is performed.
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp 1 //===- RegisterCoalescer.cpp - Generic Register Coalescing Interface -------==//
12 // implementations of register coalescing.
56 STATISTIC(numPeep , "Number of identity moves eliminated after coalescing");
67 cl::desc("Avoid coalescing cross register class copies"),
76 VerifyCoalescing("verify-coalescing",
77 cl::desc("Verify machine instrs before and after register coalescing"),
93 /// JoinedCopies - Keep track of copies eliminated due to coalescing.
198 INITIALIZE_PASS_BEGIN(RegisterCoalescer, "simple-register-coalescing",
199 "Simple Register Coalescing", false, false)
205 INITIALIZE_PASS_END(RegisterCoalescer, "simple-register-coalescing",
    [all...]
  /external/libvpx/vpx_mem/memory_manager/include/
heapmm.h 101 /* Pointer to first byte of last block freed, after any coalescing. */
  /external/llvm/test/CodeGen/X86/
2011-05-26-UnreachableBlockElim.ll 1 ; RUN: llc < %s -verify-coalescing
2011-05-27-CrossClassCoalescing.ll 1 ; RUN: llc < %s -verify-coalescing
2010-02-12-CoalescerBug-Impdef.ll 5 ; After coalescing %RAX with a virtual register, this instruction was rematted:
13 ; The fix is to implicitly define %RAX when coalescing:
  /external/netperf/
nettest_sctp.h 19 /* coalescing? */
nettest_bsd.h 28 /* coalescing? */
79 /* coalescing? */
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
canonicalform03.js 43 setImplementationAttribute("coalescing", false);
documentnormalizedocument02.js 43 setImplementationAttribute("coalescing", false);
nodecomparedocumentposition19.js 42 setImplementationAttribute("coalescing", false);
nodecomparedocumentposition21.js 42 setImplementationAttribute("coalescing", false);
nodeinsertbefore17.js 44 setImplementationAttribute("coalescing", true);
  /libcore/dom/src/test/java/org/w3c/domts/
DocumentBuilderSettingStrategy.java 43 public static final DocumentBuilderSettingStrategy coalescing = field in class:DocumentBuilderSettingStrategy
LSDocumentBuilderFactory.java 248 strategies.put("coalescing", new LSParameterStrategy("cdata-sections", true));
375 * @return true if coalescing
BatikTestDocumentBuilderFactory.java 192 * @return true if coalescing
DOMTestDocumentBuilderFactory.java 163 DocumentBuilderSetting.coalescing,
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderImpl.java 53 private boolean coalescing; field in class:DocumentBuilderImpl
62 coalescing = false;
342 if (coalescing || token != XmlPullParser.CDSECT) {
374 coalescing = value;
  /external/llvm/test/CodeGen/ARM/
2012-01-24-RegSequenceLiveRange.ll 1 ; RUN: llc < %s -mcpu=cortex-a8 -verify-machineinstrs -verify-coalescing
  /external/webkit/Source/WebKit2/PluginProcess/
PluginControllerProxy.h 159 // The paint timer, used for coalescing painting.
  /external/llvm/include/llvm/ADT/
IntervalMap.h 10 // This file implements a coalescing interval map for small objects.
592 /// insertFrom - Add mapping of [a;b] to y if possible, coalescing as much as
594 /// to shrink because of coalescing.
    [all...]

Completed in 1059 milliseconds

12 3 4 5 6 7 8