FastLED 3.9.15
Loading...
Searching...
No Matches

◆ uint32_compare()

static int fl::third_party::vorbis::uint32_compare ( const void * p,
const void * q )
static

Definition at line 886 of file stb_vorbis.cpp.hpp.

887{
888 uint32 x = * (uint32 *) p;
889 uint32 y = * (uint32 *) q;
890 return x < y ? -1 : x > y;
891}

References FL_NOEXCEPT, fl::x, and fl::y.

Referenced by compute_sorted_huffman().

+ Here is the caller graph for this function: