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

  /external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c 173 static int init_done; variable
207 if (!init_done) init(); \
222 if (!init_done) init(); \
242 if (!init_done) init(); \
405 if (!init_done) init(); \
417 if (!init_done) init(); \
529 if (!init_done) init(); \
546 if (!init_done) init(); \
585 if (!init_done) init(); \
612 if (!init_done) init();
    [all...]
  /external/chromium/chrome/browser/ui/views/
about_ipc_dialog.cc 77 bool init_done = false; member in namespace:__anon3680
83 if (!init_done)
118 init_done = true;
125 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 267 static Bool init_done = False; variable
936 vg_assert(init_done);
    [all...]
  /external/libvpx/vp8/decoder/
onyxd_if.c 43 static int init_done = 0; local
45 if (!init_done)
49 init_done = 1;
  /external/qemu/distrib/sdl-1.2.12/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 1178 static Bool init_done = False; local
    [all...]
  /external/libvpx/vp8/encoder/
onyx_if.c 225 static int init_done = 0; local
227 if (!init_done)
235 init_done = 1;
    [all...]

Completed in 586 milliseconds