Lines Matching refs:SIGNED_SIZEOF
929 if (data == NULL || datasize != SIGNED_SIZEOF (int)) in sf_command()
935 if (data == NULL || datasize != SIGNED_SIZEOF (SF_FORMAT_INFO)) in sf_command()
940 if (data == NULL || datasize != SIGNED_SIZEOF (int)) in sf_command()
946 if (data == NULL || datasize != SIGNED_SIZEOF (SF_FORMAT_INFO)) in sf_command()
951 if (data == NULL || datasize != SIGNED_SIZEOF (int)) in sf_command()
957 if (data == NULL || datasize != SIGNED_SIZEOF (SF_FORMAT_INFO)) in sf_command()
962 if (data == NULL || datasize != SIGNED_SIZEOF (SF_FORMAT_INFO)) in sf_command()
983 if (data == NULL || datasize != SIGNED_SIZEOF (SF_INFO)) in sf_command()
1081 if (data == NULL || datasize != SIGNED_SIZEOF (double) * psf->sf.channels) in sf_command()
1086 if (data == NULL || datasize != SIGNED_SIZEOF (double) * psf->sf.channels) in sf_command()
1098 if (data == NULL || datasize != SIGNED_SIZEOF (double) * psf->sf.channels) in sf_command()
1124 if (data == NULL || datasize != SIGNED_SIZEOF (SF_DITHER_INFO)) in sf_command()
1132 if (data == NULL || datasize != SIGNED_SIZEOF (SF_DITHER_INFO)) in sf_command()
1342 if (data == NULL || datasize != SIGNED_SIZEOF (psf->channel_map [0]) * psf->sf.channels) in sf_command()
1355 if (data == NULL || datasize != SIGNED_SIZEOF (psf->channel_map [0]) * psf->sf.channels) in sf_command()
2683 if (psf_binheader_readf (psf, "b", &buffer, SIGNED_SIZEOF (buffer)) != SIGNED_SIZEOF (buffer)) in guess_file_type()