myfirst           468 user/testbin/psort/psort.c 	int keys_per, myfirst;
myfirst           472 user/testbin/psort/psort.c 	myfirst = me*keys_per;
myfirst           473 user/testbin/psort/psort.c 	offset = myfirst * sizeof(int);
myfirst           482 user/testbin/psort/psort.c 	int keys_per, myfirst, mykeys;
myfirst           485 user/testbin/psort/psort.c 	myfirst = me*keys_per;
myfirst           486 user/testbin/psort/psort.c 	mykeys = (me < numprocs-1) ? keys_per : numkeys - myfirst;