Searched refs:HTOLS (Results 1 – 1 of 1) sorted by relevance
134 #define HTOLS(A) ((((A) >> 8)&0xff)|(((A) & 0xff)<<8)) in speex_bits_read_from() macro136 #define HTOLS(A) (A) in speex_bits_read_from() macro139 bits->chars[i]=HTOLS(chars[i]); in speex_bits_read_from()184 bits->chars[pos+i]=HTOLS(chars[i]); in speex_bits_read_whole_bytes()207 chars[i]=HTOLS(bits->chars[i]); in speex_bits_write()218 chars[i]=HTOLS(bits->chars[i]); in speex_bits_write_whole_bytes()