Home
last modified time | relevance | path

Searched refs:bVal (Results 1 – 18 of 18) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrdProc.cpp111 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 …]
DJBig2_GrrdProc.cpp75 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 …]
DJBig2_GrrdProc.h44 int bVal);
DJBig2_Image.h38 int32_t setPixel(int32_t x, int32_t y, int bVal);
/external/clang/test/Rewriter/
Drewrite-typeof.mm29 __typeof__(aVal) bVal;
30 char *a2t = (char *)@encode(__typeof__(bVal));
31 __typeof__(bVal) cVal = bVal;
39 // CHECK-LP: int bVal;
Drewrite-modern-typeof.mm31 __typeof__(aVal) bVal;
32 char *a2t = (char *)@encode(__typeof__(bVal));
33 __typeof__(bVal) cVal = bVal;
47 // CHECK-LP: int bVal;
/external/lzma/CPP/Windows/
DPropVariant.cpp200 SET_PROP_FUNC(Byte, VT_UI1, bVal) in SET_PROP_FUNC() argument
332 case VT_UI1: return MyCompare(bVal, a.bVal); in Compare()
DPropVariantConv.cpp76 case VT_UI1: ConvertUInt32ToString(prop.bVal, dest); return; in ConvertPropVariantToShortString()
97 case VT_UI1: ConvertUInt32ToString(prop.bVal, dest); return; in ConvertPropVariantToShortString()
DPropVariantConv.h24 case VT_UI1: value = prop.bVal; return true; in ConvertPropVariantToUInt64()
DPropVariant.h64 CPropVariant(Byte value) { vt = VT_UI1; wReserved1 = 0; bVal = value; } in CPropVariant()
/external/skia/tests/
DMatrixTest.cpp40 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/
DMatrixTest.cpp40 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/
Dcollperf.cpp349 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/
DArrays.java282 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/
DMyWindows.h164 UCHAR bVal; member
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
DNat.java473 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/
DDIARawSymbol.cpp43 Result.Value.UInt8 = V.bVal; in VariantFromVARIANT()
/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp923 case VT_UI1: size = prop.bVal; break; in Archive_GetItem_Size()
944 case VT_UI1: size = prop.bVal; break; in GetItemSize()