HomeSort by relevance Sort by last modified time
    Searched full:heapitem_create (Results 1 - 1 of 1) sorted by null

  /external/deqp/framework/delibs/depool/
dePoolHeap.c 36 DE_INLINE HeapItem HeapItem_create (int priority, int value)
65 TestHeap_push(heap, HeapItem_create(10, 10));
66 TestHeap_push(heap, HeapItem_create(0, 10));
67 TestHeap_push(heap, HeapItem_create(20, 10));
80 TestHeap_push(heap, HeapItem_create(i, -i));
86 TestHeap_push(heap, HeapItem_create(i, -i));
91 TestHeap_push(heap, HeapItem_create(i, -i));

Completed in 808 milliseconds