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

  /external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c 176 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) init();
    [all...]
  /external/chromium/chrome/browser/ui/views/
about_ipc_dialog.cc 77 bool init_done = false; member in namespace:__anon5099
83 if (!init_done)
118 init_done = true;
125 init_done = false;
  /external/chromium_org/chrome/browser/ui/views/
about_ipc_dialog.cc 69 bool init_done = false; member in namespace:__anon8690
75 if (!init_done)
110 init_done = true;
117 init_done = false;
  /external/valgrind/main/coregrind/
m_execontext.c 127 static Bool init_done = False; local
128 if (LIKELY(init_done))
144 init_done = True;
m_transtab.c 392 static Bool init_done = False; variable
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_onyxd_if.c 101 static int init_done = 0; local
103 if (!init_done) {
106 init_done = 1;
  /external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
SDL_dlcompat.c 892 static int init_done = 0; local
895 if (!init_done) {
897 init_done = 1;
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-main.c 1260 static Bool init_done = False; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c 252 static int init_done = 0; local
254 if (!init_done) {
261 init_done = 1;
    [all...]

Completed in 285 milliseconds