Searched refs:aft (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dmalloc.c106 malloc_block *amem, *fore, *aft; local
116 aft = amem->malBwd; /* And the guy behind */
117 fore->malBwd = aft; /* The next guy's previous is now my previous */
118 aft->malFwd = fore; /* The previous guy's forward is now mine */
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpmap.c766 pmap_t fore, aft; local
810 aft = (pmap_t)pmap->pmap_link.next;
812 aft->pmap_link.prev = pmap->pmap_link.prev; /* My next's previous is my previous */

Completed in 93 milliseconds