Searched refs:inited (Results 1 - 25 of 28) sorted by relevance

12

/external/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cc37 static int inited = 0; local
38 CHECK_EQ(inited, 0);
42 inited = 1;
/external/qemu/util/
H A Dmodule.c32 static int inited; local
35 if (inited) {
43 inited = 1;
/external/bison/lib/glthread/
H A Dlock.c594 if (!once_control->inited)
603 if (!once_control->inited)
605 once_control->inited = 1;
618 if (!once_control->inited)
621 once_control->inited = ~ 0;
1021 if (once_control->inited <= 0)
1028 once_control->inited = 0;
1030 once_control->inited = 1;
1040 while (once_control->inited < 0)
1042 if (once_control->inited <
[all...]
H A Dlock.h595 volatile int inited; member in struct:__anon327
747 volatile int inited; member in struct:__anon333
/external/chromium_org/chrome/browser/sessions/
H A Dsession_backend.h57 bool inited() const { return inited_; } function in class:SessionBackend
131 // Whether we've inited. Remember, the constructor is run on the
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_fog.c52 static GLfloat inited = 0; variable
83 inited = 1;
249 if (!inited)
/external/compiler-rt/lib/msan/
H A Dmsan_allocator.cc60 static int inited = 0; member in namespace:__msan
63 if (inited) return;
65 inited = true; // this must happen before any threads are created.
H A Dmsan_interceptors.cc1472 static int inited = 0; local
1473 CHECK_EQ(inited, 0);
1601 inited = 1;
/external/compiler-rt/lib/tsan/go/
H A Dtsan_go.cc92 static bool inited; variable
106 inited = true;
161 if (!inited)
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_fog.c52 static GLfloat inited = 0; variable
83 inited = 1;
249 if (!inited)
/external/llvm/unittests/IR/
H A DLegacyPassManagerTest.cpp233 static int inited; member in struct:llvm::__anon26501::BPass
238 EXPECT_EQ(inited, N);
242 inited = 0;
251 inited++;
270 int BPass::inited=0; member in class:llvm::__anon26501::BPass
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_tamper_detection_unittest.cc82 static bool inited = false; local
83 if (!inited) {
85 inited = true;
/external/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cc25 static bool inited; variable
35 if (!inited) {
36 inited = true;
/external/chromium_org/net/android/
H A Dkeystore_unittest.cc68 static bool inited = false; local
69 if (!inited) {
71 inited = true;
/external/chromium_org/third_party/mesa/src/src/glx/
H A Ddri_glx.c198 static GLboolean inited = GL_FALSE; local
201 if (!inited) {
211 inited = GL_TRUE;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_sanity.c1348 static int inited = 0; local
1350 if (!inited) {
1352 inited = 1;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_sanity.c982 static int inited = 0; local
984 if (!inited) {
986 inited = 1;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cc334 static bool inited;
335 if (!inited) {
336 inited = true;
/external/mesa3d/src/glx/
H A Ddri_glx.c198 static GLboolean inited = GL_FALSE; local
201 if (!inited) {
211 inited = GL_TRUE;
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_sanity.c1348 static int inited = 0; local
1350 if (!inited) {
1352 inited = 1;
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_sanity.c982 static int inited = 0; local
984 if (!inited) {
986 inited = 1;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_wm.h263 bool inited; member in struct:brw_wm_compile::__anon14467
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm.h263 bool inited; member in struct:brw_wm_compile::__anon27878
/external/qemu/target-i386/
H A Dhelper.c1751 static int inited; local
1763 if (!inited) {
1764 inited = 1;
/external/qemu/target-arm/
H A Dhelper.c420 static int inited = 0; local
431 if (!inited) {
432 inited = 1;

Completed in 696 milliseconds

12