INC_OUTPUTPOS     248 standard/pack.c 				INC_OUTPUTPOS((arg + (arg % 2)) / 2,1)	/* 4 bit per arg */
INC_OUTPUTPOS     256 standard/pack.c 				INC_OUTPUTPOS(arg,1)		/* 8 bit per arg */
INC_OUTPUTPOS     263 standard/pack.c 				INC_OUTPUTPOS(arg,2)		/* 16 bit per arg */
INC_OUTPUTPOS     268 standard/pack.c 				INC_OUTPUTPOS(arg,sizeof(int))
INC_OUTPUTPOS     275 standard/pack.c 				INC_OUTPUTPOS(arg,4)		/* 32 bit per arg */
INC_OUTPUTPOS     279 standard/pack.c 				INC_OUTPUTPOS(arg,sizeof(float))
INC_OUTPUTPOS     283 standard/pack.c 				INC_OUTPUTPOS(arg,sizeof(double))