Home
last modified time | relevance | path

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

/third_party/popt/src/
Dpoptint.h73 #define F_ISSET(_opt, _FLAG) ((_opt)->argInfo & POPT_ARGFLAG_##_FLAG) argument
74 #define LF_ISSET(_FLAG) (argInfo & POPT_ARGFLAG_##_FLAG) argument
75 #define CBF_ISSET(_opt, _FLAG) ((_opt)->argInfo & POPT_CBFLAG_##_FLAG) argument
/third_party/gstreamer/gstreamer/gst/
Dgstquery.h77 #define _FLAG(name) GST_QUERY_TYPE_##name macro
Dgstevent.h73 #define _FLAG(name) GST_EVENT_TYPE_##name macro