INC_OUTPUTPOS 273 ext/standard/pack.c INC_OUTPUTPOS((arg + (arg % 2)) / 2,1) /* 4 bit per arg */ INC_OUTPUTPOS 282 ext/standard/pack.c INC_OUTPUTPOS(arg,1) /* 8 bit per arg */ INC_OUTPUTPOS 289 ext/standard/pack.c INC_OUTPUTPOS(arg,2) /* 16 bit per arg */ INC_OUTPUTPOS 294 ext/standard/pack.c INC_OUTPUTPOS(arg,sizeof(int)) INC_OUTPUTPOS 301 ext/standard/pack.c INC_OUTPUTPOS(arg,4) /* 32 bit per arg */ INC_OUTPUTPOS 309 ext/standard/pack.c INC_OUTPUTPOS(arg,8) /* 32 bit per arg */ INC_OUTPUTPOS 314 ext/standard/pack.c INC_OUTPUTPOS(arg,sizeof(float)) INC_OUTPUTPOS 318 ext/standard/pack.c INC_OUTPUTPOS(arg,sizeof(double))