Home
last modified time | relevance | path

Searched refs:TYPE_LONGLONGINT (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstreamer/gst/printf/
Dvasnprintf.c443 if (type == TYPE_LONGLONGINT || type == TYPE_ULONGLONGINT) in vasnprintf()
467 if (type == TYPE_LONGLONGINT || type == TYPE_ULONGLONGINT) in vasnprintf()
489 if (type == TYPE_LONGLONGINT || type == TYPE_ULONGLONGINT) in vasnprintf()
638 case TYPE_LONGLONGINT: in vasnprintf()
814 case TYPE_LONGLONGINT: in vasnprintf()
868 case TYPE_LONGLONGINT: in vasnprintf()
Dprintf-args.h50 TYPE_LONGLONGINT, enumerator
Dprintf-args.c64 case TYPE_LONGLONGINT: in printf_fetchargs()
Dprintf-parse.c312 type = TYPE_LONGLONGINT; in printf_parse()