Home | History | Annotate | Download | only in libvpx

Lines Matching defs:ap

87     va_list ap;
88 va_start(ap, fmt);
89 vfprintf(stderr, fmt, ap);