uintgo             31 src/pkg/runtime/chan.h 	uintgo	qcount;			// total data in the q
uintgo             32 src/pkg/runtime/chan.h 	uintgo	dataqsiz;		// size of the circular q
uintgo             37 src/pkg/runtime/chan.h 	uintgo	sendx;			// send index
uintgo             38 src/pkg/runtime/chan.h 	uintgo	recvx;			// receive index
uintgo             98 src/pkg/runtime/hashmap.h 	uintgo  count;        // # live cells == size of map.  Must be first (used by len() builtin)
uintgo           1114 src/pkg/runtime/mgc0.c 				chancap = ((uintgo*)chan)[1];
uintgo            208 src/pkg/runtime/runtime.h 	uintgo	len;		// number of elements
uintgo            209 src/pkg/runtime/runtime.h 	uintgo	cap;		// allocated number of elements