Home | History | Annotate | Download | only in libvpx

Lines Matching defs:ap

463   va_list ap;
465 va_start(ap, format);
466 vfprintf(stderr, format, ap);
468 va_end(ap);