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

  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.cpp 88 double bVal = b.m_position->getDoubleValue(CSSPrimitiveValue::CSS_NUMBER);
90 return aVal < bVal;
    [all...]
  /external/chromium_org/third_party/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 == aValI);
53 float bVal = b.get(i);
55 int bValI = *SkTCast<int*>(&bVal);
59 REPORTER_ASSERT(reporter, aVal == bVal && aValI == bValI);
    [all...]
  /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 == aValI);
53 float bVal = b.get(i);
55 int bValI = *SkTCast<int*>(&bVal);
59 REPORTER_ASSERT(reporter, aVal == bVal && aValI == bValI);
  /external/chromium_org/third_party/icu/source/test/perf/collationperf/
collperf.cpp 345 int bVal = 0;
351 bVal += bVal*37 + *bsk++;
354 if (aVal == bVal) {
357 else if (aVal > bVal) {
    [all...]
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 345 int bVal = 0;
351 bVal += bVal*37 + *bsk++;
354 if (aVal == bVal) {
357 else if (aVal > bVal) {
    [all...]
  /external/lzma/CPP/Common/
MyWindows.h 159 UCHAR bVal;
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_GeneralDecoder.cpp 51 FX_BOOL LTP, SLTP, bVal;
76 bVal = 0;
81 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
83 if(bVal) {
84 GBREG->setPixel(w, h, bVal);
88 line3 = ((line3 << 1) | bVal) & 0x0f;
96 FX_BOOL LTP, SLTP, bVal;
145 bVal = 0;
147 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
149 cVal |= bVal << (7 - k);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
propidl.h 178 UCHAR bVal;
oaidl.h 270 BYTE bVal;
341 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 

Completed in 668 milliseconds