Searched refs:our_type (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Deggtrayicon.c134 static GType our_type = 0; local
136 if (our_type == 0)
151 our_type = g_type_register_static (GTK_TYPE_PLUG, "EggTrayIcon",
155 return our_type;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Deggtrayicon.c160 static GType our_type = 0; local
162 if (our_type == 0)
177 our_type = g_type_register_static (GTK_TYPE_PLUG, "EggTrayIcon", &our_info, 0);
180 return our_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/
H A Ddrp.c151 int our_type = rsv->type; local
160 if (ext_type == UWB_DRP_TYPE_PCA && our_type == UWB_DRP_TYPE_PCA) {
165 if (our_type == UWB_DRP_TYPE_ALIEN_BP) {
171 /* here we know our_type != UWB_DRP_TYPE_ALIEN_BP */

Completed in 71 milliseconds