Home
last modified time | relevance | path

Searched refs:dump_buf (Results 1 - 2 of 2) sorted by relevance

/third_party/mbedtls/programs/pkey/
H A Decdsa.c46 static void dump_buf(const char *title, unsigned char *buf, size_t len) in dump_buf() function
69 dump_buf(title, buf, len); in dump_pubkey()
72 #define dump_buf(a, b, c) macro
153 dump_buf(" + Hash: ", hash, sizeof(hash)); in main()
170 dump_buf(" + Signature: ", sig, sig_len); in main()
/third_party/ffmpeg/libavfilter/
H A Daf_firequalizer.c81 float *dump_buf; member
166 av_freep(&s->dump_buf); in common_uninit()
372 ya = s->dump_buf[i]; in dump_fir()
607 if (s->dumpfile && (!s->dump_buf || !s->analysis_rdft || !(dump_fp = avpriv_fopen_utf8(s->dumpfile, "w")))) in generate_kernel()
640 if (s->dump_buf) in generate_kernel()
641 memcpy(s->dump_buf, s->analysis_buf, s->analysis_rdft_len * sizeof(*s->analysis_buf)); in generate_kernel()
796 s->dump_buf = av_malloc_array(s->analysis_rdft_len, sizeof(*s->dump_buf)); in config_input()

Completed in 3 milliseconds