HomeSort by: relevance | last modified time | path
    Searched refs:inited (Results 1 - 25 of 101) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/gdb/dist/gnulib/import/
windows-once.c 30 if (once_control->inited <= 0)
37 once_control->inited = 0;
39 once_control->inited = 1;
49 while (once_control->inited < 0)
51 if (once_control->inited <= 0)
57 if (!(once_control->inited > 0))
windows-once.h 28 volatile int inited; member in struct:__anon18424
  /src/external/gpl3/gdb.old/dist/gnulib/import/
windows-once.c 30 if (once_control->inited <= 0)
37 once_control->inited = 0;
39 once_control->inited = 1;
49 while (once_control->inited < 0)
51 if (once_control->inited <= 0)
57 if (!(once_control->inited > 0))
windows-once.h 28 volatile int inited; member in struct:__anon21165
  /src/sys/arch/emips/stand/common/
clock.c 45 static int inited = 0; local
47 if (!inited) {
48 inited = 1;
  /src/sys/ufs/mfs/
mfs_miniroot.c 53 static bool inited = false; local
55 if (inited)
57 inited = true;
  /src/external/gpl3/binutils/dist/gprof/
mips.c 48 static bool inited = false; local
51 if (!inited)
53 inited = true;
  /src/external/gpl3/binutils.old/dist/gprof/
mips.c 48 static bool inited = false; local
51 if (!inited)
53 inited = true;
  /src/external/gpl2/gmake/dist/
remote-cstms.c 67 static int inited = 0;
71 if (!inited)
77 inited = -1;
89 inited = Customs_Ping () == RPC_SUCCESS ? 1 : -1;
96 inited = -1;
107 inited = -1;
111 if (inited < 0)
66 static int inited = 0; local
  /src/sys/arch/vax/boot/boot/
netio.c 94 static int inited = 0; variable
108 if (inited)
168 inited = 1;
  /src/lib/librumpuser/
rumpuser_bio.c 138 static int inited = 0; local
144 if (!inited) {
146 if (!inited) {
160 inited = 1;
163 assert(inited);
  /src/external/bsd/libpcap/dist/
sslutils.c 62 static int inited = 0; local
63 if (inited) return 0;
127 inited = 1;
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_interceptors.cpp 181 static int inited = 0; local
182 CHECK_EQ(inited, 0);
194 inited = 1;
  /src/sys/rump/fs/lib/libsyspuffs/
puffs_rumpglue.c 75 int error, inited; local
78 inited = 0;
94 if (error == ENOENT && inited == 0)
100 inited = 1;
  /src/external/bsd/atf/dist/atf-c++/detail/
application.hpp 80 bool inited(void);
application.cpp 122 impl::app::inited(void) function in class:impl::app
156 PRE(inited());
  /src/external/bsd/atf/dist/tools/
application.hpp 82 bool inited(void);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
zlib.d 350 int inited;
355 if (inited)
357 inited = 0;
396 if (inited)
398 inited = 0;
422 if (!inited)
427 inited = 1;
481 if (!inited)
514 inited = 0;
532 int inited;
    [all...]
  /src/sys/arch/atari/dev/
grfabs.c 99 static int inited = 0; local
101 if (!inited) {
103 inited = 1;
  /src/sys/arch/x86/x86/
cpu_rng.c 316 static bool inited = false; local
320 if (!inited) {
329 inited = true;
genfb_machdep.c 101 static int inited, attached; local
109 if (inited)
111 inited = 1;
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
lock.c 484 if (!once_control->inited)
490 if (!once_control->inited)
492 once_control->inited = 1;
504 if (!once_control->inited)
507 once_control->inited = ~ 0;
886 if (once_control->inited <= 0)
893 once_control->inited = 0;
895 once_control->inited = 1;
905 while (once_control->inited < 0)
907 if (once_control->inited <= 0
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
lock.c 483 if (!once_control->inited)
489 if (!once_control->inited)
491 once_control->inited = 1;
503 if (!once_control->inited)
506 once_control->inited = ~ 0;
885 if (once_control->inited <= 0)
892 once_control->inited = 0;
894 once_control->inited = 1;
904 while (once_control->inited < 0)
906 if (once_control->inited <= 0
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
lock.c 483 if (!once_control->inited)
489 if (!once_control->inited)
491 once_control->inited = 1;
503 if (!once_control->inited)
506 once_control->inited = ~ 0;
885 if (once_control->inited <= 0)
892 once_control->inited = 0;
894 once_control->inited = 1;
904 while (once_control->inited < 0)
906 if (once_control->inited <= 0
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/go/
tsan_go.cc 114 static bool inited; member in namespace:__tsan
117 if (UNLIKELY(!inited)) {
148 inited = true;
203 CHECK(inited);

Completed in 23 milliseconds

1 2 3 4 5