Home
last modified time | relevance | path

Searched refs:isInit (Results 1 – 12 of 12) sorted by relevance

/external/srec/portable/src/
DpLastError.c38 ESR_BOOL isInit; in printGetLastErrorInternal() local
42 rc = PLogIsInitialized(&isInit); in printGetLastErrorInternal()
44 isInit = FALSE; in printGetLastErrorInternal()
45 if (isInit) in printGetLastErrorInternal()
Dpmemory.c127 ESR_BOOL isInit; in getStackTrace() local
130 rc = PStackTraceIsInitialized(&isInit); in getStackTrace()
131 if (rc == ESR_SUCCESS && isInit) in getStackTrace()
583 ESR_BOOL isInit; in pmalloc() local
627 rc = PStackTraceIsInitialized(&isInit); in pmalloc()
630 if (isInit) in pmalloc()
Dplog.c188 ESR_ReturnCode PLogIsInitialized(ESR_BOOL* isInit) in PLogIsInitialized() argument
190 if (isInit == NULL) in PLogIsInitialized()
192 *isInit = Glogger != NULL; in PLogIsInitialized()
/external/clang/lib/CodeGen/
DCGExprComplex.cpp79 void EmitStoreOfComplex(ComplexPairTy Val, LValue LV, bool isInit);
314 bool isInit) { in EmitStoreOfComplex() argument
316 return CGF.EmitAtomicStore(RValue::getComplex(Val), lvalue, isInit); in EmitStoreOfComplex()
804 bool isInit) { in EmitComplexExprIntoLValue() argument
809 Emitter.EmitStoreOfComplex(Val, dest, isInit); in EmitComplexExprIntoLValue()
814 bool isInit) { in EmitStoreOfComplex() argument
815 ComplexExprEmitter(*this).EmitStoreOfComplex(V, dest, isInit); in EmitStoreOfComplex()
DCGAtomic.cpp825 bool isInit) { in EmitAtomicStore() argument
835 if (isInit) { in EmitAtomicStore()
895 if (!isInit) store->setAtomic(llvm::SequentiallyConsistent); in EmitAtomicStore()
DCodeGenFunction.h2160 void EmitAtomicStore(RValue rvalue, LValue lvalue, bool isInit);
2188 llvm::MDNode *TBAAInfo = 0, bool isInit=false);
2195 void EmitStoreOfScalar(llvm::Value *value, LValue lvalue, bool isInit=false);
2207 void EmitStoreThroughLValue(RValue Src, LValue Dst, bool isInit=false);
2540 void EmitComplexExprIntoLValue(const Expr *E, LValue dest, bool isInit);
2543 void EmitStoreOfComplex(ComplexPairTy V, LValue dest, bool isInit);
DCGExpr.cpp1220 bool isInit) { in EmitStoreOfScalar() argument
1264 isInit); in EmitStoreOfScalar()
1276 bool isInit) { in EmitStoreOfScalar() argument
1279 lvalue.getTBAAInfo(), isInit); in EmitStoreOfScalar()
1390 void CodeGenFunction::EmitStoreThroughLValue(RValue Src, LValue Dst, bool isInit) { in EmitStoreThroughLValue() argument
1474 EmitStoreOfScalar(Src.getScalarVal(), Dst, isInit); in EmitStoreThroughLValue()
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
DPrototype.java169 boolean isStatic, boolean isInit) { in intern() argument
176 if (isInit) { in intern()
/external/srec/portable/include/
Dplog.h143 PORTABLE_API ESR_ReturnCode PLogIsInitialized(ESR_BOOL* isInit);
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
DMethodAnalyzer.java3129 boolean isInit = false; in verifyInvokeCommon()
3133 isInit = true; in verifyInvokeCommon()
3208 if (!isInit) { in verifyInvokeCommon()
3214 if (isInit) { in verifyInvokeCommon()
3219 if (isInit) { in verifyInvokeCommon()
3229 if (isInit) { in verifyInvokeCommon()
/external/sqlite/dist/
Dsqlite3.c11359 int isInit; /* True after initialization has finished */ member
17731 static volatile int isInit = 0; in os2MutexAlloc() local
17740 if ( !isInit ){ in os2MutexAlloc()
17749 while( !isInit ){ in os2MutexAlloc()
17754 if( !isInit ){ in os2MutexAlloc()
17758 isInit = 1; in os2MutexAlloc()
20362 unsigned char isInit; /* True if initialized */ member
20410 if( !wsdPrng.isInit ){ in randomByte()
20425 wsdPrng.isInit = 1; in randomByte()
20480 GLOBAL(struct sqlite3PrngType, sqlite3Prng).isInit = 0; in sqlite3PrngResetState()
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c11359 int isInit; /* True after initialization has finished */ member
17731 static volatile int isInit = 0; in os2MutexAlloc() local
17740 if ( !isInit ){ in os2MutexAlloc()
17749 while( !isInit ){ in os2MutexAlloc()
17754 if( !isInit ){ in os2MutexAlloc()
17758 isInit = 1; in os2MutexAlloc()
20362 unsigned char isInit; /* True if initialized */ member
20410 if( !wsdPrng.isInit ){ in randomByte()
20425 wsdPrng.isInit = 1; in randomByte()
20480 GLOBAL(struct sqlite3PrngType, sqlite3Prng).isInit = 0; in sqlite3PrngResetState()
[all …]