Home
last modified time | relevance | path

Searched refs:HEAP_SWAP (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/net/pktsched/
H A Dpktsched_netem.c715 #define HEAP_SWAP(a, b, tmp) { tmp = a; a = b; b = tmp; } macro
744 HEAP_SWAP(h->p[child], h->p[parent], tmp); in heap_insert()
/xnu-8019.80.24/bsd/netinet/
H A Dip_dummynet.c260 #define HEAP_SWAP(a, b, buffer) { buffer = a ; a = b ; b = buffer ; } macro
616 HEAP_SWAP(h->p[son], h->p[father], tmp); in heap_insert()