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

/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_GrdProc.cpp68 FX_BOOL LTP, SLTP, bVal; local
104 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
105 cVal |= bVal << k;
106 CONTEXT = (((CONTEXT & 0x7bf7) << 1) | bVal |
115 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
116 cVal |= bVal << (7 - k);
118 (((CONTEXT & 0x7bf7) << 1) | bVal |
132 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
133 cVal |= bVal << k;
135 (((CONTEXT & 0x7bf7) << 1) | bVal | ((line
158 FX_BOOL LTP, SLTP, bVal; local
206 FX_BOOL LTP, SLTP, bVal; local
295 FX_BOOL LTP, SLTP, bVal; local
340 FX_BOOL LTP, SLTP, bVal; local
429 FX_BOOL LTP, SLTP, bVal; local
473 FX_BOOL LTP, SLTP, bVal; local
548 FX_BOOL LTP, SLTP, bVal; local
700 FX_BOOL SLTP, bVal; local
795 FX_BOOL SLTP, bVal; local
850 FX_BOOL SLTP, bVal; local
944 FX_BOOL SLTP, bVal; local
995 FX_BOOL SLTP, bVal; local
1089 FX_BOOL SLTP, bVal; local
1140 FX_BOOL SLTP, bVal; local
1220 FX_BOOL SLTP, bVal; local
[all...]
H A DJBig2_GrrdProc.cpp37 FX_BOOL LTP, SLTP, bVal; local
74 bVal = pArithDecoder->DECODE(&grContext[CONTEXT]);
75 GRREG->setPixel(w, h, bVal);
77 line2 = ((line2 << 1) | bVal) & 0x01;
108 bVal = GRREFERENCE->getPixel(w, h);
109 if (!(TPGRON && (bVal == GRREFERENCE->getPixel(w - 1, h - 1)) &&
110 (bVal == GRREFERENCE->getPixel(w, h - 1)) &&
111 (bVal == GRREFERENCE->getPixel(w + 1, h - 1)) &&
112 (bVal == GRREFERENCE->getPixel(w - 1, h)) &&
113 (bVal
289 FX_BOOL LTP, SLTP, bVal; local
[all...]
/external/lzma/CPP/Windows/
H A DPropVariantConv.h24 case VT_UI1: value = prop.bVal; return true;
H A DPropVariantConv.cpp66 case VT_UI1: ConvertUInt32ToString(prop.bVal, dest); return;
87 case VT_UI1: ConvertUInt32ToString(prop.bVal, dest); return;
H A DPropVariant.cpp153 SET_PROP_FUNC(Byte, VT_UI1, bVal)
285 case VT_UI1: return MyCompare(bVal, a.bVal);
H A DPropVariant.h61 CPropVariant(Byte value) { vt = VT_UI1; wReserved1 = 0; bVal = value; }
/external/mesa3d/src/egl/main/
H A Deglmode.c237 const EGLint bVal = getModeAttrib(bMode, SortInfo[i].Attrib); local
238 if (aVal == bVal) {
243 return (aVal < bVal) ? -1 : 1;
246 return (aVal > bVal) ? -1 : 1;
/external/lzma/CPP/Common/
H A DMyWindows.h164 UCHAR bVal; member in union:tagPROPVARIANT::__anon13085
/external/skia/tests/
H A DMatrixTest.cpp39 float bVal = b.get(i); local
41 int bValI = *SkTCast<int*>(&bVal);
42 if (0 == aVal && 0 == bVal && aValI != bValI) {
45 REPORTER_ASSERT(reporter, aVal == bVal && aValI == aValI);
53 float bVal = b.get(i); local
55 int bValI = *SkTCast<int*>(&bVal);
59 REPORTER_ASSERT(reporter, aVal == bVal && aValI == bValI);
/external/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp345 int bVal = 0; local
351 bVal += bVal*37 + *bsk++;
354 if (aVal == bVal) {
357 else if (aVal > bVal) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
H A DNat.java473 long c = 0, aVal = a & M, bVal = b & M;
477 c += aVal * (x[i] & M) + bVal * (y[i] & M) + (z[zOff + i] & M);
/external/lzma/CPP/7zip/UI/Common/
H A DOpenArchive.cpp716 case VT_UI1: size = prop.bVal; break;
737 case VT_UI1: size = prop.bVal; break;
/external/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp41 Result.UInt8 = V.bVal;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 555 milliseconds