Searched refs:float_up (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/bsd/libbind/dist/isc/ |
| H A D | heap.c | 108 float_up(heap_context ctx, int i, void *elt) { in float_up() function 160 float_up(ctx, i, elt); in heap_insert() 182 float_up(ctx, i, ctx->heap[i]); in heap_delete() 197 float_up(ctx, i, ctx->heap[i]); in heap_increased()
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/ |
| H A D | heap.c | 145 float_up(isc_heap_t *heap, unsigned int i, void *elt) { in float_up() function 210 float_up(heap, new_last, elt); in isc_heap_insert() 237 float_up(heap, idx, heap->array[idx]); in isc_heap_delete() 249 float_up(heap, idx, heap->array[idx]); in isc_heap_increased()
|
| /netbsd-src/external/mpl/bind/dist/lib/isc/ |
| H A D | heap.c | 143 float_up(isc_heap_t *heap, unsigned int i, void *elt) { 208 float_up(heap, new_last, elt); in isc_heap_insert() 235 float_up(heap, idx, heap->array[idx]); in isc_heap_delete() 247 float_up(heap, idx, heap->array[idx]); in isc_heap_increased() 145 float_up(isc_heap_t *heap, unsigned int i, void *elt) { float_up() function
|
| /netbsd-src/games/hack/ |
| H A D | hack.do_wear.c | 308 float_up(); in dowearring()
|
| H A D | hack.potion.c | 241 float_up(); in dodrink()
|
| H A D | extern.h | 439 void float_up(void);
|
| H A D | hack.trap.c | 314 float_up(void) in float_up() function
|