Home
last modified time | relevance | path

Searched refs:scratchbuf (Results 1 – 10 of 10) sorted by relevance

/external/kmod/shared/
Dscratchbuf.h11 struct scratchbuf { struct
17 void scratchbuf_init(struct scratchbuf *buf, char *stackbuf, size_t size); argument
18 int scratchbuf_alloc(struct scratchbuf *buf, size_t sz);
19 void scratchbuf_release(struct scratchbuf *buf);
22 static inline char *scratchbuf_str(struct scratchbuf *buf) in scratchbuf_str()
Dscratchbuf.c24 void scratchbuf_init(struct scratchbuf *buf, char *stackbuf, size_t size) in scratchbuf_init()
31 int scratchbuf_alloc(struct scratchbuf *buf, size_t size) in scratchbuf_alloc()
56 void scratchbuf_release(struct scratchbuf *buf) in scratchbuf_release()
/external/kmod/testsuite/
D.gitignore5 /test-scratchbuf
23 /test-scratchbuf.log
24 /test-scratchbuf.trs
Dtest-scratchbuf.c28 struct scratchbuf sbuf; in test_scratchbuf_onlystack()
54 struct scratchbuf sbuf; in test_scratchbuf_heap()
/external/speex/libspeexdsp/
Dkiss_fft.c289 kiss_fft_cpx scratchbuf[17]; in kf_bfly_generic() local
299 scratchbuf[q1] = Fout[ k ]; in kf_bfly_generic()
301 C_FIXDIV(scratchbuf[q1],p); in kf_bfly_generic()
309 Fout[ k ] = scratchbuf[0]; in kf_bfly_generic()
313 C_MUL(t,scratchbuf[q] , twiddles[twidx] ); in kf_bfly_generic()
/external/eigen/unsupported/Eigen/src/FFT/
Dei_kissfft_impl.h270 Complex * scratchbuf = &m_scratchBuf[0]; in bfly_generic() local
275 scratchbuf[q1] = Fout[ k ]; in bfly_generic()
282 Fout[ k ] = scratchbuf[0]; in bfly_generic()
286 t=scratchbuf[q] * twiddles[twidx]; in bfly_generic()
/external/speex/tmv/
Dkiss_fft_tm.h349 CHECKBUF(scratchbuf,nscratchbuf,p); in kf_bfly_generic()
363 st32d(j<<2, scratchbuf, f10); in kf_bfly_generic()
366 for ( j=0,k=i,sc10=ld32(scratchbuf) ; j<p ; ++j,k+=m ) in kf_bfly_generic()
379 sc = ld32x(scratchbuf,l); in kf_bfly_generic()
/external/kmod/
DAndroid.bp84 "shared/scratchbuf.c",
/external/kmod/tools/
Ddepmod.c1297 …depmod_modules_search_dir(struct depmod *depmod, DIR *d, size_t baselen, struct scratchbuf *s_path) in depmod_modules_search_dir()
1380 _cleanup_(scratchbuf_release) struct scratchbuf s_path_buf = in depmod_modules_search_path()
2324 _cleanup_(scratchbuf_release) struct scratchbuf salias = in output_symbols_bin()
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h52002 char scratchbuf[1024]; member