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

  /external/deqp/framework/delibs/depool/
dePoolMultiSet.h 217 int bCount = TYPENAME##HashIter_getValue(&iter); \
219 int count = deMax32(aCount, bCount); \
220 if (bCount && !TYPENAME##_setKeyCount(a, key, aCount + bCount)) \
236 int bCount = TYPENAME##_getKeyValue(b, key); \
237 int count = deMin32(aCount, bCount); \
264 int bCount = TYPENAME##HashIter_getValue(&iter); \
265 int count = aCount + bCount; \
281 int bCount = TYPENAME##_getKeyValue(b, key); \
282 int count = deMax32(0, aCount - bCount); \
    [all...]
  /libcore/luni/src/main/java/java/math/
BitLevel.java 64 int bCount = 0;
73 bCount += Integer.bitCount(val.digits[i]);
77 bCount += Integer.bitCount(-val.digits[i]);
79 bCount += Integer.bitCount(~val.digits[i]);
82 bCount = (val.numberLength << 5) - bCount;
84 return bCount;
  /device/generic/goldfish/camera/fake-pipeline2/
Sensor.cpp 436 uint32_t rCount, gCount, bCount;
441 bCount = pixel[Scene::B] * scale64x;
445 *px++ = bCount < 255*64 ? bCount / 64 : 255;
466 uint32_t rCount, gCount, bCount;
471 bCount = pixel[Scene::B] * scale64x;
475 *px++ = bCount < 255*64 ? bCount / 64 : 255;
510 int32_t rCount, gCount, bCount;
517 bCount = pixel[Scene::B] * scale64x
    [all...]
  /cts/tests/tests/content/src/android/content/pm/cts/
FeatureGroupInfoTest.java 131 final int bCount = b != null ? b.length : 0;
132 final int N = Math.min(aCount, bCount);
139 return Integer.compare(aCount, bCount);
  /external/emma/core/java12/com/vladium/emma/report/
ClassItem.java 147 final int bCount = lblocks.length;
148 data [0] += bCount;
150 for (int bID = 0; bID < bCount; ++ bID)
SrcFileItem.java 174 final int bCount = lblocks.length;
175 data [0] += bCount;
177 for (int bID = 0; bID < bCount; ++ bID)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mpeg2psiparser.h 197 STDMETHOD_(HRESULT,Initialize)(THIS_ BYTE *pbDesc,BYTE bCount) PURE;
208 #define IGenericDescriptor_Initialize(This,pbDesc,bCount) (This)->lpVtbl->Initialize(This,pbDesc,bCount)
wbemdisp.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/audits/
AuditRules.js 287 var bCount = domainToResourcesMap[b].length;
288 return (aCount < bCount) ? 1 : (aCount === bCount) ? 0 : -1;
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 1113 milliseconds