Home
last modified time | relevance | path

Searched defs:to_unsigned (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/gil/
Dchannel_algorithm.hpp441 using to_unsigned = detail::channel_convert_to_unsigned<SrcChannelV>; in operator ()() typedef
530 using to_unsigned = detail::channel_convert_to_unsigned<ChannelValue>; in operator ()() typedef
/third_party/alsa-lib/test/
Dpcm.c45 int to_unsigned = snd_pcm_format_unsigned(format) == 1; in generate_sine() local