HomeSort by relevance Sort by last modified time
    Searched refs:g_type (Results 1 - 4 of 4) sorted by null

  /external/clang/test/SemaCXX/
fntype-decl.cpp 10 typedef int g_type(int, int); typedef
11 g_type g;
  /external/libxcam/wrapper/gstreamer/
gstxcamfilter.cpp 72 static GType g_type = 0; local
79 if (g_once_init_enter (&g_type)) {
82 g_once_init_leave (&g_type, type);
85 return g_type;
92 static GType g_type = 0; local
100 if (g_once_init_enter (&g_type)) {
103 g_once_init_leave (&g_type, type);
106 return g_type;
113 static GType g_type = 0; local
125 if (g_once_init_enter (&g_type)) {
138 static GType g_type = 0; local
159 static GType g_type = 0; local
179 static GType g_type = 0; local
    [all...]
gstxcamsrc.cpp 126 static GType g_type = 0; local
128 if (!g_type) {
136 g_type = g_enum_register_static ("GstXCamMemoryModeType", mem_types);
138 return g_type;
145 static GType g_type = 0; local
147 if (!g_type) {
160 g_type = g_enum_register_static ("GstXCamSrcFieldType", field_types);
162 return g_type;
170 static GType g_type = 0; local
181 if (g_once_init_enter (&g_type)) {
194 static GType g_type = 0; local
221 static GType g_type = 0; local
242 static GType g_type = 0; local
263 static GType g_type = 0; local
284 static GType g_type = 0; local
310 static GType g_type = 0; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-arm.c 13930 enum neon_el_type g_type = inst.vectype.el[i].type; local
    [all...]

Completed in 337 milliseconds