Home
last modified time | relevance | path

Searched defs:last_buf (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Dmlpdec.c36 const uint8_t *buf, *last_buf = p->buf, *end = p->buf + p->buf_size; in mlp_thd_probe() local
/third_party/toybox/toys/pending/
Dsyslogd.c411 …char *temp, *buffer = (toybuf +2048), *last_buf = (toybuf + 3072); //these two buffs are of 1K each in syslogd_main() local
/third_party/ffmpeg/libavcodec/
Dmpegaudiodec_template.c78 uint8_t last_buf[LAST_BUF_SIZE]; member