Searched refs:init_done (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/main/coregrind/m_replacemalloc/
H A Dvg_replace_malloc.c176 static int init_done; variable
210 if (!init_done) init(); \
225 if (!init_done) init(); \
245 if (!init_done) init(); \
424 if (!init_done) init(); \
436 if (!init_done) init(); \
557 if (!init_done) init(); \
574 if (!init_done) init(); \
616 if (!init_done) init(); \
643 if (!init_done) ini
[all...]
/external/chromium/chrome/browser/ui/views/
H A Dabout_ipc_dialog.cc77 bool init_done = false; member in namespace:__anon2696
83 if (!init_done)
118 init_done = true;
125 init_done = false;
/external/chromium_org/chrome/browser/ui/views/
H A Dabout_ipc_dialog.cc69 bool init_done = false; member in namespace:__anon6529
75 if (!init_done)
110 init_done = true;
117 init_done = false;
/external/valgrind/main/coregrind/
H A Dm_execontext.c127 static Bool init_done = False; local
128 if (LIKELY(init_done))
144 init_done = True;
H A Dm_transtab.c392 static Bool init_done = False; variable
1457 vg_assert(init_done);
1608 vg_assert(init_done);
1824 vg_assert(init_done);
2108 vg_assert(!init_done);
2109 init_done = True;
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_onyxd_if.c101 static int init_done = 0; local
103 if (!init_done) {
106 init_done = 1;
/external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
H A DSDL_dlcompat.c892 static int init_done = 0; local
895 if (!init_done) {
897 init_done = 1;
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-main.c1260 static Bool init_done = False; local
1261 if (init_done)
1263 init_done = True;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c252 static int init_done = 0; local
254 if (!init_done) {
261 init_done = 1;

Completed in 232 milliseconds