Home
last modified time | relevance | path

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

/dports/audio/moc/moc-2.5.2/
H A Daudio.c183 static long sfmt_best_matching (const long formats_with_endian, in sfmt_best_matching() argument
186 long formats = formats_with_endian & SFMT_MASK_FORMAT; in sfmt_best_matching()
249 if ((formats_with_endian & SFMT_LE) in sfmt_best_matching()
250 && (formats_with_endian & SFMT_BE)) in sfmt_best_matching()
253 best |= formats_with_endian & SFMT_MASK_ENDIANNESS; in sfmt_best_matching()