Searched refs:is_big_endian_host_ (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dplugin.c136 static FLAC__bool is_big_endian_host_; variable
185 is_big_endian_host_ = (*((FLAC__byte*)(&test)))? false : true;
303 stream_data_.sample_format = (is_big_endian_host_) ? FMT_S16_BE : FMT_S16_LE;
319 stream_data_.sample_format = (is_big_endian_host_) ? FMT_S16_BE : FMT_S16_LE;
614 !is_big_endian_host_,
627 else if(is_big_endian_host_) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Ddecode.c106 static FLAC__bool is_big_endian_host_; variable
362 is_big_endian_host_ = (*((FLAC__byte*)(&test)))? false : true;
820 if(is_big_endian_host_) {
830 if(is_big_endian_host_) {
841 if(!is_big_endian_host_) {
851 if(!is_big_endian_host_) {
1060 else if(is_big_endian == is_big_endian_host_ && !is_unsigned_samples && channels == 2 && bps+shift == 16) {
1070 else if(is_big_endian == is_big_endian_host_ && !is_unsigned_samples && channels == 1 && bps+shift == 16) {
1112 if(is_big_endian != is_big_endian_host_) {
1134 if(is_big_endian != is_big_endian_host_) {
[all...]
H A Dencode.c104 static FLAC__bool is_big_endian_host_; variable
1608 is_big_endian_host_ = (*((FLAC__byte*)(&test)))? false : true;
2401 if(is_big_endian != is_big_endian_host_) {
2776 if(is_big_endian_host_) {
2801 if(is_big_endian_host_) {

Completed in 93 milliseconds