uintptr_t         246 common/libc/printf/__printf.c 		pf->num = (uintptr_t) va_arg(pf->ap, void *);
uintptr_t          64 common/libc/string/bzero.c 	if ((uintptr_t)block % sizeof(long) == 0 &&
uintptr_t          65 common/libc/string/memcpy.c 	if ((uintptr_t)dst % sizeof(long) == 0 &&
uintptr_t          66 common/libc/string/memcpy.c 	    (uintptr_t)src % sizeof(long) == 0 &&
uintptr_t          78 common/libc/string/memmove.c 	if ((uintptr_t)dst < (uintptr_t)src) {
uintptr_t          91 common/libc/string/memmove.c 	if ((uintptr_t)dst % sizeof(long) == 0 &&
uintptr_t          92 common/libc/string/memmove.c 	    (uintptr_t)src % sizeof(long) == 0 &&
uintptr_t         141 user/lib/libc/stdlib/malloc.c static uintptr_t __heapbase, __heaptop;
uintptr_t         178 user/lib/libc/stdlib/malloc.c 	__heapbase = __heaptop = (uintptr_t)x;
uintptr_t         193 user/lib/libc/stdlib/malloc.c 		if ((uintptr_t)x != __heapbase) {
uintptr_t         217 user/lib/libc/stdlib/malloc.c 	uintptr_t i;
uintptr_t         272 user/lib/libc/stdlib/malloc.c 	if ((uintptr_t)x != __heaptop) {
uintptr_t         276 user/lib/libc/stdlib/malloc.c 		     (unsigned long) (uintptr_t) x);
uintptr_t         336 user/lib/libc/stdlib/malloc.c 	uintptr_t i;
uintptr_t         499 user/lib/libc/stdlib/malloc.c 	if ((uintptr_t)x < __heapbase || (uintptr_t)x >= __heaptop) {
uintptr_t         146 user/testbin/malloctest/malloctest.c 			       (unsigned long)(uintptr_t)pl,
uintptr_t         315 user/testbin/malloctest/malloctest.c 		markblock(list->junk, sizeof(list->junk), (uintptr_t)list, 0);
uintptr_t         351 user/testbin/malloctest/malloctest.c 			       (uintptr_t)list, 0)) {