Searched refs:cVal (Results 1 – 12 of 12) sorted by relevance
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_GrdProc.cpp | 124 uint8_t cVal = 0; in DecodeArithOpt3() local 130 cVal |= bVal << k; in DecodeArithOpt3() 136 pLine[cc] = cVal; in DecodeArithOpt3() 161 uint8_t cVal = 0; in DecodeArithOpt3() local 167 cVal |= bVal << k; in DecodeArithOpt3() 172 pLine[cc] = cVal; in DecodeArithOpt3() 286 uint8_t cVal = 0; in DecodeArithTemplate3Opt3() local 292 cVal |= bVal << k; in DecodeArithTemplate3Opt3() 296 pLine[cc] = cVal; in DecodeArithTemplate3Opt3() 313 uint8_t cVal = 0; in DecodeArithTemplate3Opt3() local [all …]
|
D | JBig2_GrrdProc.cpp | 212 uint8_t cVal = 0; in DecodeTemplate0Opt() local 215 cVal |= bVal << (7 - k); in DecodeTemplate0Opt() 222 pLine[w >> 3] = cVal; in DecodeTemplate0Opt() 249 uint8_t cVal = 0; in DecodeTemplate0Opt() local 265 cVal |= bVal << (7 - k); in DecodeTemplate0Opt() 272 pLine[w >> 3] = cVal; in DecodeTemplate0Opt() 451 uint8_t cVal = 0; in DecodeTemplate1Opt() local 454 cVal |= bVal << (7 - k); in DecodeTemplate1Opt() 461 pLine[w >> 3] = cVal; in DecodeTemplate1Opt() 485 uint8_t cVal = 0; in DecodeTemplate1Opt() local [all …]
|
/external/llvm-project/libcxx/test/std/containers/views/span.cons/ |
D | container.pass.cpp | 99 const IsAContainer<T> cVal; in testRuntimeSpan() local 101 std::span<const T> s2{cVal}; in testRuntimeSpan() 103 assert(s2.data() == cVal.getV() && s2.size() == 1); in testRuntimeSpan() 110 const IsAContainer<T> cVal; in testRuntimeSpanStatic() local 112 std::span<const T, 1> s2{cVal}; in testRuntimeSpanStatic() 114 assert(s2.data() == cVal.getV() && s2.size() == 1); in testRuntimeSpanStatic()
|
/external/llvm-project/clang/test/Rewriter/ |
D | rewrite-typeof.mm | 31 __typeof__(bVal) cVal = bVal; 32 char *a3t = (char *)@encode(__typeof__(cVal));
|
D | rewrite-modern-typeof.mm | 33 __typeof__(bVal) cVal = bVal; 34 char *a3t = (char *)@encode(__typeof__(cVal));
|
/external/clang/test/Rewriter/ |
D | rewrite-typeof.mm | 31 __typeof__(bVal) cVal = bVal; 32 char *a3t = (char *)@encode(__typeof__(cVal));
|
D | rewrite-modern-typeof.mm | 33 __typeof__(bVal) cVal = bVal; 34 char *a3t = (char *)@encode(__typeof__(cVal));
|
/external/icu/icu4c/source/test/iotest/ |
D | filetst.c | 1017 char cVal; in TestFilePrintCompatibility() local 1127 n += fscanf(myCFile, "%c", &cVal); in TestFilePrintCompatibility() 1128 if (cVal != C_NEW_LINE[num]) { in TestFilePrintCompatibility() 1133 n += fscanf(myCFile, "%c", &cVal); in TestFilePrintCompatibility() 1134 if (cVal != C_NEW_LINE[num]) { in TestFilePrintCompatibility() 1140 cVal = -1; in TestFilePrintCompatibility() 1141 n += fscanf(myCFile, "%c", &cVal); in TestFilePrintCompatibility() 1142 if (num != cVal) { in TestFilePrintCompatibility() 1143 log_err("%%c Got: 0x%x, Expected: 0x%x\n", cVal, num); in TestFilePrintCompatibility()
|
/external/lzma/CPP/Common/ |
D | MyWindows.h | 178 CHAR cVal; member
|
/external/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.cpp | 27 Result.Value.Int8 = V.cVal; in VariantFromVARIANT()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.cpp | 34 Result.Value.Int8 = V.cVal; in VariantFromVARIANT()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.cpp | 34 Result.Value.Int8 = V.cVal; in VariantFromVARIANT()
|