Home
last modified time | relevance | path

Searched refs:heap_peek (Results 1 – 25 of 40) sorted by relevance

12

/dports/irc/srvx/srvx-1.3.1/src/
H A Dtimeq.c50 heap_peek(timeq, &time, 0); in timeq_next()
111 heap_peek(timeq, &k, &d); in timeq_run()
H A Dheap.h32 void heap_peek(heap_t heap, void **key, void **data);
H A Dgline.c100 heap_peek(gline_heap, 0, &wraa); in gline_expire()
118 heap_peek(gline_heap, 0, &argh); in gline_remove()
143 heap_peek(gline_heap, 0, &argh); in gline_add()
/dports/devel/mtbl/mtbl-1.4.0/libmy/
H A Dheap.h20 void *heap_peek(struct heap *);
H A Dheap.c166 heap_peek(struct heap *h) in heap_peek() function
/dports/sysutils/freeipmi/freeipmi-1.6.8/common/miscutil/
H A Dheap.h154 void * heap_peek (Heap h);
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/ccan/heap/
H A Dheap.h117 static inline void *heap_peek(const struct heap *h) in heap_peek() function
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/ccan/heap/
H A Dheap.h117 static inline void *heap_peek(const struct heap *h) in heap_peek() function
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/ccan/heap/
H A Dheap.h117 static inline void *heap_peek(const struct heap *h) in heap_peek() function
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/ccan/heap/
H A Dheap.h117 static inline void *heap_peek(const struct heap *h) in heap_peek() function
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/ccan/heap/
H A Dheap.h117 static inline void *heap_peek(const struct heap *h)
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/ccan/heap/
H A Dheap.h117 static inline void *heap_peek(const struct heap *h) in heap_peek() function
/dports/textproc/redisearch16/RediSearch-1.6.16/src/util/
H A Dheap.h71 void *heap_peek(const heap_t * hp);
H A Dheap.c157 void *heap_peek(const heap_t *h) { in heap_peek() function
/dports/textproc/redisearch20/RediSearch-2.0.15/src/util/
H A Dheap.h71 void *heap_peek(const heap_t * hp);
H A Dheap.c157 void *heap_peek(const heap_t *h) { in heap_peek() function
/dports/textproc/redisearch/RediSearch-2.2.5/src/util/
H A Dheap.h78 void *heap_peek(const heap_t * hp);
H A Dheap.c168 void *heap_peek(const heap_t *h) { in heap_peek() function
230 void *root = heap_peek(hp); in heap_cb_root()
/dports/devel/libslang2/slang-2.3.2/slsh/lib/
H A Dlistfuns.sl106 private define heap_peek (h) function
159 peek = &heap_peek,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/md/bcache/
H A Dmovinggc.c194 return (b = heap_peek(&ca->heap)) ? GC_SECTORS_USED(b) : 0; in bucket_heap_top()
224 } else if (bucket_cmp(b, heap_peek(&ca->heap))) { in bch_moving_gc()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/md/bcache/
H A Dmovinggc.c194 return (b = heap_peek(&ca->heap)) ? GC_SECTORS_USED(b) : 0; in bucket_heap_top()
224 } else if (bucket_cmp(b, heap_peek(&ca->heap))) { in bch_moving_gc()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/md/bcache/
H A Dmovinggc.c194 return (b = heap_peek(&ca->heap)) ? GC_SECTORS_USED(b) : 0; in bucket_heap_top()
224 } else if (bucket_cmp(b, heap_peek(&ca->heap))) { in bch_moving_gc()
/dports/textproc/redisearch16/RediSearch-1.6.16/src/trie/
H A Dtrie_type.c193 TrieSearchResult *qe = heap_peek(pq); in Trie_Search()
208 TrieSearchResult *qe = heap_peek(pq); in Trie_Search()
/dports/textproc/redisearch/RediSearch-2.2.5/src/trie/
H A Dtrie_type.c193 TrieSearchResult *qe = heap_peek(pq); in Trie_Search()
208 TrieSearchResult *qe = heap_peek(pq); in Trie_Search()
/dports/textproc/redisearch20/RediSearch-2.0.15/src/trie/
H A Dtrie_type.c192 TrieSearchResult *qe = heap_peek(pq); in Trie_Search()
207 TrieSearchResult *qe = heap_peek(pq); in Trie_Search()

12