/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineObjC.cpp | 27 SVal baseVal = state->getSVal(Ex->getBase(), LCtx); in VisitLvalObjCIvarRefExpr() local 28 SVal location = state->getLValue(Ex->getDecl(), baseVal); in VisitLvalObjCIvarRefExpr()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ArrayBoundCheckerV2.cpp | 233 NonLoc baseVal, CharUnits scaling, in scaleValue() argument 235 return sb.evalBinOpNN(state, BO_Mul, baseVal, in scaleValue()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineObjC.cpp | 26 SVal baseVal = state->getSVal(Ex->getBase(), LCtx); in VisitLvalObjCIvarRefExpr() local 27 SVal location = state->getLValue(Ex->getDecl(), baseVal); in VisitLvalObjCIvarRefExpr()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | ArrayBoundCheckerV2.cpp | 284 NonLoc baseVal, CharUnits scaling, in scaleValue() argument 286 return sb.evalBinOpNN(state, BO_Mul, baseVal, in scaleValue()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NFRule.java | 1126 private Number matchToDelimiter(String text, int startPos, double baseVal, in matchToDelimiter() argument 1150 tempResult = sub.doParse(subText, tempPP, baseVal, upperBound, in matchToDelimiter() 1192 return baseVal; in matchToDelimiter() 1198 Number tempResult = sub.doParse(text, tempPP, baseVal, upperBound, in matchToDelimiter()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | NFRule.java | 1127 private Number matchToDelimiter(String text, int startPos, double baseVal, in matchToDelimiter() argument 1151 tempResult = sub.doParse(subText, tempPP, baseVal, upperBound, in matchToDelimiter() 1193 return baseVal; in matchToDelimiter() 1199 Number tempResult = sub.doParse(text, tempPP, baseVal, upperBound, in matchToDelimiter()
|
/external/lzma/Java/SevenZip/Compression/LZMA/ |
D | Encoder.java | 1181 int baseVal = ((2 | (posSlot & 1)) << footerBits); in CodeOneBlock() local 1182 int posReduced = pos - baseVal; in CodeOneBlock() 1186 baseVal - posSlot - 1, _rangeEncoder, footerBits, posReduced); in CodeOneBlock() 1320 int baseVal = ((2 | (posSlot & 1)) << footerBits); in FillDistancesPrices() local 1322 baseVal - posSlot - 1, footerBits, i - baseVal); in FillDistancesPrices()
|
/external/lzma/CS/7zip/Compress/LZMA/ |
D | LzmaEncoder.cs | 1183 UInt32 baseVal = ((2 | (posSlot & 1)) << footerBits); in CodeOneBlock() 1184 UInt32 posReduced = pos - baseVal; in CodeOneBlock() 1188 baseVal - posSlot - 1, _rangeEncoder, footerBits, posReduced); in CodeOneBlock() 1320 UInt32 baseVal = ((2 | (posSlot & 1)) << footerBits); in FillDistancesPrices() 1322 baseVal - posSlot - 1, footerBits, i - baseVal); in FillDistancesPrices()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderIntegerFunctionTests.cpp | 747 const deUint32 baseVal = (offset == 32) ? (0) : ((value >> offset) & valMask); in compare() local 748 const deUint32 ref = baseVal | ((isSigned && (baseVal & (1<<(bits-1)))) ? ~valMask : 0u); in compare()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderIntegerFunctionTests.cpp | 901 const deUint32 baseVal = (offset == 32) ? (0) : ((value >> offset) & valMask); in compare() local 902 const deUint32 ref = baseVal | ((isSigned && (baseVal & (1<<(bits-1)))) ? ~valMask : 0u); in compare()
|
/external/skqp/src/sksl/ |
D | SkSLJIT.cpp | 1519 LLVMValueRef baseVal = LLVMBuildExtractElement(builder, base[0], index, \ in compileVectorConstructor() 1522 fn(builder, baseVal, this->getType(c.fType), \ in compileVectorConstructor()
|