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

/external/pdfium/core/fxcodec/jbig2/
H A DJBig2_GrdProc.cpp96 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); local
97 cVal |= bVal << k;
98 CONTEXT = (((CONTEXT & 0x7bf7) << 1) | bVal |
107 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); local
108 cVal1 |= bVal << (7 - k);
110 (((CONTEXT & 0x7bf7) << 1) | bVal |
124 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); local
125 cVal |= bVal << k;
127 (((CONTEXT & 0x7bf7) << 1) | bVal | ((line2 >> k) & 0x0010));
134 int bVal local
166 int bVal; local
221 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); local
232 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); local
249 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); local
259 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); local
292 int bVal; local
344 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); local
355 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); local
372 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); local
382 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); local
413 int bVal; local
461 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); local
471 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); local
482 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); local
490 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); local
518 int bVal; local
678 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); local
689 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); local
706 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); local
716 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); local
753 int bVal; local
815 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); local
826 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); local
843 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); local
853 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); local
891 int bVal; local
948 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); local
959 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); local
976 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); local
986 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); local
1022 int bVal; local
1077 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); local
1087 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); local
1098 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); local
1106 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); local
1139 int bVal; local
[all...]
H A DJBig2_GrrdProc.cpp72 int bVal = pArithDecoder->DECODE(&grContext[CONTEXT]); local
73 GRREG->setPixel(w, h, bVal);
75 line2 = ((line2 << 1) | bVal) & 0x01;
109 int bVal = GRREFERENCE->getPixel(w, h); local
110 if (!(TPGRON && (bVal == GRREFERENCE->getPixel(w - 1, h - 1)) &&
111 (bVal == GRREFERENCE->getPixel(w, h - 1)) &&
112 (bVal == GRREFERENCE->getPixel(w + 1, h - 1)) &&
113 (bVal == GRREFERENCE->getPixel(w - 1, h)) &&
114 (bVal == GRREFERENCE->getPixel(w + 1, h)) &&
115 (bVal
216 int bVal = pArithDecoder->DECODE(&grContext[CONTEXT]); local
253 int bVal = GRREFERENCE->getPixel(w + k, h); local
313 int bVal = pArithDecoder->DECODE(&grContext[CONTEXT]); local
347 int bVal = GRREFERENCE->getPixel(w, h); local
442 int bVal = pArithDecoder->DECODE(&grContext[CONTEXT]); local
476 int bVal = GRREFERENCE->getPixel(w + k, h); local
[all...]
H A DJBig2_Image.h34 int32_t setPixel(int32_t x, int32_t y, int bVal);
/external/lzma/CPP/Windows/
H A DPropVariantConv.h24 case VT_UI1: value = prop.bVal; return true;
H A DPropVariantConv.cpp76 case VT_UI1: ConvertUInt32ToString(prop.bVal, dest); return;
97 case VT_UI1: ConvertUInt32ToString(prop.bVal, dest); return;
H A DPropVariant.cpp200 SET_PROP_FUNC(Byte, VT_UI1, bVal)
332 case VT_UI1: return MyCompare(bVal, a.bVal);
H A DPropVariant.h64 CPropVariant(Byte value) { vt = VT_UI1; wReserved1 = 0; bVal = value; }
/external/lzma/CPP/Common/
H A DMyWindows.h164 UCHAR bVal; member in union:tagPROPVARIANT::__anon14196
/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 == bValI);
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.cpp349 int bVal = 0; local
355 bVal += bVal*37 + *bsk++;
358 if (aVal == bVal) {
361 else if (aVal > bVal) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DArrays.java282 int aVal = a[i] & 0xFF, bVal = b[i] & 0xFF;
283 if (aVal < bVal)
287 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.cpp923 case VT_UI1: size = prop.bVal; break;
944 case VT_UI1: size = prop.bVal; break;
/external/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp43 Result.Value.UInt8 = V.bVal;
/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 493 milliseconds