Home
last modified time | relevance | path

Searched refs:beenhere (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/glib/gthread/
Dgthread-win32.c593 static gboolean beenhere = FALSE; in g_thread_impl_init() local
596 if (beenhere) in g_thread_impl_init()
599 beenhere = TRUE; in g_thread_impl_init()
/external/zlib/examples/
Denough.c255 local int beenhere(int syms, int len, int left, int mem, int rem) in beenhere() function
355 if (beenhere(syms, len, left, mem, rem)) in examine()
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/
DXF86DGA.c652 static char beenhere = 0; in XF86cleanup() local
654 if (beenhere) in XF86cleanup()
656 beenhere = 1; in XF86cleanup()
/external/bluetooth/glib/glib/
Dgutils.c1939 static gboolean beenhere = FALSE; in g_get_prgname() local
1941 if (!beenhere) in g_get_prgname()
1946 beenhere = TRUE; in g_get_prgname()
2538 static gboolean beenhere = FALSE; in get_module_for_address() local
2546 if (!beenhere) in get_module_for_address()
2551 beenhere = TRUE; in get_module_for_address()
Dgmain.c458 static gboolean beenhere = FALSE; in g_main_context_new() local
460 if (!beenhere) in g_main_context_new()
464 beenhere = TRUE; in g_main_context_new()