Searched refs:MACHINE_IS_LITTLEENDIAN (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | sf.c | 26 {"\0\001\243\144", MACHINE_IS_LITTLEENDIAN, "big-endian VAX"}, 27 {"\144\243\002\0", MACHINE_IS_LITTLEENDIAN, "big-endian Sun (native)"}, 30 {"\0\003\243\144", MACHINE_IS_LITTLEENDIAN, "big-endian MIPS (SGI)"}, 31 {"\144\243\004\0", MACHINE_IS_LITTLEENDIAN, "big-endian NeXT"},
|
| H A D | util.h | 124 #define MACHINE_IS_LITTLEENDIAN 0 macro 127 #define MACHINE_IS_LITTLEENDIAN 1 macro
|
| H A D | au.c | 25 {"\x2e\x73\x6e\x64", MACHINE_IS_LITTLEENDIAN, "big-endian `.snd'"}, 28 {"\x2e\x73\x64\x00", MACHINE_IS_LITTLEENDIAN, "big-endian `\\0ds.'"},
|
| H A D | sox-fmt.c | 35 if (memcmp(magic[MACHINE_IS_LITTLEENDIAN], magic_, sizeof(magic_))) { in startread()
|
| H A D | sphere.c | 94 ft->encoding.reverse_bytes = MACHINE_IS_LITTLEENDIAN; in start_read()
|
| H A D | wav.c | 805 ft->encoding.reverse_bytes = MACHINE_IS_LITTLEENDIAN; in startread() 1386 if (ft->encoding.reverse_bytes == MACHINE_IS_LITTLEENDIAN) in wavwritehdr()
|
| H A D | sox.c | 2314 case ENDIAN_big: f->encoding.reverse_bytes = MACHINE_IS_LITTLEENDIAN; break; in parse_gopts_and_fopts() 2466 case 'B': f->encoding.reverse_bytes = MACHINE_IS_LITTLEENDIAN; break; in parse_gopts_and_fopts()
|