| /NextBSD/contrib/compiler-rt/lib/dfsan/ |
| HD | dfsan_interceptors.cc | 37 static int inited = 0; in InitializeInterceptors() local 38 CHECK_EQ(inited, 0); in InitializeInterceptors() 42 inited = 1; in InitializeInterceptors()
|
| /NextBSD/contrib/binutils/gprof/ |
| HD | mips.c | 48 static bfd_boolean inited = FALSE; in mips_find_call() local 50 if (!inited) in mips_find_call() 52 inited = TRUE; in mips_find_call()
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | interps.c | 62 int inited; member 104 new_interp->inited = 0; in interp_new() 171 if (!interp->inited) in interp_set() 177 interp->inited = 1; in interp_set()
|
| /NextBSD/lib/libthr/thread/ |
| HD | thr_exit.c | 72 static int inited = 0; in thread_uw_init() local 77 if (inited) in thread_uw_init() 99 inited = 1; in thread_uw_init()
|
| HD | thr_list.c | 65 static int inited = 0; variable 87 if (inited) { in _thr_list_init() 91 inited = 1; in _thr_list_init()
|
| /NextBSD/contrib/compiler-rt/lib/tsan/go/ |
| HD | tsan_go.cc | 75 static bool inited; variable 89 inited = true; in __tsan_init() 144 if (!inited) in __tsan_malloc()
|
| /NextBSD/contrib/compiler-rt/lib/msan/ |
| HD | msan_allocator.cc | 80 static int inited = 0; variable 83 if (inited) return; in Init() 85 inited = true; // this must happen before any threads are created. in Init()
|
| HD | msan_interceptors.cc | 1480 static int inited = 0; in InitializeInterceptors() local 1481 CHECK_EQ(inited, 0); in InitializeInterceptors() 1595 inited = 1; in InitializeInterceptors()
|
| /NextBSD/contrib/atf/atf-c++/detail/ |
| D | application.cpp | 119 impl::app::inited(void) in inited() function in impl::app 153 PRE(inited()); in process_options()
|
| D | application.hpp | 76 bool inited(void);
|
| /NextBSD/sys/contrib/vchiq/interface/vchiq_arm/ |
| HD | vchiq_2835_arm.c | 72 int inited; member 239 ((VCHIQ_2835_ARM_STATE_T*)state->platform_state)->inited = 1; in vchiq_platform_init_state() 243 ((VCHIQ_2835_ARM_STATE_T*)state->platform_state)->inited = 0; in vchiq_platform_init_state() 251 if(!((VCHIQ_2835_ARM_STATE_T*)state->platform_state)->inited) in vchiq_platform_get_arm_state()
|
| /NextBSD/lib/librt/ |
| HD | sigev_thread.c | 111 static int inited = 0; in __sigev_thread_init() local 133 if (!inited) { in __sigev_thread_init() 139 inited = 1; in __sigev_thread_init()
|
| /NextBSD/contrib/compiler-rt/lib/tsan/dd/ |
| HD | dd_interceptors.cc | 25 static bool inited; variable 35 if (!inited) { in InitThread() 36 inited = true; in InitThread()
|
| /NextBSD/lib/libc/net/ |
| HD | hesiod.c | 490 static int inited = 0; variable 556 if (!inited) { in init_context() 557 inited = 1; in init_context()
|
| /NextBSD/sys/fs/nfs/ |
| HD | nfs_commonport.c | 559 static int inited = 0; in newnfs_portinit() local 561 if (inited) in newnfs_portinit() 563 inited = 1; in newnfs_portinit()
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | tekhex.c | 206 static bfd_boolean inited = FALSE; in tekhex_init() local 209 if (! inited) in tekhex_init() 211 inited = TRUE; in tekhex_init()
|
| HD | ihex.c | 162 static bfd_boolean inited; in ihex_init() local 164 if (! inited) in ihex_init() 166 inited = TRUE; in ihex_init()
|
| HD | srec.c | 181 static bfd_boolean inited = FALSE; in srec_init() local 183 if (! inited) in srec_init() 185 inited = TRUE; in srec_init()
|
| /NextBSD/contrib/libarchive/libarchive/ |
| HD | archive_write.c | 86 static int inited = 0; in archive_write_vtable() local 88 if (!inited) { in archive_write_vtable() 98 inited = 1; in archive_write_vtable()
|
| HD | archive_read.c | 79 static int inited = 0; in archive_read_vtable() local 81 if (!inited) { in archive_read_vtable() 91 inited = 1; in archive_read_vtable()
|
| /NextBSD/sys/fs/nfsserver/ |
| HD | nfs_nfsdcache.c | 308 static int inited = 0; in nfsrvd_initcache() local 310 if (inited) in nfsrvd_initcache() 312 inited = 1; in nfsrvd_initcache()
|
| HD | nfs_nfsdsubs.c | 2032 static int inited = 0; in nfsd_init() local 2034 if (inited) in nfsd_init() 2036 inited = 1; in nfsd_init()
|
| /NextBSD/contrib/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_linux.cc | 374 static bool inited; in GetEnv() 375 if (!inited) { in GetEnv() 376 inited = true; in GetEnv()
|
| /NextBSD/sys/fs/nfsclient/ |
| HD | nfs_clport.c | 1133 static int inited = 0; in nfscl_init() local 1135 if (inited) in nfscl_init() 1137 inited = 1; in nfscl_init()
|
| /NextBSD/contrib/binutils/ld/emultempl/ |
| HD | pep.em | 248 int inited; 342 init[i].inited = 1; 660 if (!init[IMAGEBASEOFF].inited) 1216 return init[i].inited; 1272 init[IMAGEBASEOFF].inited = 1;
|