/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_GrdProc.cpp | 111 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); in decode_Arith_Template0_opt3() local 112 cVal |= bVal << k; in decode_Arith_Template0_opt3() 113 CONTEXT = (((CONTEXT & 0x7bf7) << 1) | bVal | in decode_Arith_Template0_opt3() 125 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); in decode_Arith_Template0_opt3() local 126 cVal1 |= bVal << (7 - k); in decode_Arith_Template0_opt3() 128 (((CONTEXT & 0x7bf7) << 1) | bVal | in decode_Arith_Template0_opt3() 145 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); in decode_Arith_Template0_opt3() local 146 cVal |= bVal << k; in decode_Arith_Template0_opt3() 148 (((CONTEXT & 0x7bf7) << 1) | bVal | ((line2 >> k) & 0x0010)); in decode_Arith_Template0_opt3() 158 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); in decode_Arith_Template0_opt3() local [all …]
|
D | JBig2_GrrdProc.cpp | 75 int bVal = pArithDecoder->DECODE(&grContext[CONTEXT]); in decode_Template0_unopt() local 76 decode_Template0_unopt_SetPixel(GRREG.get(), lines, w, h, bVal); in decode_Template0_unopt() 80 int bVal = GRREFERENCE->getPixel(w, h); in decode_Template0_unopt() local 81 if (!(TPGRON && (bVal == GRREFERENCE->getPixel(w - 1, h - 1)) && in decode_Template0_unopt() 82 (bVal == GRREFERENCE->getPixel(w, h - 1)) && in decode_Template0_unopt() 83 (bVal == GRREFERENCE->getPixel(w + 1, h - 1)) && in decode_Template0_unopt() 84 (bVal == GRREFERENCE->getPixel(w - 1, h)) && in decode_Template0_unopt() 85 (bVal == GRREFERENCE->getPixel(w + 1, h)) && in decode_Template0_unopt() 86 (bVal == GRREFERENCE->getPixel(w - 1, h + 1)) && in decode_Template0_unopt() 87 (bVal == GRREFERENCE->getPixel(w, h + 1)) && in decode_Template0_unopt() [all …]
|
D | JBig2_GrrdProc.h | 44 int bVal);
|
D | JBig2_Image.h | 38 int32_t setPixel(int32_t x, int32_t y, int bVal);
|
/external/clang/test/Rewriter/ |
D | rewrite-typeof.mm | 29 __typeof__(aVal) bVal; 30 char *a2t = (char *)@encode(__typeof__(bVal)); 31 __typeof__(bVal) cVal = bVal; 39 // CHECK-LP: int bVal;
|
D | rewrite-modern-typeof.mm | 31 __typeof__(aVal) bVal; 32 char *a2t = (char *)@encode(__typeof__(bVal)); 33 __typeof__(bVal) cVal = bVal; 47 // CHECK-LP: int bVal;
|
/external/lzma/CPP/Windows/ |
D | PropVariant.cpp | 200 SET_PROP_FUNC(Byte, VT_UI1, bVal) in SET_PROP_FUNC() argument 332 case VT_UI1: return MyCompare(bVal, a.bVal); in Compare()
|
D | PropVariantConv.cpp | 76 case VT_UI1: ConvertUInt32ToString(prop.bVal, dest); return; in ConvertPropVariantToShortString() 97 case VT_UI1: ConvertUInt32ToString(prop.bVal, dest); return; in ConvertPropVariantToShortString()
|
D | PropVariantConv.h | 24 case VT_UI1: value = prop.bVal; return true; in ConvertPropVariantToUInt64()
|
D | PropVariant.h | 64 CPropVariant(Byte value) { vt = VT_UI1; wReserved1 = 0; bVal = value; } in CPropVariant()
|
/external/skia/tests/ |
D | MatrixTest.cpp | 40 float bVal = b.get(i); in are_equal() local 42 int bValI = *SkTCast<int*>(&bVal); in are_equal() 43 if (0 == aVal && 0 == bVal && aValI != bValI) { in are_equal() 46 REPORTER_ASSERT(reporter, aVal == bVal && aValI == bValI); in are_equal() 54 float bVal = b.get(i); in are_equal() local 56 int bValI = *SkTCast<int*>(&bVal); in are_equal() 60 REPORTER_ASSERT(reporter, aVal == bVal && aValI == bValI); in are_equal()
|
/external/skqp/tests/ |
D | MatrixTest.cpp | 40 float bVal = b.get(i); in are_equal() local 42 int bValI = *SkTCast<int*>(&bVal); in are_equal() 43 if (0 == aVal && 0 == bVal && aValI != bValI) { in are_equal() 46 REPORTER_ASSERT(reporter, aVal == bVal && aValI == bValI); in are_equal() 54 float bVal = b.get(i); in are_equal() local 56 int bValI = *SkTCast<int*>(&bVal); in are_equal() 60 REPORTER_ASSERT(reporter, aVal == bVal && aValI == bValI); in are_equal()
|
/external/icu/icu4c/source/test/perf/collationperf/ |
D | collperf.cpp | 349 int bVal = 0; in ICURandomCmp() local 355 bVal += bVal*37 + *bsk++; in ICURandomCmp() 358 if (aVal == bVal) { in ICURandomCmp() 361 else if (aVal > bVal) { in ICURandomCmp()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
D | Arrays.java | 282 int aVal = a[i] & 0xFF, bVal = b[i] & 0xFF; in compareUnsigned() local 283 if (aVal < bVal) in compareUnsigned() 287 if (aVal > bVal) in compareUnsigned()
|
/external/lzma/CPP/Common/ |
D | MyWindows.h | 164 UCHAR bVal; member
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/ |
D | Nat.java | 473 long c = 0, aVal = a & M, bVal = b & M; in mul31BothAdd() local 477 c += aVal * (x[i] & M) + bVal * (y[i] & M) + (z[zOff + i] & M); in mul31BothAdd()
|
/external/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.cpp | 43 Result.Value.UInt8 = V.bVal; in VariantFromVARIANT()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | OpenArchive.cpp | 923 case VT_UI1: size = prop.bVal; break; in Archive_GetItem_Size() 944 case VT_UI1: size = prop.bVal; break; in GetItemSize()
|