Home
last modified time | relevance | path

Searched defs:heap_peek (Results 1 – 16 of 16) sorted by relevance

/dports/devel/libslang2/slang-2.3.2/slsh/lib/
H A Dlistfuns.sl106 private define heap_peek (h) function
/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/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/irc/srvx/srvx-1.3.1/src/
H A Dheap.c99 heap_peek(heap_t heap, void **key, void **data) in heap_peek() function
/dports/devel/mtbl/mtbl-1.4.0/libmy/
H A Dheap.c166 heap_peek(struct heap *h) in heap_peek() function
/dports/textproc/redisearch16/RediSearch-1.6.16/src/util/
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.c157 void *heap_peek(const heap_t *h) { in heap_peek() function
/dports/textproc/redisearch/RediSearch-2.2.5/src/util/
H A Dheap.c168 void *heap_peek(const heap_t *h) { in heap_peek() function
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/md/bcache/
H A Dutil.h112 #define heap_peek(h) ((h)->used ? (h)->data[0] : NULL) macro
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/md/bcache/
H A Dutil.h112 #define heap_peek(h) ((h)->used ? (h)->data[0] : NULL) macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/md/bcache/
H A Dutil.h112 #define heap_peek(h) ((h)->used ? (h)->data[0] : NULL) macro
/dports/ftp/spegla/spegla-1.1p5/
H A Dcontainer.c1500 heap_peek(struct heap_list *h, TYPE **data) in heap_peek() function
/dports/graphics/swftools/swftools-0.9.2/lib/
H A Dq.c326 void* heap_peek(heap_t*h) in heap_peek() function