ly                392 user/testbin/malloctest/malloctest.c 	unsigned long lx, ly, lz, overhead, zsize;
ly                419 user/testbin/malloctest/malloctest.c 	ly = (unsigned long)y;
ly                421 user/testbin/malloctest/malloctest.c 	printf("x is 0x%lx; y is 0x%lx\n", lx, ly);
ly                432 user/testbin/malloctest/malloctest.c 	if (lx == ly) {
ly                443 user/testbin/malloctest/malloctest.c 	if (lx < ly && lx + SMALLSIZE > ly) {
ly                447 user/testbin/malloctest/malloctest.c 	if (ly < lx && ly + MEDIUMSIZE > lx) {
ly                457 user/testbin/malloctest/malloctest.c 	if (ly < lx) {
ly                465 user/testbin/malloctest/malloctest.c 	overhead = ly - (lx + SMALLSIZE);
ly                492 user/testbin/malloctest/malloctest.c 	printf("z is 0x%lx (x was 0x%lx, y 0x%lx)\n", lz, lx, ly);