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
24 /test-scratchbuf.log
25 /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.h239 Complex * scratchbuf = &m_scratchBuf[0]; in bfly_generic() local
244 scratchbuf[q1] = Fout[ k ]; in bfly_generic()
251 Fout[ k ] = scratchbuf[0]; in bfly_generic()
255 t=scratchbuf[q] * twiddles[twidx]; in bfly_generic()
/external/u-boot/drivers/usb/dwc3/
Dcore.c239 dwc->scratchbuf = kmalloc_array(dwc->nr_scratch, in dwc3_alloc_scratch_buffers()
241 if (!dwc->scratchbuf) in dwc3_alloc_scratch_buffers()
259 scratch_addr = dma_map_single(dwc->scratchbuf, in dwc3_setup_scratch_buffers()
304 kfree(dwc->scratchbuf); in dwc3_free_scratch_buffers()
Dcore.h704 void *scratchbuf; member
/external/kmod/
DAndroid.bp12 "shared/scratchbuf.c",
/external/kmod/tools/
Ddepmod.c1231 …depmod_modules_search_dir(struct depmod *depmod, DIR *d, size_t baselen, struct scratchbuf *s_path) in depmod_modules_search_dir()
1316 _cleanup_(scratchbuf_release) struct scratchbuf s_path_buf = in depmod_modules_search_path()
2260 _cleanup_(scratchbuf_release) struct scratchbuf salias = in output_symbols_bin()