Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/net/pktsched/
H A Dpktsched_netem.c828 #define HEAP_SWAP(a, b, tmp) { tmp = a; a = b; b = tmp; } macro
857 HEAP_SWAP(h->p[child], h->p[parent], tmp); in heap_insert()
/xnu-8792.81.2/bsd/netinet/
H A Dip_dummynet.c262 #define HEAP_SWAP(a, b, buffer) { buffer = a ; a = b ; b = buffer ; } macro
615 HEAP_SWAP(h->p[son], h->p[father], tmp); in heap_insert()