Searched defs:KISS_FFT_S16_TMP_ALLOC (Results 1 – 1 of 1) sorted by relevance
168 #define KISS_FFT_S16_TMP_ALLOC(nbytes) alloca(nbytes) macro171 #define KISS_FFT_S16_TMP_ALLOC(nbytes) KISS_FFT_S16_MALLOC(nbytes) macro