INC_OUTPUTPOS 257 ext/standard/pack.c INC_OUTPUTPOS((arg + (arg % 2)) / 2,1) /* 4 bit per arg */ INC_OUTPUTPOS 266 ext/standard/pack.c INC_OUTPUTPOS(arg,1) /* 8 bit per arg */ INC_OUTPUTPOS 273 ext/standard/pack.c INC_OUTPUTPOS(arg,2) /* 16 bit per arg */ INC_OUTPUTPOS 278 ext/standard/pack.c INC_OUTPUTPOS(arg,sizeof(int)) INC_OUTPUTPOS 285 ext/standard/pack.c INC_OUTPUTPOS(arg,4) /* 32 bit per arg */ INC_OUTPUTPOS 293 ext/standard/pack.c INC_OUTPUTPOS(arg,8) /* 32 bit per arg */ INC_OUTPUTPOS 298 ext/standard/pack.c INC_OUTPUTPOS(arg,sizeof(float)) INC_OUTPUTPOS 302 ext/standard/pack.c INC_OUTPUTPOS(arg,sizeof(double))