Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/printf/
Dvasnprintf.c451 if (type == TYPE_LONGINT || type == TYPE_ULONGINT) in vasnprintf()
474 if (type == TYPE_LONGINT || type == TYPE_ULONGINT) in vasnprintf()
504 if (type == TYPE_LONGINT || type == TYPE_ULONGINT) in vasnprintf()
653 case TYPE_ULONGINT: in vasnprintf()
792 case TYPE_ULONGINT: in vasnprintf()
Dprintf-args.h48 TYPE_ULONGINT, enumerator
Dprintf-args.c60 case TYPE_ULONGINT: in printf_fetchargs()
Dprintf-parse.c339 type = TYPE_ULONGINT; in printf_parse()