Home
last modified time | relevance | path

Searched refs:MACHINE_IS_LITTLEENDIAN (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsf.c26 {"\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 Dutil.h124 #define MACHINE_IS_LITTLEENDIAN 0 macro
127 #define MACHINE_IS_LITTLEENDIAN 1 macro
H A Dau.c25 {"\x2e\x73\x6e\x64", MACHINE_IS_LITTLEENDIAN, "big-endian `.snd'"},
28 {"\x2e\x73\x64\x00", MACHINE_IS_LITTLEENDIAN, "big-endian `\\0ds.'"},
H A Dsox-fmt.c35 if (memcmp(magic[MACHINE_IS_LITTLEENDIAN], magic_, sizeof(magic_))) { in startread()
H A Dsphere.c94 ft->encoding.reverse_bytes = MACHINE_IS_LITTLEENDIAN; in start_read()
H A Dwav.c805 ft->encoding.reverse_bytes = MACHINE_IS_LITTLEENDIAN; in startread()
1386 if (ft->encoding.reverse_bytes == MACHINE_IS_LITTLEENDIAN) in wavwritehdr()
H A Dsox.c2314 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()