wordsPerBitmapWord  212 src/pkg/runtime/heapdump.c 	b = (uintptr*)runtime·mheap.arena_start - off/wordsPerBitmapWord - 1;
wordsPerBitmapWord  213 src/pkg/runtime/heapdump.c 	shift = off % wordsPerBitmapWord;
wordsPerBitmapWord  589 src/pkg/runtime/heapdump.c 			bitp = (uintptr*)runtime·mheap.arena_start - off/wordsPerBitmapWord - 1;
wordsPerBitmapWord  590 src/pkg/runtime/heapdump.c 			shift = off % wordsPerBitmapWord;
wordsPerBitmapWord  289 src/pkg/runtime/mgc0.c 	bitp = (uintptr*)runtime·mheap.arena_start - off/wordsPerBitmapWord - 1;
wordsPerBitmapWord  290 src/pkg/runtime/mgc0.c 	shift = off % wordsPerBitmapWord;
wordsPerBitmapWord  332 src/pkg/runtime/mgc0.c 	bitp = (uintptr*)runtime·mheap.arena_start - off/wordsPerBitmapWord - 1;
wordsPerBitmapWord  333 src/pkg/runtime/mgc0.c 	shift = off % wordsPerBitmapWord;
wordsPerBitmapWord  485 src/pkg/runtime/mgc0.c 		bitp = (uintptr*)arena_start - off/wordsPerBitmapWord - 1;
wordsPerBitmapWord  486 src/pkg/runtime/mgc0.c 		shift = off % wordsPerBitmapWord;
wordsPerBitmapWord  531 src/pkg/runtime/mgc0.c 		bitp = (uintptr*)arena_start - off/wordsPerBitmapWord - 1;
wordsPerBitmapWord  532 src/pkg/runtime/mgc0.c 		shift = off % wordsPerBitmapWord;
wordsPerBitmapWord 1831 src/pkg/runtime/mgc0.c 		bitp = (uintptr*)runtime·mheap.arena_start - off/wordsPerBitmapWord - 1;
wordsPerBitmapWord 1832 src/pkg/runtime/mgc0.c 		shift = off % wordsPerBitmapWord;
wordsPerBitmapWord 1843 src/pkg/runtime/mgc0.c 		bitp = (uintptr*)arena_start - off/wordsPerBitmapWord - 1;
wordsPerBitmapWord 1844 src/pkg/runtime/mgc0.c 		shift = off % wordsPerBitmapWord;
wordsPerBitmapWord 1881 src/pkg/runtime/mgc0.c 		bitp = (uintptr*)arena_start - off/wordsPerBitmapWord - 1;
wordsPerBitmapWord 1882 src/pkg/runtime/mgc0.c 		shift = off % wordsPerBitmapWord;
wordsPerBitmapWord 2065 src/pkg/runtime/mgc0.c 		bitp = (uintptr*)arena_start - off/wordsPerBitmapWord - 1;
wordsPerBitmapWord 2066 src/pkg/runtime/mgc0.c 		shift = off % wordsPerBitmapWord;
wordsPerBitmapWord 2743 src/pkg/runtime/mgc0.c 	b = (uintptr*)runtime·mheap.arena_start - off/wordsPerBitmapWord - 1;
wordsPerBitmapWord 2744 src/pkg/runtime/mgc0.c 	shift = off % wordsPerBitmapWord;
wordsPerBitmapWord 2754 src/pkg/runtime/mgc0.c 	b = (uintptr*)runtime·mheap.arena_start - off/wordsPerBitmapWord - 1;
wordsPerBitmapWord 2755 src/pkg/runtime/mgc0.c 	shift = off % wordsPerBitmapWord;
wordsPerBitmapWord 2772 src/pkg/runtime/mgc0.c 	b = (uintptr*)runtime·mheap.arena_start - off/wordsPerBitmapWord - 1;
wordsPerBitmapWord 2773 src/pkg/runtime/mgc0.c 	shift = off % wordsPerBitmapWord;
wordsPerBitmapWord 2790 src/pkg/runtime/mgc0.c 	b = (uintptr*)runtime·mheap.arena_start - off/wordsPerBitmapWord - 1;
wordsPerBitmapWord 2791 src/pkg/runtime/mgc0.c 	shift = off % wordsPerBitmapWord;
wordsPerBitmapWord 2815 src/pkg/runtime/mgc0.c 		b = (uintptr*)(runtime·mheap.arena_start - off/wordsPerBitmapWord);
wordsPerBitmapWord 2816 src/pkg/runtime/mgc0.c 		for(i = 0; i < size/PtrSize/wordsPerBitmapWord; i++) {
wordsPerBitmapWord 2834 src/pkg/runtime/mgc0.c 		b = (uintptr*)runtime·mheap.arena_start - off/wordsPerBitmapWord - 1;
wordsPerBitmapWord 2835 src/pkg/runtime/mgc0.c 		shift = off % wordsPerBitmapWord;
wordsPerBitmapWord 2858 src/pkg/runtime/mgc0.c 	if(off % wordsPerBitmapWord != 0)
wordsPerBitmapWord 2860 src/pkg/runtime/mgc0.c 	b = (uintptr*)runtime·mheap.arena_start - off/wordsPerBitmapWord - 1;
wordsPerBitmapWord 2862 src/pkg/runtime/mgc0.c 	if(n%wordsPerBitmapWord != 0)
wordsPerBitmapWord 2868 src/pkg/runtime/mgc0.c 	n /= wordsPerBitmapWord;
wordsPerBitmapWord 2884 src/pkg/runtime/mgc0.c 	n = (h->arena_used - h->arena_start) / wordsPerBitmapWord;