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

  /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;
  /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)
  /device/generic/goldfish/camera/fake-pipeline2/
Sensor.cpp 437 uint32_t rCount, gCount, bCount;
442 bCount = pixel[Scene::B] * scale64x;
446 *px++ = bCount < 255*64 ? bCount / 64 : 255;
467 uint32_t rCount, gCount, bCount;
472 bCount = pixel[Scene::B] * scale64x;
476 *px++ = bCount < 255*64 ? bCount / 64 : 255;
499 uint32_t rCount, gCount, bCount;
504 bCount = pixel[Scene::B] * scale64x
    [all...]
  /sdk/emulator/qtools/
trace_reader.h 350 int bCount = 0;
351 while (symb->name[bCount] == '_')
352 bCount += 1;
353 if (aCount < bCount) {
356 if (aCount > bCount) {
    [all...]
  /external/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 

Completed in 179 milliseconds