HomeSort by relevance Sort by last modified time
    Searched refs:bVal (Results 1 - 21 of 21) sorted by null

  /external/pdfium/core/fxcodec/jbig2/
JBig2_GrdProc.cpp 111 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
112 cVal |= bVal << k;
113 CONTEXT = (((CONTEXT & 0x7bf7) << 1) | bVal |
125 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
126 cVal1 |= bVal << (7 - k);
128 (((CONTEXT & 0x7bf7) << 1) | bVal |
145 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
146 cVal |= bVal << k;
148 (((CONTEXT & 0x7bf7) << 1) | bVal | ((line2 >> k) & 0x0010));
158 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT])
    [all...]
JBig2_GrrdProc.cpp 75 int bVal = pArithDecoder->DECODE(&grContext[CONTEXT]);
76 decode_Template0_unopt_SetPixel(GRREG.get(), lines, w, h, bVal);
80 int bVal = GRREFERENCE->getPixel(w, h);
81 if (!(TPGRON && (bVal == GRREFERENCE->getPixel(w - 1, h - 1)) &&
82 (bVal == GRREFERENCE->getPixel(w, h - 1)) &&
83 (bVal == GRREFERENCE->getPixel(w + 1, h - 1)) &&
84 (bVal == GRREFERENCE->getPixel(w - 1, h)) &&
85 (bVal == GRREFERENCE->getPixel(w + 1, h)) &&
86 (bVal == GRREFERENCE->getPixel(w - 1, h + 1)) &&
87 (bVal == GRREFERENCE->getPixel(w, h + 1)) &
    [all...]
JBig2_GrrdProc.h 44 int bVal);
JBig2_Image.h 38 int32_t setPixel(int32_t x, int32_t y, int bVal);
  /external/lzma/CPP/Windows/
PropVariantConv.h 31 case VT_UI1: value = prop.bVal; return true;
PropVariantConv.cpp 105 case VT_UI1: ConvertUInt32ToString(prop.bVal, dest); return;
126 case VT_UI1: ConvertUInt32ToString(prop.bVal, dest); return;
PropVariant.cpp 200 SET_PROP_FUNC(Byte, VT_UI1, bVal)
332 case VT_UI1: return MyCompare(bVal, a.bVal);
PropVariant.h 64 CPropVariant(Byte value) { vt = VT_UI1; wReserved1 = 0; bVal = value; }
  /external/lzma/CPP/Common/
MyWindows.h 179 UCHAR bVal;
  /external/skia/tests/
MatrixTest.cpp 46 float bVal = b.get(i);
48 int bValI = float_bits(bVal);
49 if (0 == aVal && 0 == bVal && aValI != bValI) {
52 REPORTER_ASSERT(reporter, aVal == bVal && aValI == bValI);
60 float bVal = b.get(i);
62 int bValI = float_bits(bVal);
66 REPORTER_ASSERT(reporter, aVal == bVal && aValI == bValI);
    [all...]
  /external/skqp/tests/
MatrixTest.cpp 46 float bVal = b.get(i);
48 int bValI = float_bits(bVal);
49 if (0 == aVal && 0 == bVal && aValI != bValI) {
52 REPORTER_ASSERT(reporter, aVal == bVal && aValI == bValI);
60 float bVal = b.get(i);
62 int bValI = float_bits(bVal);
66 REPORTER_ASSERT(reporter, aVal == bVal && aValI == bValI);
    [all...]
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 349 int bVal = 0;
355 bVal += bVal*37 + *bsk++;
358 if (aVal == bVal) {
361 else if (aVal > bVal) {
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Arrays.java 293 int aVal = a[i] & 0xFF, bVal = b[i] & 0xFF;
294 if (aVal < bVal)
298 if (aVal > bVal)
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/
Arrays.java 295 int aVal = a[i] & 0xFF, bVal = b[i] & 0xFF;
296 if (aVal < bVal)
300 if (aVal > bVal)
  /development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
PduParser.java 249 byte [] bVal = parseWapString(pduDataStream, TYPE_TEXT_STRING);
251 Log.v(LOG_TAG, "TextHeader: " + new String(bVal));
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
Nat.java 536 long c = 0, aVal = a & M, bVal = b & M;
540 c += aVal * (x[i] & M) + bVal * (y[i] & M) + (z[zOff + i] & M);
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/raw/
Nat.java 540 long c = 0, aVal = a & M, bVal = b & M;
544 c += aVal * (x[i] & M) + bVal * (y[i] & M) + (z[zOff + i] & M);
  /external/lzma/CPP/7zip/UI/Common/
OpenArchive.cpp 926 case VT_UI1: size = prop.bVal; break;
947 case VT_UI1: size = prop.bVal; break;
    [all...]
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 43 Result.Value.UInt8 = V.bVal;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 50 Result.Value.UInt8 = V.bVal;
    [all...]
  /external/cldr/tools/java/libs/
guava.jar 

Completed in 405 milliseconds