Searched defs:to_unsigned (Results 1 – 2 of 2) sorted by relevance
441 using to_unsigned = detail::channel_convert_to_unsigned<SrcChannelV>; in operator ()() typedef530 using to_unsigned = detail::channel_convert_to_unsigned<ChannelValue>; in operator ()() typedef
45 int to_unsigned = snd_pcm_format_unsigned(format) == 1; in generate_sine() local