Home
last modified time | relevance | path

Searched refs:def_name (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/include/lapi/
Dcommon_timers.h33 #define CLOCK_TO_STR(def_name) \ argument
34 case def_name: \
35 return #def_name;
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcontextconfig.h115 #define GST_GL_CONFIG_STRUCTURE_SET_ARGS(def_name,ctype,val) \ argument
116 GST_GL_CONFIG_ATTRIB_NAME(def_name), \
117 GST_GL_CONFIG_ATTRIB_GTYPE(def_name), \
/third_party/node/tools/code_cache/
Dcache_builder.cc57 std::string def_name = GetDefName(id); in GetInitializer() local
61 ss << " " << def_name << ",\n"; in GetInitializer()
62 ss << " static_cast<int>(arraysize(" << def_name << ")), policy\n"; in GetInitializer()