FastLED
3.9.15
Loading...
Searching...
No Matches
◆
make_block_array()
static void * fl::third_party::vorbis::make_block_array
(
void *
mem
,
int32_t
count
,
int32_t
size
)
static
Definition at line
672
of file
stb_vorbis.cpp.hpp
.
673
{
674
int32_t
i;
675
void
** p = (
void
**) mem;
676
char
*q = (
char
*) (p + count);
677
for
(i=0; i < count; ++i) {
678
p[i] = q;
679
q += size;
680
}
681
return
p;
682
}
fl::third_party::int32_t
fl::i32 int32_t
Definition
coder.h:220
References
FL_NOEXCEPT
.
fl
third_party
vorbis
Generated on Tue Jun 16 2026 00:07:11 for FastLED by
1.13.2