Home
last modified time | relevance | path

Searched defs:LEN (Results 1 – 25 of 85) sorted by relevance

1234

/third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/
Darm_cfft_init_f32.c57 #define CFFT_RADIX4BY2_REARRANGE_TWIDDLES_F32(LEN) \ argument
78 #define CFFTINIT_F32(LEN,LENTWIDDLE) \ argument
107 #define CFFTINIT_F32(LEN,LENTWIDDLE) \ argument
Darm_cfft_init_q31.c57 #define CFFT_RADIX4BY2_REARRANGE_TWIDDLES_Q31(LEN) \ argument
78 #define CFFTINIT_Q31(LEN,LENTWIDDLE) \ argument
109 #define CFFTINIT_Q31(LEN,LENTWIDDLE) \ argument
Darm_cfft_init_q15.c56 #define CFFT_RADIX4BY2_REARRANGE_TWIDDLES_Q15(LEN) \ argument
77 #define CFFTINIT_Q15(LEN,LENTWIDDLE) \ argument
107 #define CFFTINIT_Q15(LEN,LENTWIDDLE) \ argument
Darm_cfft_init_f16.c60 #define CFFT_RADIX4BY2_REARRANGE_TWIDDLES_F16(LEN) \ argument
82 #define CFFTINIT_F16(LEN,LENTWIDDLE) \ argument
113 #define CFFTINIT_F16(LEN,LENTWIDDLE) \ argument
Darm_rfft_init_q31.c48 #define RFFTINIT_Q31(LEN,CFFTLEN,TWIDMOD) \ argument
79 #define RFFTINIT_Q31(LEN,CFFTLEN,TWIDMOD) \ argument
Darm_rfft_init_q15.c48 #define RFFTINIT_Q15(LEN,CFFTLEN,TWIDMOD) \ argument
80 #define RFFTINIT_Q15(LEN,CFFTLEN,TWIDMOD) \ argument
Darm_mfcc_init_f16.c123 #define MFCC_INIT_F16(LEN) \ argument
151 #define MFCC_INIT_F16(LEN) \ argument
Darm_mfcc_init_f32.c123 #define MFCC_INIT_F32(LEN) \ argument
151 #define MFCC_INIT_F32(LEN) \ argument
Darm_mfcc_init_q15.c122 #define MFCC_INIT_Q15(LEN) \ argument
150 #define MFCC_INIT_Q15(LEN) \ argument
Darm_mfcc_init_q31.c123 #define MFCC_INIT_Q31(LEN) \ argument
151 #define MFCC_INIT_Q31(LEN) \ argument
Darm_cfft_init_f64.c58 #define CFFTINIT_F64(LEN) \ argument
/third_party/ffmpeg/libavutil/arm/
Dfloat_dsp_vfp.S81 LEN .req v1 label
351 LEN .req a3 label
/third_party/libunwind/tests/
Dflush-cache.h31 #define flush_cache(ADDR, LEN) \ argument
/third_party/musl/libc-test/src/functionalext/supplement/mman/mman_gtest/
Dmman_madvise_test.cpp12 constexpr size_t LEN = 2048; variable
/third_party/ffmpeg/libavutil/tests/
Dadler32.c28 #define LEN 7001 macro
Dpca.c32 #define LEN 8 in main() macro
/third_party/musl/libc-test/src/functionalext/supplement/malloc/malloc_gtest/
Dmalloc_malloc_test.cpp13 constexpr size_t LEN = 50; variable
Dmalloc_calloc_test.cpp13 constexpr size_t LEN = 200; variable
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dremap_file_pages.c22 #define LEN 8192 macro
/third_party/ffmpeg/tests/checkasm/
Daf_afir.c29 #define LEN 256 macro
/third_party/ltp/testcases/kernel/syscalls/mmap/
Dmmap19.c24 #define LEN 64 macro
/third_party/python/Objects/stringlib/
Dasciilib.h20 #define STRINGLIB_NEW(STR,LEN) _PyUnicode_FromASCII((const char*)(STR),(LEN)) argument
/third_party/ltp/testcases/kernel/io/direct_io/
Ddiotest1.c52 #define LEN 30 macro
/third_party/mesa3d/src/gallium/auxiliary/rbug/
Drbug_internal.h51 #define LEN(size) \ macro
/third_party/ltp/testcases/kernel/syscalls/memcmp/
Dmemcmp01.c22 #define LEN 100 macro

1234