HomeSort by relevance Sort by last modified time
    Searched full:coalesce (Results 151 - 175 of 248) sorted by null

1 2 3 4 5 67 8 910

  /external/qemu/android/skin/
region.c 344 /* coalesce two identical bands */
1001 /* coalesce the temp runs in-place and compute the corresponding bounds */
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Heap.cpp 677 if (coalesce(minSize) && allocateFromFreeList(minSize))
813 bool ThreadHeap<Header>::coalesce(size_t minSize) function in class:blink::ThreadHeap
833 TRACE_EVENT_BEGIN2("blink_gc", "ThreadHeap::coalesce" , "requestedSize", (unsigned)minSize , "neededSize", (unsigned)neededFreeEntrySize);
845 // Only coalesce pages with "sufficient" promptly freed space.
852 // If we found a likely candidate, fully coalesce all its promptly-freed entries.
900 TRACE_EVENT_END1("blink_gc", "ThreadHeap::coalesce", "foundFreeEntrySize", (unsigned)foundFreeEntrySize);
    [all...]
  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 56 STATISTIC(NumCommuted , "Number of instructions commuted to coalesce");
66 cl::desc("Coalesce copies by rescheduling (default=true)"),
521 // In this case, it might not be possible to coalesce the second MOV8rr
    [all...]
LiveDebugVariables.cpp 127 /// identical to another location, and coalesce them. This may cause LocNo or
411 I.setValue(KeepLoc); // Coalesce when possible.
    [all...]
MachineSink.cpp 590 // be close to the source to make it easier to coalesce.
  /external/chromium_org/chrome/browser/history/
thumbnail_database.cc 206 // the contents of the database. The COALESCE is because certain
208 const char* kSchemaSql = "SELECT COALESCE(sql, name) FROM sqlite_master";
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
convert.cc 269 // Coalesce rows.
277 // Coalesce rows.
    [all...]
  /external/chromium_org/third_party/libyuv/source/
convert.cc 269 // Coalesce rows.
277 // Coalesce rows.
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 162 /// If possible, coalesce this block with neighboring blocks. Return the
175 // coalesce with it, update our notion of what the free list is.
    [all...]
  /external/chromium_org/chrome/utility/importer/
firefox_importer.cc 704 const char* query = "SELECT b.id, h.url, COALESCE(b.title, h.title), "
  /external/chromium_org/content/browser/loader/
resource_scheduler.cc 606 // TODO(aiolos): We probably want to Coalesce these as well to avoid
    [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf/
codegen_unittest.cc 111 // We explicitly duplicate instructions so that MergeTails() can coalesce
  /external/chromium_org/sql/
recovery_unittest.cc 60 "SELECT COALESCE(sql, name) FROM sqlite_master ORDER BY 1";
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
TextPrompt.js 751 * Whether to coalesce duplicate items in the history, default is true.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_util.h 453 void coalesce(Range **ptail)
  /external/chromium_org/third_party/skia/tests/
MatrixClipCollapseTest.cpp 368 // This tests that the matrices and clips coalesce when collapsed
  /external/chromium_org/third_party/sqlite/src/src/
test_demovfs.c 99 ** journal file is opened. It uses the buffer to coalesce sequential
  /external/chromium_org/third_party/sqlite/src/test/
join.test 450 SELECT coalesce(t8.a,999) from t7 LEFT JOIN t8 on y=a;
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 462 /// folded based on the profile value, which is done to coalesce similar
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 604 /// Add a segment to LR and coalesce when possible, just like
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 560 // WeakVH in the VMap. Notably, we rely on that so that if we coalesce
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_util.h 453 void coalesce(Range **ptail)
  /external/skia/tests/
MatrixClipCollapseTest.cpp 368 // This tests that the matrices and clips coalesce when collapsed
  /external/chromium_org/content/browser/renderer_host/input/
touch_event_queue_unittest.cc 301 // All moves should coalesce.
499 TEST_F(TouchEventQueueTest, Coalesce) {
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prio.h 237 PR_SockOpt_NoDelay, /* don't delay send to coalesce packets */
265 PRBool no_delay; /* Don't delay send to coalesce packets */
    [all...]

Completed in 1607 milliseconds

1 2 3 4 5 67 8 910