HomeSort by relevance Sort by last modified time
    Searched refs:pop_heap (Results 1 - 9 of 9) sorted by null

  /external/stlport/test/unit/
heap_test.cpp 41 pop_heap(numbers, numbers + 6);
43 pop_heap(numbers, numbers + 5);
45 pop_heap(numbers, numbers + 4);
47 pop_heap(numbers, numbers + 3);
49 pop_heap(numbers, numbers + 2);
51 pop_heap(numbers, numbers + 1);
60 pop_heap(numbers, numbers + 6, greater<int>());
62 pop_heap(numbers, numbers + 5, greater<int>());
64 pop_heap(numbers, numbers + 4, greater<int>());
66 pop_heap(numbers, numbers + 3, greater<int>())
    [all...]
  /external/stlport/stlport/stl/
_heap.h 35 // Heap-manipulation functions: push_heap, pop_heap, make_heap, sort_heap.
62 void pop_heap(_RandomAccessIterator __first,
85 pop_heap(_RandomAccessIterator __first,
102 pop_heap(__first, __last--);
112 pop_heap(__first, __last--, __comp);
_heap.c 138 void pop_heap(_RandomAccessIterator __first, function
181 pop_heap(_RandomAccessIterator __first, function
_queue.h 232 pop_heap(c.begin(), c.end(), comp);
  /external/opencore/oscl/oscl/osclutil/src/
oscl_priqueue.h 71 OSCL_IMPORT_REF void pop_heap(OsclAny* first, OsclAny* last) ;
155 pop_heap(c.begin(), c.end());
187 void pop_heap(iterator first, iterator last) function in class:OsclPriorityQueue
189 OsclPriorityQueueBase::pop_heap(first, last);
oscl_priqueue.cpp 52 OSCL_EXPORT_REF void OsclPriorityQueueBase::pop_heap(OsclAny* first, OsclAny* last) function in class:OsclPriorityQueueBase
123 pop_heap(pos, pVec->end());
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
uheap.h 88 void pop_heap (RandomAccessIterator first, RandomAccessIterator last, Compare comp) function in namespace:ustl
103 pop_heap (first, last, comp);
116 HEAP_FN_WITH_LESS (void, pop_heap)
144 inline void pop (void) { pop_heap (m_v.begin(), m_v.end()); m_v.pop_back(); }
  /external/webkit/WebCore/platform/
Timer.cpp 277 pop_heap(TimerHeapIterator(0), TimerHeapIterator(timerHeap().size()));
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
shortest-path.h 294 pop_heap(heap.begin(), heap.end(), compare);

Completed in 2419 milliseconds