Lines Matching defs:count
255 { uint32_t count ;
260 { uint32_t count ;
833 sf_count_t psf_fread (void *ptr, sf_count_t bytes, sf_count_t count, SF_PRIVATE *psf) ;
834 sf_count_t psf_fwrite (const void *ptr, sf_count_t bytes, sf_count_t count, SF_PRIVATE *psf) ;
1045 int sf_dither_short (const SF_DITHER_INFO *dither, const short *in, short *out, int count) ;
1046 int sf_dither_int (const SF_DITHER_INFO *dither, const int *in, int *out, int count) ;
1047 int sf_dither_float (const SF_DITHER_INFO *dither, const float *in, float *out, int count) ;
1048 int sf_dither_double (const SF_DITHER_INFO *dither, const double *in, double *out, int count) ;
1055 void psf_f2s_array (const float *src, short *dest, int count, int normalize) ;
1056 void psf_f2s_clip_array (const float *src, short *dest, int count, int normalize) ;
1058 void psf_d2s_array (const double *src, short *dest, int count, int normalize) ;
1059 void psf_d2s_clip_array (const double *src, short *dest, int count, int normalize) ;
1061 void psf_f2i_array (const float *src, int *dest, int count, int normalize) ;
1062 void psf_f2i_clip_array (const float *src, int *dest, int count, int normalize) ;
1064 void psf_d2i_array (const double *src, int *dest, int count, int normalize) ;
1065 void psf_d2i_clip_array (const double *src, int *dest, int count, int normalize) ;