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

/freebsd-9.3-release/lib/libc/stdlib/
H A Dmalloc.c2374 uintptr_t a_mapelm = (uintptr_t)a; local
2380 return ((a_mapelm > b_mapelm) - (a_mapelm < b_mapelm));
2396 uintptr_t a_mapelm, b_mapelm; local
2399 a_mapelm = (uintptr_t)a;
2405 a_mapelm = 0;
2409 ret = (a_mapelm > b_mapelm) - (a_mapelm < b_mapelm);

Completed in 117 milliseconds