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

  /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...]
  /external/lzma/CPP/Windows/
PropVariantConversions.cpp 81 case VT_UI1: return ConvertUInt64ToString(prop.bVal);
99 case VT_UI1: return prop.bVal;
PropVariant.h 22 CPropVariant(Byte value) { vt = VT_UI1; wReserved1 = 0; bVal = value; }
PropVariant.cpp 108 SET_PROP_FUNC(Byte, VT_UI1, bVal)
226 case VT_UI1: return MyCompare(bVal, a.bVal);
  /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/lzma/CPP/Common/
MyWindows.h 159 UCHAR bVal;
  /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/chromium_org/base/win/
scoped_variant.cc 129 var_.bVal = ui8;
  /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...]
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduParser.java 249 byte [] bVal = parseWapString(pduDataStream, TYPE_TEXT_STRING);
251 Log.v(LOG_TAG, "TextHeader: " + new String(bVal));
    [all...]
  /external/chromium_org/third_party/skia/gm/rebaseline_server/static/new/js/
app.js 563 var bVal = b.imageCols[idx].percent;
565 return (aVal < bVal) ? -1 : ((aVal === bVal) ? 0 : 1);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oleauto.h 243 WINOLEAUTAPI VarBstrFromUI1(BYTE bVal,LCID lcid,ULONG dwFlags,BSTR *pbstrOut);
670 #define V_UI1(X) V_UNION(X,bVal)
    [all...]
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 820 milliseconds