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

  /external/mesa3d/src/egl/main/
eglmode.c 237 const EGLint bVal = getModeAttrib(bMode, SortInfo[i].Attrib);
238 if (aVal == bVal) {
243 return (aVal < bVal) ? -1 : 1;
246 return (aVal > bVal) ? -1 : 1;
  /external/pdfium/core/fxcodec/jbig2/
JBig2_GrdProc.cpp 96 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
97 cVal |= bVal << k;
98 CONTEXT = (((CONTEXT & 0x7bf7) << 1) | bVal |
107 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
108 cVal1 |= bVal << (7 - k);
110 (((CONTEXT & 0x7bf7) << 1) | bVal |
124 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
125 cVal |= bVal << k;
127 (((CONTEXT & 0x7bf7) << 1) | bVal | ((line2 >> k) & 0x0010));
134 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT])
    [all...]
JBig2_GrrdProc.cpp 72 int bVal = pArithDecoder->DECODE(&grContext[CONTEXT]);
73 GRREG->setPixel(w, h, bVal);
75 line2 = ((line2 << 1) | bVal) & 0x01;
109 int bVal = GRREFERENCE->getPixel(w, h);
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 == GRREFERENCE->getPixel(w - 1, h + 1)) &
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Arrays.java 282 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/
Nat.java 473 long c = 0, aVal = a & M, bVal = b & M;
477 c += aVal * (x[i] & M) + bVal * (y[i] & M) + (z[zOff + i] & M);
  /external/skia/tests/
MatrixTest.cpp 39 float bVal = b.get(i);
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);
55 int bValI = *SkTCast<int*>(&bVal);
59 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/lzma/CPP/Common/
MyWindows.h 164 UCHAR bVal;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
propidl.h 212 UCHAR bVal;
    [all...]
oaidl.h 392 BYTE bVal;
479 BYTE bVal;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/21.0/
guava-21.0.jar 

Completed in 604 milliseconds