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

/external/speex/libspeex/
H A Dbits.c134 #define HTOLS(A) ((((A) >> 8)&0xff)|(((A) & 0xff)<<8)) macro
136 #define HTOLS(A) (A) macro
139 bits->chars[i]=HTOLS(chars[i]);
184 bits->chars[pos+i]=HTOLS(chars[i]);
207 chars[i]=HTOLS(bits->chars[i]);
218 chars[i]=HTOLS(bits->chars[i]);

Completed in 99 milliseconds