Home
last modified time | relevance | path

Searched refs:REVERSE_SENSE_SWAP_INT16 (Results 1 – 4 of 4) sorted by relevance

/dports/audio/sphinxbase/sphinxbase-0.8/include/sphinxbase/
H A Dbio.h99 #define REVERSE_SENSE_SWAP_INT16(x) x = ( (((x)<<8)&0x0000ff00) | (((x)>>8)&0x00ff) ) macro
103 #define REVERSE_SENSE_SWAP_INT16(x)
/dports/lang/spidermonkey60/firefox-60.9.0/media/sphinxbase/sphinxbase/
H A Dbio.h99 #define REVERSE_SENSE_SWAP_INT16(x) x = ( (((x)<<8)&0x0000ff00) | (((x)>>8)&0x00ff) ) macro
103 #define REVERSE_SENSE_SWAP_INT16(x)
/dports/www/firefox-legacy/firefox-52.8.0esr/media/sphinxbase/sphinxbase/
H A Dbio.h99 #define REVERSE_SENSE_SWAP_INT16(x) x = ( (((x)<<8)&0x0000ff00) | (((x)>>8)&0x00ff) ) macro
103 #define REVERSE_SENSE_SWAP_INT16(x)
/dports/audio/sphinx3/sphinx3-0.8/src/libs3decoder/liblm/
H A Dlm_3g_dmp.c118 REVERSE_SENSE_SWAP_INT16(tmp_bg.wid); in fwrite_bg()
119 REVERSE_SENSE_SWAP_INT16(tmp_bg.probid); in fwrite_bg()
120 REVERSE_SENSE_SWAP_INT16(tmp_bg.bowtid); in fwrite_bg()
121 REVERSE_SENSE_SWAP_INT16(tmp_bg.firsttg); in fwrite_bg()
142 REVERSE_SENSE_SWAP_INT16(tmp_tg.wid); in fwrite_tg()
143 REVERSE_SENSE_SWAP_INT16(tmp_tg.probid); in fwrite_tg()