Home
last modified time | relevance | path

Searched refs:coalesce (Results 1 – 25 of 27) sorted by relevance

12

/external/libvpx/libvpx/vpx_mem/memory_manager/
Dhmm_base.c180 int coalesce; in U() local
219 coalesce = 1; in U()
222 coalesce = 0; in U()
226 coalesce = 1; in U()
229 if (coalesce) in U()
260 coalesce = 1; in U()
263 coalesce = 0; in U()
267 coalesce = 1; in U()
270 if (coalesce) in U()
/external/chromium/net/http/
Dhttp_stream_parser.cc252 size_t coalesce = HEADER_ONLY; in DoSendHeaders() local
263 coalesce = COALESCE_POTENTIAL_MAX; in DoSendHeaders()
265 coalesce = static_cast<size_t>(header_packets + body_packets); in DoSendHeaders()
267 coalesce = NO_ADVANTAGE; in DoSendHeaders()
270 UMA_HISTOGRAM_ENUMERATION("Net.CoalescePotential", coalesce, in DoSendHeaders()
/external/llvm/test/CodeGen/X86/
Dsubreg-to-reg-3.ll3 ; Don't eliminate or coalesce away the explicit zero-extension!
Dsubreg-to-reg-1.ll3 ; Don't eliminate or coalesce away the explicit zero-extension!
Doverlap-shift.ll2 ;; cannot coalesce it with Y. Because of this, a copy needs to be
Dtwoaddr-lea.ll2 ;; cannot coalesce it with Y. Because of this, a copy needs to be
Dcoalesce-esp.ll4 ; Don't coalesce with %esp if it would end up putting %esp in
D2009-08-06-inlineasm.ll5 ; FIXME: If the coalescer happens to coalesce %level.1 with the copy to EAX
/external/llvm/test/Transforms/LoopStrengthReduce/ARM/
D2012-06-15-lsr-noaddrmode.ll8 ; to coalesce the IV. See <rdar://problem/11680670> [coalescer] IVs
/external/llvm/test/CodeGen/ARM/
Dcoalesce-subregs.ll121 ; The destination lane isn't read, so the subregs can coalesce.
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebview.cpp634 bool coalesce = true; in paintWebView() local
637 coalesce = shouldCoalesce(clipRect, rects); in paintWebView()
639 if (coalesce) { in paintWebView()
/external/llvm/test/Transforms/SROA/
Dbasictest.ll903 ; different pointer value chains, but during rewriting we coalesce them into the
/external/llvm/docs/
DProgrammersManual.rst1308 instead of single keys, and it will automatically coalesce adjacent intervals.
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-165551 size and coalesce limit.
5556 for VM pool size and coalesce limit.
DChangeLog-2009-06-1636453 Added the ability to coalesce JITCode buffer grow operations by first
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2314258 that we can coalesce consecutive tabs while maintaining proper
25453 … <rdar://problem/3973254> Deletions of ranges does not coalesce correctly with subsequent typing
49362 (InputTextCommandImpl::coalesce)
50579 (EditCommand::coalesce):
50646 (InputTextCommand::coalesce):
DChangeLog-2002-12-038020 Changes to coalesce all drawing calls of the same text
DChangeLog1859 coalesce anonymous children.
45119 … (WebCore::InspectorConsoleAgent::addConsoleMessage): do not coalesce adjacent EndGroup messages.
DChangeLog-2010-01-2965006 - if there are a few requests in flight already, coalesce all requests for one second;
66444 invalidation of the selection, in order to better coalesce multiple
DChangeLog-2011-02-1644561 we coalesce wheel events, we can re-enable this.
DChangeLog-2010-05-2432497 that events are coming faster than the throttling time and we coalesce them.
/external/webkit/Source/WebKit/mac/
DChangeLog-2006-02-093181 …* WebView.subproj/WebHTMLView.m: (-[WebHTMLView drawRect:]): Removed text drawing coalesce method …
5355 that we can coalesce consecutive tabs while maintaining proper
DChangeLog-2002-12-039237 Changes to coalesce all drawing calls of the same text
/external/sqlite/dist/
Dsqlite3.c87715 FUNCTION(coalesce, 1, 0, 0, 0 ),
87716 FUNCTION(coalesce, 0, 0, 0, 0 ),
/external/sqlite/dist/orig/
Dsqlite3.c87679 FUNCTION(coalesce, 1, 0, 0, 0 ),
87680 FUNCTION(coalesce, 0, 0, 0, 0 ),

12