/external/libvpx/libvpx/vpx_mem/memory_manager/ |
D | hmm_base.c | 180 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/ |
D | http_stream_parser.cc | 252 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/ |
D | subreg-to-reg-3.ll | 3 ; Don't eliminate or coalesce away the explicit zero-extension!
|
D | subreg-to-reg-1.ll | 3 ; Don't eliminate or coalesce away the explicit zero-extension!
|
D | overlap-shift.ll | 2 ;; cannot coalesce it with Y. Because of this, a copy needs to be
|
D | twoaddr-lea.ll | 2 ;; cannot coalesce it with Y. Because of this, a copy needs to be
|
D | coalesce-esp.ll | 4 ; Don't coalesce with %esp if it would end up putting %esp in
|
D | 2009-08-06-inlineasm.ll | 5 ; FIXME: If the coalescer happens to coalesce %level.1 with the copy to EAX
|
/external/llvm/test/Transforms/LoopStrengthReduce/ARM/ |
D | 2012-06-15-lsr-noaddrmode.ll | 8 ; to coalesce the IV. See <rdar://problem/11680670> [coalescer] IVs
|
/external/llvm/test/CodeGen/ARM/ |
D | coalesce-subregs.ll | 121 ; The destination lane isn't read, so the subregs can coalesce.
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitwebview.cpp | 634 bool coalesce = true; in paintWebView() local 637 coalesce = shouldCoalesce(clipRect, rects); in paintWebView() 639 if (coalesce) { in paintWebView()
|
/external/llvm/test/Transforms/SROA/ |
D | basictest.ll | 903 ; different pointer value chains, but during rewriting we coalesce them into the
|
/external/llvm/docs/ |
D | ProgrammersManual.rst | 1308 instead of single keys, and it will automatically coalesce adjacent intervals.
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2011-02-16 | 5551 size and coalesce limit. 5556 for VM pool size and coalesce limit.
|
D | ChangeLog-2009-06-16 | 36453 Added the ability to coalesce JITCode buffer grow operations by first
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2005-08-23 | 14258 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):
|
D | ChangeLog-2002-12-03 | 8020 Changes to coalesce all drawing calls of the same text
|
D | ChangeLog | 1859 coalesce anonymous children. 45119 … (WebCore::InspectorConsoleAgent::addConsoleMessage): do not coalesce adjacent EndGroup messages.
|
D | ChangeLog-2010-01-29 | 65006 - 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
|
D | ChangeLog-2011-02-16 | 44561 we coalesce wheel events, we can re-enable this.
|
D | ChangeLog-2010-05-24 | 32497 that events are coming faster than the throttling time and we coalesce them.
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2006-02-09 | 3181 …* WebView.subproj/WebHTMLView.m: (-[WebHTMLView drawRect:]): Removed text drawing coalesce method … 5355 that we can coalesce consecutive tabs while maintaining proper
|
D | ChangeLog-2002-12-03 | 9237 Changes to coalesce all drawing calls of the same text
|
/external/sqlite/dist/ |
D | sqlite3.c | 87715 FUNCTION(coalesce, 1, 0, 0, 0 ), 87716 FUNCTION(coalesce, 0, 0, 0, 0 ),
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 87679 FUNCTION(coalesce, 1, 0, 0, 0 ), 87680 FUNCTION(coalesce, 0, 0, 0, 0 ),
|